paper-with-me

홈 › Papers

Intrusion Prevention through Optimal Stopping

2021-10-30 · Kim Hammar, Rolf Stadler

We study automated intrusion prevention using reinforcement learning. Following a novel approach, we formulate the problem of intrusion prevention as an (optimal) multiple stopping problem. This formulation gives us insight into the structure of optimal policies, which we show to have threshold properties. For most practical cases, it is not feasible to obtain an optimal defender policy using dynamic programming. We therefore develop a reinforcement learning approach to approximate an optimal threshold policy. We introduce T-SPSA, an efficient reinforcement learning algorithm that learns threshold policies through stochastic approximation. We show that T-SPSA outperforms state-of-the-art algorithms for our use case. Our overall method for learning and validating policies includes two systems: a simulation system where defender policies are incrementally learned and an emulation system where statistics are produced that drive simulation runs and where learned policies are evaluated. We show that this approach can produce effective defender policies for a practical IT infrastructure.

📄 PDF Abstract BibTeX arXiv:2111.00289

Code (2)

Limmen/gym-optimal-intrusion-response 공식 구현 pytorch
Limmen/gym-idsgame pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Learning Intrusion Prevention Policies through Optimal Stopping

2021-06-14 · Kim Hammar, Rolf Stadler

We study automated intrusion prevention using reinforcement learning. In a novel approach, we formulate the problem of intrusion prevention as an optimal stopping problem. This formulation allows us insight into the stru…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning Security Strategies through Game Play and Optimal Stopping

2022-05-29 · Kim Hammar, Rolf Stadler

We study automated intrusion prevention using reinforcement learning. Following a novel approach, we formulate the interaction between an attacker and a defender as an optimal stopping game and let attack and defense str…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Learning Near-Optimal Intrusion Responses Against Dynamic Attackers

2023-01-11 · Kim Hammar, Rolf Stadler

We study automated intrusion response and formulate the interaction between an attacker and a defender as an optimal stopping game where attack and defense strategies evolve through reinforcement learning and self-play. …

Scalable Learning of Intrusion Responses through Recursive Decomposition

2023-09-06 · Kim Hammar, Rolf Stadler

We study automated intrusion response for an IT infrastructure and formulate the interaction between an attacker and a defender as a partially observed stochastic game. To solve the game we follow an approach where attac…

A Novel Online Incremental Learning Intrusion Prevention System

2021-09-20 · Christos Constantinides, Stavros Shiaeles, Bogdan Ghita, Nicholas Kolokotronis

Attack vectors are continuously evolving in order to evade Intrusion Detection systems. Internet of Things (IoT) environments, while beneficial for the IT ecosystem, suffer from inherent hardware limitations, which restr…

Incremental LearningIntrusion Detection