AI-Enabled Cyber Attacks: What They Are and How to Defend Against Them

Sıla Özeren Hacıoğlu | 7 MIN READ

| September 25, 2026

AI-enabled cyber attacks are malicious operations in which adversaries use AI, most often large language models (LLMs), to plan, carry out, or scale any part of an attack. That includes writing phishing lures and deepfake pretexts, developing and debugging malware, discovering and exploiting vulnerabilities, and running intrusions end to end. In most cases observed so far, attackers add AI to existing playbooks to move faster and at greater scale. What sets the most advanced cases apart is autonomy: the model, often running as an agent connected to offensive tooling, reasons about each result and chooses the next action itself instead of following a fixed script.

Not every AI-powered cyber attack looks the same. The useful distinction is how much of the operation the AI controls:

Level

Who drives the attack

Technical example

AI-assisted

Human operator; AI answers questions

Summarizing a vendor advisory, drafting a phishing lure, explaining a stack trace

AI-augmented

Human plans; AI executes discrete tasks

Generating a proof-of-concept from a patch diff, adapting a payload to evade a specific EDR

AI-orchestrated (agentic)

AI plans and executes; human approves key steps

Agents chaining recon, exploitation, and credential theft across multiple targets in parallel

The third level, also called agentic AI attacks or autonomous cyber attacks, is what changed the threat model in 2025 and 2026.

How Are AI-Enabled Cyber Attacks Different From Traditional Cyber Attacks?

The techniques are mostly familiar. The economics are not. According to Anthropic, the latest frontier models have sharply reduced the cost, effort, and expertise it takes to find and exploit software vulnerabilities.

Four differences matter for defenders:

  1. Speed. Agents do not sleep, wait for shift changes, or pause between stages, and they recover from failure in seconds. In July 2026, Sysdig documented JadePuffer, which it describes as the first known agentic ransomware operation. When a backdoor login failed, the agent diagnosed the cause and issued a corrected payload 31 seconds later, with no human involved.
  2. Scale. One operator can run parallel intrusions against many targets. Between January and February 2026, Amazon Threat Intelligence observed a single actor with limited technical skills use commercial generative AI to compromise more than 600 FortiGate devices across 55 countries in about five weeks, without exploiting a single FortiGate vulnerability.
  3. Lower skill barrier. Capabilities once limited to elite teams are becoming broadly accessible. Anthropic reports that engineers with no formal security training asked Mythos Preview to find remote code execution vulnerabilities overnight and came back the next morning to a complete, working exploit.
  4. Chaining. When Cloudflare tested Mythos Preview on its own code, the model proved notably better than earlier models at linking several small vulnerabilities into a single working proof of concept, instead of reporting each one on its own.

Industry telemetry reflects the shift. In CrowdStrike's 2026 Global Threat Report, attacks by AI-enabled adversaries rose 89% year over year, and average eCrime breakout time fell to 29 minutes, with the fastest observed breakout taking just 27 seconds.

A response measured in days or weeks used to be good enough. Against AI-enabled attackers, defenders have hours.

What Does a Real AI-Orchestrated Cyber Attack Look Like?

In an AI-orchestrated cyber attack, humans can set the objective while AI agents independently execute and adapt across much of the attack chain.

A well-documented example is GTG-1002. Anthropic attributed the 2025 campaign with high confidence to a Chinese state-sponsored group and reported that Claude Code performed 80–90% of tactical operations across roughly 30 targets. The AI handled reconnaissance, vulnerability discovery, exploitation, credential harvesting, and data extraction, while humans remained involved at key decision points.

A separate 2026 incident showed similar autonomous behavior outside a malicious campaign. An internal OpenAI research agent independently bypassed access restrictions on Australia's Medicare Statistics Reporting Service while completing a benign research task.

AI orchestration has also appeared at a much greater scale. In September 2026, GreyNoise reported that hundreds of AI agents were used to exploit newly disclosed PaperCut vulnerabilities, compromising at least 440 servers across 395 organizations in 48 countries.

The techniques were familiar. What changed was the speed, autonomy, and scale at which they could be chained together.

Why Does Frontier AI Cyber Risk Make Patching Alone Insufficient?

Writing a working exploit used to be the slow, skilled part of an attack. That is no longer true. In April 2026, Anthropic reported that Claude Mythos Preview can find zero-days in both open-source and closed-source software with minimal human steering, and in many cases turn them into working proof-of-concept exploits. That undercuts the assumption most security programs are built on: that defenders have time to investigate, prioritize, and act before an attacker can exploit a weakness.

The numbers show the pressure building from several directions at once:

  • Volume is surging. 35,853 CVEs were published in the first half of 2026, roughly 49% more than in the same period a year earlier.
  • Only a small share is actually exploited, and exploitation starts fast. Just 495 of those CVEs were catalogued as exploited in the wild in that window, and 116 were under attack on the day they were published.
  • Fixing is the bottleneck, not finding. In its August 26 update, Anthropic reported that only 421 of 2,300 vulnerabilities it had disclosed to maintainers were known to have patches, and it identified human triage and review as the constraint.

AI accelerates discovery. Assessing findings and shipping fixes still move at human speed.

Regulators have responded. CISA's BOD 26-04, issued in June 2026, prioritizes remediation using four criteria, and a vulnerability that meets all four must be fixed within three days. The directive is also shaped by CISA's concern that AI is shortening the time between vulnerability discovery and weaponization.

The conclusion is simple. When you cannot patch everything in time, your security controls have to stop what patches have not yet fixed, and you need current proof that they do.

How Do You Defend Against AI-Powered Cyber Attacks?

Defending against AI-powered cyber attacks requires organizations to validate exploitability faster, continuously prove prevention and detection controls, and trigger testing as threats and environments change.

  1. Prioritize by proven exploitability, not severity. A CVSS score says how bad a flaw could be. Validation tells you whether it is actually exploitable in your environment, so teams fix what attackers can reach instead of working down a backlog by score.
  2. Prove your controls, since you cannot patch everything in time. When patching lags, prevention and detection are what stop exploitation. Exploits reuse common techniques, so proving that your NGFW, EDR, and SIEM block and detect them defends against today's CVE and future ones in the same class.
  3. Test a new CVE before a working exploit exists. Break it into the attacker techniques it depends on and run them safely against your controls on day one, including for CVEs with no public exploit and assets too sensitive to exploit directly.
  4. Trigger validation on change, not on the calendar. A new KEV entry, a threat campaign, a policy change, or a new application should each launch the right test automatically. Quarterly pentests cannot keep pace with minute-by-minute change.
  5. Run one validation program, not separate queues. Control validation, exploitability validation, and autonomous pentesting should share one prioritized backlog and one closure state, so findings aren't duplicated across consoles with conflicting priorities.
  6. Automate at machine speed, with a human on the loop. Machine-speed attacks need machine-speed validation, with your team approving at decision gates and a full audit trail behind every action.

How Does Picus Help Defend Against AI-Enabled Cyber Attacks?

The Picus Autonomous Exposure Validation Platform was built for this problem. It combines three validation methods, run end to end by Picus Swarm, a set of five specialist agents orchestrated by Numi AI. The agents work on signal rather than on a schedule, and your team stays in control at the decision gates.

  • Breach and Attack Simulation (BAS) continuously proves what your prevention and detection stack blocks, detects, and misses, then delivers vendor-specific rules and re-validates the fix.
  • Autonomous Penetration Testing safely runs real exploits and chains exposures into attack paths toward critical assets, including identity and Active Directory paths.
  • Exposure Validation (EXV) gives a day-one verdict on a new CVE by testing the attacker techniques it depends on, even where no working exploit exists or the asset is too sensitive to exploit directly.

See it on your own stack. Request your free demo to see how machine-speed validation works in your environment, including what your controls stop, what they detect, and what slips through quietly.

 
In AI-assisted attacks, a human operator remains in control and uses AI for individual tasks such as writing phishing lures or debugging code. In AI-orchestrated attacks, AI agents can plan and execute multiple stages of an intrusion, adapt to results, and choose their next actions with limited human involvement.
Yes. Recent incidents show that AI agents can independently perform tasks such as reconnaissance, vulnerability discovery, exploitation, credential harvesting, and data extraction. Human operators may still set objectives or approve key decisions, but agents can execute much of the attack chain themselves.
No. Many AI-enabled attacks rely on known vulnerabilities, existing attack techniques, and widely available security tools. AI changes how quickly and at what scale those techniques can be discovered, chained, and executed rather than requiring entirely new attack methods.
AI agents can operate continuously, recover from failed attempts quickly, run attacks in parallel, and chain multiple techniques together. This compresses the time defenders have to identify exposures, patch vulnerabilities, and verify that prevention and detection controls are working.
Yes, if those controls reliably prevent and detect the techniques being used. Because AI-enabled attacks often reuse familiar tactics, effective NGFW, EDR, SIEM, and other security controls can still disrupt them. The challenge is continuously validating that those controls work as threats and environments change.

Table of Contents

Ready to start? Request a demo