← Publications

Enhancing Cyber Attack Autonomy Through Multi-Agent Reinforcement Learning

Christoph R Landolt, Julian Jang-Jaccard, Valentin Mulder, Roland Meier, Christoph Würsch, Mario Fritz

CyCon 2026 — 18th International Conference on Cyber Conflict, NATO CCDCOE · 2026

TL;DR

Implements autonomous offensive red-team agents with deep multi-agent RL in the NASim environment, showing that MARL agents learn coordinated attack patterns such as lateral movement and capture the flag, while identifying training stability at scale as the primary bottleneck.

Abstract

Advances in artificial intelligence and machine learning are transforming offensive cybersecurity, enabling the creation of autonomous intelligent cyber agents (AICAs) for offensive operations that overcome the limitations of traditional, static red-teaming playbooks. This work leverages deep multi-agent reinforcement learning (MARL) to implement autonomous cyber agents capable of coordinating sophisticated distributed attacks in dynamic environments. Using the network attack simulation (NASim) environment as a testbed, this paper highlights the limitations of single-agent approaches and demonstrates MARL’s potential to enable decentralized, collaborative strategies. Multi-agent systems were implemented for collaborative red team exercises, such as lateral movement and capture the flag. The results indicate that MARL-based agents successfully learn coordinated attack patterns in small-scale environments, which improves stealth and adaptation. However, while MARL demonstrates potential for decentralized collaboration, our evaluation reveals significant scalability challenges as network complexity increases. These findings underscore the importance of AICA in advancing offensive capabilities while identifying the stabilization of multi-agent training in large-scale topologies as a primary bottleneck for future research.

BibTeX

@inproceedings{landolt2026enhancing,
  title     = {Enhancing Cyber Attack Autonomy Through Multi-Agent Reinforcement Learning},
  author    = {Landolt, Christoph R. and Jang-Jaccard, Julian and Mulder, Valentin and Meier, Roland and W\"ursch, Christoph and Fritz, Mario},
  booktitle = {2026 18th International Conference on Cyber Conflict: Securing Tomorrow (CyCon)},
  pages     = {357--380},
  year      = {2026},
  publisher = {NATO CCDCOE Publications},
  address   = {Tallinn, Estonia}
}