Scalable Learning of Intrusion Responses through Recursive Decomposition
Kim Hammar, Rolf Stadler
TL;DR
The paper tackles scalable automated intrusion response by modeling defender-attacker interaction as a two-player po-posg and introducing recursive graph-based decomposition. It proves that the game decomposes into independent workflow and node subgames with optimal substructure and, using optimal stopping theory, shows defender best responses exhibit threshold switching curves. The authors develop Decompositional Fictitious Self-Play (DFSP) to learn Nash equilibria across the decomposed subgames and validate the approach with a digital twin-based emulation of a realistic infrastructure, showing DFSP achieves near-equilibrium performance and outperforms state-of-the-art baselines. This work offers a scalable, principled framework for automatic intrusion response with practical validation on a high-fidelity digital twin, enabling deployment in large-scale IT environments.
Abstract
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 attack and defense strategies co-evolve through reinforcement learning and self-play toward an equilibrium. Solutions proposed in previous work prove the feasibility of this approach for small infrastructures but do not scale to realistic scenarios due to the exponential growth in computational complexity with the infrastructure size. We address this problem by introducing a method that recursively decomposes the game into subgames which can be solved in parallel. Applying optimal stopping theory we show that the best response strategies in these subgames exhibit threshold structures, which allows us to compute them efficiently. To solve the decomposed game we introduce an algorithm called Decompositional Fictitious Self-Play (DFSP), which learns Nash equilibria through stochastic approximation. We evaluate the learned strategies in an emulation environment where real intrusions and response actions can be executed. The results show that the learned strategies approximate an equilibrium and that DFSP significantly outperforms a state-of-the-art algorithm for a realistic infrastructure configuration.
