paper-with-me

Papers

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 strategies evolve through reinforcement learning and self-play. The game-theoretic perspective allows us to find defender strategies that are effective against dynamic attackers. The optimal stopping formulation gives us insight into the structure of optimal strategies, which we show to have threshold properties. To obtain the optimal defender strategies, we introduce T-FP, a fictitious self-play algorithm that learns Nash equilibria through stochastic approximation. We show that T-FP outperforms a state-of-the-art algorithm for our use case. Our overall method for learning and evaluating strategies includes two systems: a simulation system where defender strategies are incrementally learned and an emulation system where statistics are produced that drive simulation runs and where learned strategies are evaluated. We conclude that this approach can produce effective defender strategies for a practical IT infrastructure.

📄 PDF Abstract BibTeX arXiv:2205.14694

Code (1)

limmen/csle 공식 구현

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Mixed Strategies for Security Games with General Defending Requirements

2022-04-26 · Rufan Bai, Haoxing Lin, Xinyu Yang, Xiaowei Wu 외

The Stackelberg security game is played between a defender and an attacker, where the defender needs to allocate a limited amount of resources to multiple targets in order to minimize the loss due to adversarial attack b…

Adversarial Attack

Solving Large Extensive-Form Games with Strategy Constraints

2018-09-20 · Trevor Davis, Kevin Waugh, Michael Bowling

Extensive-form games are a common model for multiagent interactions with imperfect information. In two-player zero-sum games, the typical solution concept is a Nash equilibrium over the unconstrained strategy set for eac…

counterfactualForm

Finding Effective Security Strategies through Reinforcement Learning and Self-Play

2020-09-17 · Kim Hammar, Rolf Stadler

We present a method to automatically find security strategies for the use case of intrusion prevention. Following this method, we model the interaction between an attacker and a defender as a Markov game and let attack a…

Common Sense Reasoningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Inception: Efficiently Computable Misinformation Attacks on Markov Games

2024-06-24 · Jeremy McMahan, Young Wu, Yudong Chen, Xiaojin Zhu 외

We study security threats to Markov games due to information asymmetry and misinformation. We consider an attacker player who can spread misinformation about its reward function to influence the robust victim player's be…

Misinformation

Automated Security Response through Online Learning with Adaptive Conjectures

2024-02-19 · Kim Hammar, Tao Li, Rolf Stadler, Quanyan Zhu

We study automated security response for an IT infrastructure and formulate the interaction between an attacker and a defender as a partially observed, non-stationary game. We relax the standard assumption that the game …