← Latest papers
🤖 AI

Agentic Incident Response through Digital Twin-Enhanced Multiscale Planning

This paper proposes a principled agentic incident response framework that integrates decision-theoretic rollout planning with a digital twin and lightweight LLM agents to generate high-level strategies and executable commands, significantly outperforming frontier LLM baselines by reducing recovery time and increasing recovery rates across diverse attack scenarios.

Original authors: Yiran Gao, Tao Li, Kim Hammar

Published 2026-08-04
📖 4 min read☕ Coffee break read

Original authors: Yiran Gao, Tao Li, Kim Hammar

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the internet as a massive, bustling city where millions of people, businesses, and machines are constantly talking to each other. Sometimes, troublemakers sneak in, trying to steal secrets or shut down power plants. In the real world, when a cyberattack happens, it's usually a team of highly skilled human detectives (called security operators) who have to figure out what's wrong, decide which building to lock down first, and then manually type in commands to fix it. It's like trying to put out a fire in a skyscraper while the building is still on fire, using a manual that might be outdated. This process is slow, exhausting, and often takes months to fully recover, leaving the city vulnerable the whole time.

To speed things up, scientists have tried two main tricks. The first is using "mathematical brains" (algorithms) that can calculate the perfect plan, but these are often too abstract—they know what to do in theory but can't actually type the commands to fix a real server. The second trick is using "super-smart chatbots" (Large Language Models or LLMs) that can read logs and write code. But these chatbots can be unreliable; they sometimes make things up (hallucinate) or get stuck in a loop, trying to fix the wrong thing because they lack a solid game plan. The big question is: Can we build a system that has the strategic brain of a mathematician and the hands-on ability of a chatbot, all while being safe enough to test before it touches the real city?

This paper introduces a clever new system called "Agentic Incident Response" that tries to solve exactly that problem. Think of it as a two-tiered rescue team working together with a "Digital Twin"—a perfect, virtual copy of the city's network where they can practice without risking real damage.

Here's how the team works:

  1. The Strategic Commander (Tactical Scale): First, a mathematical planner looks at the big picture. It doesn't worry about the tiny details of typing commands yet. Instead, it asks, "Which building is most critical to save right now to stop the fire from spreading?" It uses a "rollout" method, which is like playing out thousands of possible futures in a simulation to see which order of saving buildings leads to the fastest recovery.
  2. The Field Agent (Operational Scale): Once the Commander decides, "Save the server in the basement first," a specialized AI agent (a lightweight, fine-tuned chatbot) takes over. Its job is to translate that high-level order into actual, executable commands.
  3. The Safety Net (The Digital Twin): Before the Field Agent sends any commands to the real network, it tests them in the Digital Twin—a virtual replica of the system. If the command works in the simulation, it's approved. If it fails or causes a crash in the virtual world, it's thrown out, and the agent tries a different command. This prevents the AI from accidentally breaking the real system.

The researchers tested this system in a controlled environment with five servers and three different types of cyberattacks (like weak passwords, software bugs, and command injections). They compared their system against the most advanced "frontier" chatbots available today and other existing automated methods.

The results were promising. In their simulations, this new two-part team managed to recover the system 15.1% faster on average than the best standalone chatbots. Even more importantly, they successfully recovered the system 33.6% more often than those same chatbots. While the top-tier chatbots managed to fix the problem about 50% to 75% of the time, this new method kept its success rate above 90%.

The paper suggests that the secret sauce isn't just using a smarter chatbot, but combining the chatbot's ability to write code with a strict, math-based strategy and a safety check in a virtual world. The authors note that the system isn't perfect; if the initial guess about how the attacker is moving is wrong, the plan might be less effective. However, by using a lightweight model that they trained specifically on incident data (rather than a massive, general-purpose model), they showed that you don't need a super-computer to get excellent results. Instead, you need a system that knows when to plan, when to act, and when to double-check its work in a safe, virtual sandbox.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →