paper-with-me

Papers

Structural Generalization in Autonomous Cyber Incident Response with Message-Passing Neural Networks and Reinforcement Learning

2024-07-08 · Jakob Nyberg, Pontus Johnson

We believe that agents for automated incident response based on machine learning need to handle changes in network structure. Computer networks are dynamic, and can naturally change in structure over time. Retraining agents for small network changes costs time and energy. We attempt to address this issue with an existing method of relational agent learning, where the relations between objects are assumed to remain consistent across problem instances. The state of the computer network is represented as a relational graph and encoded through a message passing neural network. The message passing neural network and an agent policy using the encoding are optimized end-to-end using reinforcement learning. We evaluate the approach on the second instance of the Cyber Autonomy Gym for Experimentation (CAGE~2), a cyber incident simulator that simulates attacks on an enterprise network. We create variants of the original network with different numbers of hosts and agents are tested without additional training on them. Our results show that agents using relational information are able to find solutions despite changes to the network, and can perform optimally in some instances. Agents using the default vector state representation perform better, but need to be specially trained on each network variant, demonstrating a trade-off between specialization and generalization.

📄 PDF Abstract BibTeX arXiv:2407.05775

Code (2)

kasanari/incident-response-rl-gnn 공식 구현 pytorch
limmen/awesome-rl-for-cybersecurity 공식 구현

Similar Papers 제목 키워드 기반

Advancing Autonomous Incident Response: Leveraging LLMs and Cyber Threat Intelligence

2025-08-14 · Amine Tellache, Abdelaziz Amara Korba, Amdjed Mokhtari, Horea Moldovan 외 arxiv

Effective incident response (IR) is critical for mitigating cyber threats, yet security teams are overwhelmed by alert fatigue, high false-positive rates, and the vast volume of unstructured Cyber Threat Intelligence (CT…

Response Generation

AutoBnB-RAG: Enhancing Multi-Agent Incident Response with Retrieval-Augmented Generation

2025-08-18 · Zefang Liu, Arman Anwar arxiv

Incident response (IR) requires fast, coordinated, and well-informed decision-making to contain and mitigate cyber threats. While large language models (LLMs) have shown promise as autonomous agents in simulated IR setti…

Large Language Models are Autonomous Cyber Defenders

2025-05-07 · Sebastián R. Castro, Roberto Campbell, Nancy Lau, Octavio Villalobos 외

Fast and effective incident response is essential to prevent adversarial cyberattacks. Autonomous Cyber Defense (ACD) aims to automate incident response through Artificial Intelligence (AI) agents that plan and execute a…

Reinforcement Learning (RL)

In-Context Autonomous Network Incident Response: An End-to-End Large Language Model Agent Approach

2026-02-13 · Yiran Gao, Kim Hammar, Tao Li arxiv

Rapidly evolving cyberattacks demand incident response systems that can autonomously learn and adapt to changing threats. Prior work has extensively explored the reinforcement learning approach, which involves learning r…

Reinforcement Learning

RogueRover: Autonomous Rogue Device Localization for Incident Response

2026-06-19 · Priyanka Prakash Surve, Asaf Shabtai, Yuval Elovici arxiv

Physically localizing unauthorized wireless devices remains a critical bottleneck in cyber-physical security operations, where rogue access points can provide entry points for lateral movement and persistent compromise. …