paper-with-me

홈 › Papers

On the Feasibility of Using LLMs to Autonomously Execute Multi-host Network Attacks

2025-01-27 · Brian Singer, Keane Lucas, Lakshmi Adiga, Meghna Jain, Lujo Bauer, Vyas Sekar

LLMs have shown preliminary promise in some security tasks and CTF challenges. Real cyberattacks are often multi-host network attacks, which involve executing a number of steps across multiple hosts such as conducting reconnaissance, exploiting vulnerabilities, and using compromised hosts to exfiltrate data. To date, the extent to which LLMs can autonomously execute multi-host network attacks} is not well understood. To this end, our first contribution is MHBench, an open-source multi-host attack benchmark with 10 realistic emulated networks (from 25 to 50 hosts). We find that popular LLMs including modern reasoning models (e.g., GPT4o, Gemini 2.5 Pro, Sonnet 3.7 Thinking) with state-of-art security-relevant prompting strategies (e.g., PentestGPT, CyberSecEval3) cannot autonomously execute multi-host network attacks. To enable LLMs to autonomously execute such attacks, our second contribution is Incalmo, an high-level abstraction layer. Incalmo enables LLMs to specify high-level actions (e.g., infect a host, scan a network). Incalmo's translation layer converts these actions into lower-level primitives (e.g., commands to exploit tools) through expert agents. In 9 out of 10 networks in MHBench, LLMs using Incalmo achieve at least some of the attack goals. Even smaller LLMs (e.g., Haiku 3.5, Gemini 2 Flash) equipped with Incalmo achieve all goals in 5 of 10 environments. We also validate the key role of high-level actions in Incalmo's abstraction in enabling LLMs to autonomously execute such attacks.

📄 PDF Abstract BibTeX arXiv:2501.16466

Code (1)

bsinger98/Incalmo 공식 구현

Similar Papers 제목 키워드 기반

BioMARS: A Multi-Agent Robotic System for Autonomous Biological Experiments

2025-07-02 · Yibo Qiu, Zan Huang, Zhiyu Wang, Handi Liu 외 arxiv

Large language models (LLMs) and vision-language models (VLMs) have the potential to transform biological research by enabling autonomous experimentation. Yet, their application remains constrained by rigid protocol desi…

Anomaly Detection

AgentGuard: Repurposing Agentic Orchestrator for Safety Evaluation of Tool Orchestration

2025-02-13 · Jizhou Chen, Samuel Lee Cong

The integration of tool use into large language models (LLMs) enables agentic systems with real-world impact. In the meantime, unlike standalone LLMs, compromised agents can execute malicious workflows with more conseque…

Can LLMs Generate Novel Research Ideas? A Large-Scale Human Study with 100+ NLP Researchers

2024-09-06 · Chenglei Si, Diyi Yang, Tatsunori Hashimoto

Recent advancements in large language models (LLMs) have sparked optimism about their potential to accelerate scientific discovery, with a growing number of works proposing research agents that autonomously generate and …

Experimental Designscientific discovery

Agentic Large Language Models for Training-Free Neuro-Radiological Image Analysis

2026-04-17 · Ayhan Can Erdur, Daniel Scholz, Jiazhen Pan, Benedikt Wiestler 외 arxiv

State-of-the-art large language models (LLMs) show high performance in general visual question answering. However, a fundamental limitation remains: current architectures lack the native 3D spatial reasoning required for…

Visual Question AnsweringSpatial Reasoning

QueryWeaver: Reliable Multi-Tool Query Execution Planning via LLM-Based Graph Generation

2026-06-06 · Aishwarya Chakravarthy, Vidhi Kulkarni, Duen Horng Chau arxiv

Many real-world queries over personal data span multiple applications and require structured planning, as individual tools expose only partial information. While LLMs show strong reasoning and tool use, reliably executin…

Natural Language QueriesGraph Generation