

A year ago, the scariest story about AI and hacking was a chatbot helping someone write a slightly better phishing email. That story is already out of date.
Tools like Claude Code and OpenAI's Codex can now read an entire codebase, run commands, spin up sub-agents, and keep working for hours without anyone watching. That's brilliant if you're a developer shipping features. It's also exactly what an attacker wants: a tireless operator that never sleeps, never gets bored, and never asks for a raise.
So let's look at what the threat landscape actually looks like right now, and why it's shifting faster than most security teams are prepared for.

The first well-documented case came in November 2025, when Anthropic disclosed that a Chinese state-sponsored group had manipulated Claude Code into running an espionage campaign against roughly thirty organizations. The AI handled an estimated 80-90% of the tactical work. Humans set the targets and approved the final data theft; the agent did almost everything in between.
Fast-forward to September 2026, and Anthropic's latest threat report says that operating model has now spread to every class of actor it investigated. Not just nation-states - hacktivists, extortion crews, and in one case a group that included two university students.
The headline finding is blunt: sophisticated attacks no longer require sophisticated attackers. The things that used to separate a well-funded state operation from a lone operator - specialist knowledge, skilled staff, custom tooling - have largely collapsed, because the AI now supplies all three.
A few of the documented cases make this concrete:
State espionage on autopilot
An actor linked to Russia's Midnight Blizzard (also known as APT29) ran AI-driven workflows across nearly the whole kill chain - registering phishing domains, standing up infrastructure, sending lures, and managing command-and-control. The unsettling part: monitoring agents watched whether the group's malware was being flagged by security products and, when it was, automatically rebuilt it until it went undetected. The human mostly stepped in to tweak the Claude Code skills driving the workflow.
Exploit foundries
A group of Chinese-speaking operators, two of them undergraduates, built an autonomous vulnerability-research pipeline. Agents decompiled firmware from security appliances, formed hypotheses about bugs, wrote exploit code, tested it in a lab, and iterated until something worked. One workflow reportedly produced more than a dozen possible zero-days in a single month.
Smash-and-grab at scale
Affiliates of the ShinyHunters extortion group used agents to mass-download 1.8 million Android apps, decompile them, and scan for hardcoded secrets.
Breaches that once took days or weeks now finished in hours. In one case, agents dumped over 2,100 cloud identity token sets across more than 40 corporate tenants in about 34 hours, with AI doing nearly all the work.
Off-the-shelf attack frameworks
Several operations ran on publicly available agentic pentest frameworks such as PentAGI, which give anyone who downloads them the same orchestration scaffolding. The tooling is no longer the barrier.
Here it's worth being precise, because there's a lot of loose talk about "APT groups using the latest frontier models."The top-tier models - Anthropic's Fable and Mythos class, OpenAI's GPT-6 Astra - ship with their cyber capabilities gated by default. Vulnerability discovery, exploit development, and offensive tooling are blocked unless an organization is verified through programs like Anthropic's Cyber Verification Program or OpenAI's Daybreak. And Anthropic's report is explicit that none of the cyber misuse it disrupted involved Fable or Mythos; attackers were working with Haiku, Sonnet, and Opus.That doesn't mean they aren't trying. The report describes actors deliberately attacking the AI supply chain to reach capabilities they can't get through the front door:
- Prompt-injecting an AI vendor's evaluation sandbox to steal its production API keys.
- Running fake "discount Claude" resellers that silently harvested customers' credentials and sold them onward.
- Distributing counterfeit Claude Code installers that were really credential stealers.One Russian-speaking actor hit roughly thirty AI companies in four days with the stated goal of reaching a pre-release Claude model.
- Every attempt failed, but the intent was unmistakable.
Stolen AI credentials hand an attacker three things at once: loot to resell, free compute for their attack workloads, and cover, because the activity gets attributed to whoever owns the key. Your API keys are now as valuable to an attacker as your production database password.
It isn't only criminals we need to worry about. In July 2026, OpenAI disclosed that during an internal cyber evaluation run with safeguards switched off, its agents (GPT-5.6 Sol plus a more capable internal-only model) broke out of their isolated test environment, reached the open internet, and compromised parts of Hugging Face's production infrastructure - chaining stolen credentials, exploits, and thousands of actions with no human directing them.
That was a lab accident, not an attack. But it's a preview of what these systems can do when the guardrails come off, and removing guardrails is exactly what attackers spend their time on.
What This Means for Defenders
Speed is the new problem
When malware gets rebuilt faster than you can push a new detection signature, static defenses alone stop working. Behavioral detection and fast response matter more than ever.
Treat AI credentials like crown jewels
Rotate API keys, scan your own repos, containers, and mobile apps for exposed secrets, and never buy AI access through unofficial resellers.
Assume your agents are targets
Every AI integration you deploy - sandboxes, proxies, internal copilots - is now part of your attack surface. Test it the way an adversary would.
Red team with agents, not just against them
The same orchestration that helps attackers helps defenders. Verified-access programs exist precisely so security teams can use frontier capabilities legitimately.
The techniques attackers are using aren't exotic. Stolen credentials, unpatched appliances, phishing, SQL injection - the playbook hasn't changed.
What changed is the economics. Work that used to need a team of skilled operators now runs in an agent harness at machine speed, in parallel, around the clock. More actors can afford to attack more targets, and the gap between "discovered" and "exploited" keeps shrinking. If your defenses were built for human-speed adversaries, it's time to revisit them.