Anthropic Threat Report: Hackers Used Claude to Automate Breach Operations at Machine Speed

Anthropic Threat Report: Hackers Used Claude to Automate Breach Operations at Machine Speed

Anthropic Threat Report: Hackers Used Claude to Automate Breach Operations at Machine Speed

Threat groups — including financially motivated criminals and state-sponsored espionage actors linked to Russia and China — abused Anthropic's Claude AI models to automate hacking operations during an eight-month period ending August 2026, according to Anthropic's latest threat intelligence report. The document, covering December 2025 through August 2026, details misuse for cyber and influence operations, surveillance, scams, and model distillation, and shows how AI agents compressed attack timelines from weeks to hours.

ShinyHunters: A Credential Factory at Scale

Anthropic disrupted several operations linked to the ShinyHunters collective. An alleged French-speaking member using the handle "frkoo" ran a credential-harvesting pipeline across ten AWS EC2 workers that mass-downloaded 1.8 million distinct Android APKs from multiple app-store sources, decompiled them, and scanned for hardcoded secrets with TruffleHog — routing verified findings in real time to a Telegram group organized into over 100 source types. A second automated process harvested GitHub organization email addresses to obtain personal access tokens. With Claude's help, one suspected ShinyHunters actor extracted more than 2,100 sets of Azure AD authentication tokens tied to over 40 separate corporate Microsoft tenants in about 34 hours — "AI agents performed nearly all of the work," Anthropic notes. In another instance, the actor went from a single stolen developer token to full administrative control in less than three hours.

State Actors: Automation Across the Kill Chain

The report also describes Russia's Midnight Blizzard using Claude to automate malware development, research, infrastructure acquisition, phishing, persistence, command-and-control, and data exfiltration — including a feedback loop that automatically rebuilt malware whenever security products detected it. The group targeted more than 20 government, defense, diplomatic, and foreign-policy entities with device-code phishing, ClickFix attacks, DNS hijacking through compromised hotel Wi-Fi providers, WhatsApp account takeovers, and cloud-email theft, with operations orchestrated through automated workflows built around Claude Code skills. A Chinese-speaking group tracked as GTG-10007 used Claude as the engineering and orchestration layer of a coordinated offensive program.

What Should You Do?

  1. Recalibrate your timeline assumptions. If a stolen developer token can become full administrative control in three hours, detection-and-response cycles measured in days are no longer viable — invest in automated containment.
  2. Protect AI API keys like production credentials. Suspected ShinyHunters members stole AI API keys and used them for further breaches; keys living in CI systems and on developer laptops are prime targets.
  3. Expect faster, adaptive malware. The rebuild-on-detection feedback loop means signature-based prevention decays quickly; behavioral and anomaly-based detection matters more.
  4. Watch the human layer. Most of these chains began with social engineering or stolen credentials, not exotic exploits — verification workflows and credential hygiene remain the highest-leverage controls.

The WAF Angle

AI-accelerated attacks change what perimeter defenses must do. When an attacker can generate and iterate payloads at machine speed, static signatures lose value quickly — the request that evades your ruleset today may return in a new form within hours. What still works: behavioral anomaly detection, per-identity rate limits, and request scoring that flags machine-speed credential use regardless of the payload shape. And the same infrastructure cuts both ways — defenders can automate rule tuning and anomaly triage too. The report is also a reminder that AI services themselves are now part of the enterprise threat model: outbound traffic to AI APIs can be exfiltration, and abuse of your own AI-integrated applications is a surface your WAF policy should already cover.

Sources