Topic · 62 links
Autonomous cyber attackers
AI agents and multi-agent systems used for offensive cyber operations, the benchmarks that measure them, and the defensive research responding to it.
This topic covers agents that find and exploit software flaws, the benchmarks that measure them, the threat reporting that claims to observe them in use, and the guidance written in response. The literature splits cleanly into capability claims and capability measurements, and the two rarely agree. Vendor reporting dominates the observational side because vendors hold the telemetry; it is flagged throughout so you can weigh it. The benchmark work is more reproducible but tests narrower things than the reporting describes. Where a single number is widely quoted, the annotation gives the caveat the number came with.
Start here
Eight links. Deliberately alternates between capability claims and the measurements that constrain them, because reading either alone gives a distorted picture. The line under each step says why it comes at that point; the full set of paths is on Paths.
-
Staying ahead of threat actors in the age of AI
The 2024 baseline: state actors using models, no novel attacks. Everything after is a claim of departure from this.
The first joint Microsoft and OpenAI disclosure, naming five state-linked groups using models for reconnaissance, scripting and social engineering, and finding no novel AI-enabled attack. The baseline everything since is measured against.
-
LLM Agents can Autonomously Exploit One-day Vulnerabilities
The paper that started the alarm, read with its own caveat in view: 87% with the CVE writeup, 7% without.
Reports GPT-4 exploiting 87% of 15 one-day CVEs when handed the CVE description, dropping to 7% without it. The headline number is widely cited; the caveat that it needs the writeup is the part most citations omit.
-
Cybench: A Framework for Evaluating Cybersecurity Capabilities and Risks of Language Models
How capability actually gets measured, and why subtask decomposition matters for reading any score.
Forty professional CTF tasks from four competitions, each decomposed into subtasks so partial progress is measurable. The benchmark most frequently cited when labs and AI safety institutes report offensive cyber capability.
-
CVE-Bench: A Benchmark for AI Agents' Ability to Exploit Real-World Web Application Vulnerabilities
The same question against real CVEs rather than CTFs. Up to 13% is the number to hold onto.
Sandboxed reproductions of critical-severity web CVEs with automated success checks. State-of-the-art agent frameworks resolved up to 13%. That figure is the most defensible number currently available for end-to-end autonomous exploitation, and it is a long way below what the threat reporting implies.
-
Incalmo: An Autonomous LLM-assisted System for Red Teaming Multi-Host Networks
Then see the number move when scaffolding changes: 3 of 40 becomes 37 of 40. Capability claims are about harnesses, not models.
Inserts a high-level attack abstraction layer between the model and the network, reaching critical assets in 37 of 40 benchmark environments where baseline agents managed 3. The clearest evidence that scaffolding, not model scale, is the constraint.
-
SoK: DARPA's AI Cyber Challenge (AIxCC): Competition Design, Architectures, and Lessons Learned
The largest funded test of autonomous find-and-patch, written up by the people who ran and entered it.
Camera-ready systematization of AIxCC by participants and organizers, covering competition design, the finalist architectures, and execution traces. The single best account of what autonomous cyber reasoning systems could and could not do by 2025.
-
Disrupting the first reported AI-orchestrated cyber espionage campaign
The first claimed end-to-end autonomous campaign. Read it as a vendor's account, because that is what it is.
Anthropic's account of a campaign it attributes to a Chinese state-sponsored group that drove Claude Code through roughly 80-90% of an intrusion chain against about thirty targets. Vendor-authored and self-reported; no independent corroboration of the attribution.
-
GTIG AI Threat Tracker: From Prompting to Autonomy - The Evolution of Adversarial AI
A second vendor reaching similar conclusions independently, which is the closest thing to corroboration available.
September 2026 tracker documenting a shift from prompt-assisted work to agentic workflows, including a cloud compromise and mass credential harvesting completed in under six hours. Names specific actors and malware families.
Everything in this topic
Grouped by subtopic, then by source type within each subtopic.
Nothing matches those filters. Try clearing one of them.
Agentic exploitation 2
Agents carrying an exploit chain end to end against real or reproduced targets.
-
AutoAttacker: A Large Language Model Guided System to Implement Automatic Cyber-attacks
Targets post-breach hands-on-keyboard activity rather than initial access, which is the phase most later threat reporting says actually shifted. Written by Microsoft-affiliated authors and still an unreviewed preprint.
-
LLM Agents can Autonomously Exploit One-day Vulnerabilities
Reports GPT-4 exploiting 87% of 15 one-day CVEs when handed the CVE description, dropping to 7% without it. The headline number is widely cited; the caveat that it needs the writeup is the part most citations omit.
Vulnerability discovery 3
Models and agents finding flaws in code rather than exploiting known ones.
-
From Naptime to Big Sleep: Using Large Language Models To Catch Vulnerabilities In Real-World Code
Walks through an exploitable stack buffer underflow in SQLite that the agent found and existing fuzzing had missed. Vendor-authored, and a single case. The technical detail is unusually complete for this genre.
vendor-authored# -
Project Naptime: Evaluating Offensive Security Capabilities of Large Language Models
Argues that poor benchmark scores reflect bad scaffolding rather than model limits, and shows CyberSecEval 2 buffer-overflow scores moving from 0.05 to 1.00 once the tooling improved. The methodology post behind Big Sleep.
vendor-authored# -
Introducing Aardvark: OpenAI's agentic security researcher
Announcement of a GPT-5-based agent that finds vulnerabilities, validates exploitability in a sandbox and proposes patches, claiming 92% detection on a seeded benchmark. Vendor announcement, not a paper; the benchmark is not independently reproducible.
Autonomous penetration testing 3
Systems that run an engagement with little or no human steering.
-
Big Enough to Break Out: Tracking the Rising Capability of LLM Penetration-Testing Agents
Compares a human-in-the-loop pentest harness against a newer autonomous one across three public targets, arguing that planning rather than memory is the current bottleneck. Small sample, September 2026 preprint.
preprint# -
PentestGPT: Evaluating and Harnessing Large Language Models for Automated Penetration Testing
The peer-reviewed version of PentestGPT, splitting reasoning, generation and parsing into separate modules to survive context loss over long engagements. USENIX hosts the PDF and talk video free.
-
The Road to Top 1: How XBOW Did It
Vendor account of reaching the top of HackerOne's US leaderboard with roughly 1,060 validated findings from an autonomous system. Marketing-adjacent and entirely self-reported. The discussion of deduplication and validation is the substantive part, and it is the part most coverage of this left out.
Multi-agent orchestration 1
Several coordinated agents running phases of an operation together.
-
Incalmo: An Autonomous LLM-assisted System for Red Teaming Multi-Host Networks
Inserts a high-level attack abstraction layer between the model and the network, reaching critical assets in 37 of 40 benchmark environments where baseline agents managed 3. The clearest evidence that scaffolding, not model scale, is the constraint.
Cyber reasoning systems 3
Automated find-patch-exploit systems, from the Cyber Grand Challenge onward.
-
SoK: DARPA's AI Cyber Challenge (AIxCC): Competition Design, Architectures, and Lessons Learned
Camera-ready systematization of AIxCC by participants and organizers, covering competition design, the finalist architectures, and execution traces. The single best account of what autonomous cyber reasoning systems could and could not do by 2025.
-
AI Cyber Challenge marks pivotal inflection point for cyber defense
DARPA's results announcement. Team Atlanta's system found 54 of 63 synthetic vulnerabilities and patched 43, across 54 million lines of code, and all seven finalist systems were released under OSI-approved licences — which is the part with lasting value, since the systems themselves are now inspectable.
-
The 2016 competition for machines that find, patch and exploit flaws unaided. It predates LLMs entirely — which is the reason to read it before treating agentic exploitation as new.
Benchmarks 3
Task suites built to measure offensive or defensive capability reproducibly.
-
Cybench: A Framework for Evaluating Cybersecurity Capabilities and Risks of Language Models
Forty professional CTF tasks from four competitions, each decomposed into subtasks so partial progress is measurable. The benchmark most frequently cited when labs and AI safety institutes report offensive cyber capability.
-
CVE-Bench: A Benchmark for AI Agents' Ability to Exploit Real-World Web Application Vulnerabilities
Sandboxed reproductions of critical-severity web CVEs with automated success checks. State-of-the-art agent frameworks resolved up to 13%. That figure is the most defensible number currently available for end-to-end autonomous exploitation, and it is a long way below what the threat reporting implies.
-
Task descriptions across six CTF categories, run instructions, evaluation logs, a frontier-model leaderboard. Start here rather than the paper if you mean to run it.
Capability evaluation 2
Methodology for eliciting and measuring what a model can actually do.
-
The UK AI Security Institute's evaluation framework. CVE-Bench and several other cyber evals are written against it. MIT.
-
Nonprofit evaluating frontier models for autonomous capability. Not cyber-specific, but its time-horizon work underpins most autonomy forecasting.
Simulation environments 2
Synthetic networks for training and studying automated agents.
-
The environment behind the multinational CAGE Challenges for autonomous cyber defence agents. MIT. Challenge 4 adds multi-agent RL.
-
Abstract simulated network for agents moving laterally, built for reinforcement learning rather than realism. MIT. The abstraction is deliberate and it does limit transfer.
Prompt injection and agent hijacking 5
Turning an agent's inputs against it, as both an attack and a defence.
-
Here Comes The AI Worm: Unleashing Zero-click Worms that Target GenAI-Powered Applications
Self-replicating prompts that propagate between RAG-connected agents without a user clicking anything, plus a proposed guardrail. Demonstrated in a lab; no such worm has been observed operationally.
-
AgentDojo: A Dynamic Environment to Evaluate Prompt Injection Attacks and Defenses for LLM Agents
Ninety-seven realistic agent tasks paired with 629 security test cases, built so attacks and defences can be swapped independently — which is what makes it reusable rather than a one-off result. The standard reference environment for agent hijacking work.
preprint# -
Reading list built around the lethal trifecta framing: MCP CVEs, defensive tooling, documented incidents. A fork with almost no history, so treat the selection as one person's.
living# -
Technical Blog: Strengthening AI Agent Hijacking Evaluations
Hijacking success against one model rose from 11% to 81% once the red team adapted its attacks. That gap is the methodological warning for anyone quoting a single injection-resistance number, including the good ones.
-
Simon Willison: Prompt injection
Twenty-five posts, September 2022 to November 2025, by the person who named the attack class. Tracks it from first description through multi-modal variants to defensive design patterns. Has a feed.
Defensive agents 1
Agents that patch, triage or defend rather than attack.
-
Introducing CodeMender: an AI agent for code security
The defensive counterpart to the discovery agents: reports 72 security fixes upstreamed to open source over six months, including into a 4.5-million-line codebase. Vendor-authored, with no external audit of fix quality.
vendor-authored#
Threat reporting 10
Vendor and government reporting on observed misuse of AI systems.
-
Threat Intelligence (Anthropic)
Index of Anthropic's dated misuse reports, March 2025 onward. No feed, so it needs checking by hand.
-
AI as tradecraft: How threat actors operationalize AI
Two years on from the 2024 baseline: AI embedded across phishing, malware development and post-compromise work, while humans keep targeting decisions. Notes DPRK use of fabricated identities for employment fraud.
vendor-authored# -
Detecting and countering misuse of AI: September 2026
Case studies of actors disrupted between December 2025 and August 2026 across seven harm categories, including cyber espionage and influence operations. Vendor-authored, and covers only misuse of one company's models.
vendor-authored# -
GTIG AI Threat Tracker: From Prompting to Autonomy - The Evolution of Adversarial AI
September 2026 tracker documenting a shift from prompt-assisted work to agentic workflows, including a cloud compromise and mass credential harvesting completed in under six hours. Names specific actors and malware families.
vendor-authored# -
What we learned mapping a year's worth of AI-enabled cyber threats
Maps 832 banned accounts from March 2025 to March 2026 onto MITRE ATT&CK, concluding AI use concentrated in post-compromise operations and that ATT&CK lacks categories for agentic orchestration.
vendor-authored# -
Adversarial Misuse of Generative AI
GTIG's January 2025 baseline on APT and information-operations use of Gemini, concluding threat actors gained speed and volume but no novel capability. Useful as the deliberately deflationary counterweight to later autonomy claims.
-
Cyber threat actors: AI-assisted intrusion research
Account of terminated DPRK-linked accounts researching intrusion tooling, phishing and malware, noting the requests mostly sought publicly available information. A useful deflationary data point against autonomy narratives.
vendor-authored# -
Disrupting the first reported AI-orchestrated cyber espionage campaign
Anthropic's account of a campaign it attributes to a Chinese state-sponsored group that drove Claude Code through roughly 80-90% of an intrusion chain against about thirty targets. Vendor-authored and self-reported; no independent corroboration of the attribution.
-
First known AI-powered ransomware uncovered by ESET Research
PromptLock generates Lua payloads at runtime using a local gpt-oss-20b model. ESET states plainly it was never seen in an attack and is believed to be a proof of concept, which most coverage omitted.
-
Staying ahead of threat actors in the age of AI
The first joint Microsoft and OpenAI disclosure, naming five state-linked groups using models for reconnaissance, scripting and social engineering, and finding no novel AI-enabled attack. The baseline everything since is measured against.
vendor-authored#
Social engineering at scale 1
Model-generated phishing and pretexting, and the evidence about its effectiveness.
-
Assessing AI-Generated vs. Human-Authored Spear Phishing SMS Attacks: An Empirical Study
Pilot study of 25 participants comparing GPT-4 and student-written phishing SMS, finding 28% versus 21% click intention, a difference the authors themselves call statistically uncertain. Cite it carefully.
contested#
Governance and policy 4
National guidance, standards and policy on AI-enabled cyber threat.
-
Deploying AI Systems Securely: Best Practices for Deploying Secure and Resilient AI Systems
Seven-nation joint cybersecurity information sheet: governance, hardened deployment environments, access control, continuous monitoring. Written for operators. Nothing in it addresses offensive agent capability, which is worth knowing before citing it in that context.
-
The reference vocabulary for adversarial ML: attacker goals, capabilities, mitigations. This page is the E2023 final, published January 2024. A later 2025 edition exists and I could not find a stable landing page for it.
-
OWASP Top 10 for Agentic Applications for 2026
Community risk list for autonomous agent systems. Practitioner-oriented, not empirical. The download page asks for your details.
-
Impact of AI on cyber threat from now to 2027
UK national assessment using calibrated probability language, judging that AI will almost certainly make intrusion operations more efficient and that a widening gap will separate defended from undefended estates.
Tooling 1
Scanners, harnesses and utilities for testing AI systems.
-
NVIDIA's LLM vulnerability scanner. Prompt injection, jailbreaks, training-data leakage, glitch tokens. Apache-2.0.
living#
Honeypots and honeynets 1
Decoy systems built to be attacked and observed.
-
LLM in the Shell: Generative Honeypots
shelLM, an LLM-backed Linux shell honeypot reporting a 0.90 true negative rate against security experts asked to tell it from a real host. The paper that started the generative-honeypot line.
LLM-backed honeypots 4
Decoys whose responses are generated by a language model rather than scripted.
-
LLM Honeypot: Leveraging Large Language Models as Advanced Interactive Honeypot Systems
Fine-tunes an open-weights model on captured attacker sessions to generate honeypot responses, then evaluates realism and deploys it live. Preprint; evaluation is thinner than shelLM's.
preprint# -
SoK: Honeypots & LLMs, More Than the Sum of Their Parts?
Systematizes both directions at once: LLMs used to build honeypots, and honeypots built for LLM attackers. Includes a taxonomy of honeypot detection vectors and a critique of how the area evaluates itself.
preprint# -
LLM-powered web honeypot: generates a plausible HTTP response to whatever arrives instead of emulating fixed applications. Go, Apache-2.0.
living# -
Low-code deception runtime, Go, GPL-3.0. The interesting part is the MCP bait tooling: decoys aimed at AI agents rather than human intruders. A commercial product sits on top.
Deception against machine attackers 4
Deception designed for automated adversaries rather than human ones.
-
Honeyquest for LLMs: Rethinking Cyber Deception for AI Attackers
Twenty-one models against 174 reconnaissance queries, finding LLMs take deceptive bait far more often than humans, show no attention-diversion effect, and act on traps 73.4% of the time despite naming them in their reasoning.
preprint# -
Four cooperating agents divert jailbreak attempts into decoy responses, reporting a 68.77% average reduction in attack success while leaving legitimate queries intact. Preprint; the threat model is model-level, not network-level.
preprint# -
Hacking Back the AI-Hacker: Prompt Injection as a Defense Against LLM-driven Cyberattacks
Plants adversarial text in responses an attacking agent will read, disrupting it or compromising the attacker's own machine, with over 95% reported effectiveness. The cleanest statement of deception aimed at machines rather than people.
-
The Mantis decoys as running code: tarpitted FTP, deliberately vulnerable web apps, weak telnet, injection payloads, reverse-shell listeners.
living#
Frameworks and doctrine 1
Structured references for planning and running deception programmes.
-
ATLAS tactics, techniques, mitigations and case studies as versioned YAML. Easier to cite than the client-side-rendered website.
Order effects 1
Question-order and sequence phenomena, and the QQ equality that predicts them.
-
Takes the parameter-free QQ equality from quantum cognition and applies it to model log-probabilities, finding most item pairs saturate into near-determinism and so cannot support a distribution-level test. The only direct link between these two literatures found.
preprint#
Machine belief states 1
Applying human-cognition models and bias inventories to model behaviour.
-
Cognitive Bias in High-Stakes Decision-Making with LLMs
BiasBuster, a 16,800-prompt framework for measuring and mitigating cognitive bias in model decisions. Relevant here because deception doctrine assumes exploitable biases; this is the closest thing to an inventory of them in machines.
preprint#
Surveys and taxonomies 4
The fastest way into a literature.
-
Intelligent interactive honeypots: A systematization of AI-driven cyber deception
Systematizes forty studies on AI-driven interactive honeypots, mapping interaction level to attack stage and calling out unstandardised datasets and evaluation as the field's main weaknesses. Carries a 2027 issue date.
-
A Survey of Agentic AI and Cybersecurity: Challenges, Opportunities and Use-case Prototypes
Covers both directions of agentic AI in security and names systemic risks specific to agents: collusion between them, cascading failure, oversight evasion and memory poisoning. Preprint, with working prototypes included.
preprint# -
Synthesises over 70 academic and industry sources on offensive and defensive LLM use, including AI-generated malware. Preprint and broad rather than deep; useful mainly as a bibliography.
preprint# -
Agentic AI Security: Threats, Defenses, Evaluation, and Open Challenges
Threat taxonomy for agents acting across digital and physical environments, with a review of evaluation methods and both technical and governance defences. Revised through April 2026; still a preprint.
preprint#
Ongoing trackers 2
Sources that keep publishing on the topic.
-
Threat-Actors-use-of-Artificial-Intelligence
Documented threat-actor AI use mapped to ATT&CK, from Microsoft, OpenAI, Anthropic, GTIG and Kaspersky reporting. Narrower than it looks: attacks on AI systems and influence operations are excluded by design.
living# -
Weekly security newsletter, free, with steady AI-security coverage. The feed avoids the signup.
Courses 1
Structured teaching material.
-
Eight free modules with Docker labs: prompt injection, RAG exploitation, multi-agent attacks, automated red teaming.
living#
Venues 2
Where this work is published and presented.
-
DEF CON community track on adversary simulation, emulation tactics and purple teaming. The programme page links no recordings at all, so it is hard to follow remotely.
living# -
Conference on Applied Machine Learning in Information Security (CAMLIS)
Practitioner venue for applied ML in security; 2024 proceedings open through CEUR-WS. The main site was serving stale cached content when I checked, so use the proceedings link.