Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/8/3 16:03:16
Agentic Incident Response through Digital Twin-Enhanced Multiscale Planning
AI 中文解读
网络安全界迎来了一位AI"急诊医生"。这项研究巧妙地把大语言模型和传统决策规划结合起来,让AI既能像老专家一样制定宏观策略,又能像熟练操作员一样执行具体指令。最妙的是,它通过数字孪生技术搭建了一个虚拟演练场,AI可以在这里反复模拟攻击和响应,练好了再上真实系统。实测效果显著:恢复速度提升15%,成功率提升33%。这意味着以后企业遭遇黑客攻击时,不再需要安全团队熬夜翻手册,AI能自动分析威胁、调度防御资源、逐步修复系统,像个不知疲倦的安全管家。对普通人来说,我们平时使用的在线服务会变得更有韧劲,即使面对网络攻击也能快速恢复,减少宕机造成的断网、支付失败等麻烦。当然,AI的"臨场发挥"仍需人类监督,但这套方案已经让全自动网络安全防御向前迈了一大步。
Incident response is currently managed by security operators using predefined playbooks, resulting in slow, labor-intensive security decision-making processes. Consequently, there is a growing need for automated incident response planning. Decision-theoretic approaches based on control, optimization, and reinforcement learning have been proposed to automate such planning tasks with well-grounded approaches, yet most of which, while guaranteeing strong performance, are limited to abstract models and cannot be directly applied to operational systems. A promising approach to mitigate this limitation is to use the security knowledge embedded in large language models (LLMs) to develop agentic response systems. However, current agentic approaches rely on repeated invocations of the LLM to generate a response plan, which is unreliable and limits the planning horizon due to hallucination. In this paper, we develop a principled LLM-based planning method by combining decision-theoretic planning with LLM-generated response commands. The proposed agentic incident response approach uses a rollout planner to compute a high-level response strategy that allocates security resources (the tactical scale), which is then translated into executable commands by a lightweight LLM agent (the operational scale). Within this architecture, we use a digital twin that supports tactical planning through simulation and operational execution through emulation. Across three attack scenarios, our agentic approach reduces recovery execution time by 15.1\% on average and increases the recovery rate by 33.6\% over frontier LLM baselines.
分享
阅读原文 ↗