The number moving fastest through coverage of Anthropic's September threat intelligence report is 395 organizations. It is not in the report. A full read of the primary document, published 10 September 2026 and covering activity disrupted between December 2025 and August 2026, turns up no such figure. What the report does contain are counts that are smaller, narrower and considerably more useful: more than two dozen Ukrainian government organizations scanned by one actor, mail records exfiltrated from at least eight of them, and roughly fifty organizations targeted by an unrelated Chinese-speaking cluster.
The discrepancy is worth more than a correction, because the aggregate is the least informative thing in the document. Almost every write-up has led with some version of the claim that AI helped attackers move faster. That is true, and it is nearly useless to anyone deciding what to change on Monday. The report's value is in two specific automation loops it documents in enough detail to reason about. Read closely, both of them have a chokepoint that the speed framing obscures entirely.
Loop one: your detection becomes their fitness function
Anthropic tracks the first actor as GTG-20006, a Russian-speaking espionage operation whose targeting the company describes as consistent with public reporting on Midnight Blizzard. The operational profile is conventional enough: email services and remote-access systems across more than two dozen Ukrainian government organizations, with Ukrainian and military drone technology providers and their supply chains recurring as targets. A Microsoft 365 token theft campaign aimed at diplomatic and government personnel produced the exfiltration of mail records from at least eight organizations, among them a national prosecutor's office, a military education institute and a regional intergovernmental organization.
The breadth of the automation is itself notable. Anthropic describes customised AI-driven workflows automating development, infrastructure acquisition, phishing, persistence, command and control, and exfiltration, and records the compromise of at least three hotel WiFi vendors whose DNS records were modified to redirect guest traffic to attacker-controlled servers. None of those techniques is new. What is new is that one operation ran every stage through the same orchestration.
The part worth studying comes next. Inside victim environments, the actor used AI to monitor whether its own implants were still hidden. The report states that when those implants were flagged by security products, the actor used Claude to systematically identify, modify and redeploy the detected artifacts. Anthropic's conclusion follows directly.
“AI has inverted the cost back onto defenders. — Anthropic, Detecting and countering misuse of AI, 10 September 2026”
Strip the AI framing away and what remains is a control loop with an unusually clean error signal. A detection firing is an unambiguous, machine-readable verdict that the current artefact is wrong. The security product, doing exactly what it was built to do, publishes the fitness function the attacker optimises against. Signature and heuristic detection is the category most exposed, because its output is closest to a binary label — flagged or not flagged — and because the artefact can be perturbed cheaply until the label flips. Detection that scores behaviour over time, or that keys on the identity and network side of an intrusion rather than on the file, degrades far more slowly: there is no single edit that flips its verdict, and no fast way to sample its response.
This is why the inversion Anthropic describes is not rhetoric. Historically a new detection imposed real cost. The attacker had to notice it, work out what had been caught, and rebuild, and each of those steps consumed human hours. More importantly, the attacker usually could not tell which change had worked without waiting to find out. Automating the rewrite collapses the cycle. Automating the check collapses the wait, and the wait was doing most of the defensive work.
The practical read: signature-based artefact detection degrades fastest under this loop. Identity, network and behavioural controls degrade slowest, because their verdicts are neither cheap to sample nor flipped by a single edit.
Loop two: the zero day exploit foundry
The second operation, tracked as GTG-10007, is a sustained espionage effort Anthropic attributes to Chinese-speaking operators likely resident in Changsha, in Hunan province. Two were identified as undergraduate students at a Hunan university studying in a School of Computer and Communication Engineering; one had previously interned at a Chinese security company. The actor targeted roughly fifty organizations across education, retail, energy, technology, healthcare, finance, manufacturing and multiple government agencies, and in one case extracted hundreds of megabytes of bulk student personal data from an education-technology company.
The report calls the actor's vulnerability-research pipeline a zero day exploit foundry and describes it step by step. Appliance firmware and binaries are loaded into a decompiler through a tool server. An assistant agent surveys the image and walks decompilation and cross-reference chains — thousands of decompile calls, with back-to-back decompile sequences dominating the call stream. It forms vulnerability hypotheses against a knowledge base it curates over time and against prior proof-of-concept lookups. It then writes exploit code against those hypotheses and tests that code against lab copies of the target product, iterating on edits until one succeeds, at which point the working chain lands in the operator's private exploit portfolio.
One workflow iterating continuously on network appliances produced more than a dozen possible zero day findings in a single month. Read the phrasing carefully: possible findings, from an automated pipeline, counted by the operator. That is not a dozen weaponised, reliable, deployed exploits, and the report does not claim it is. What it is evidence of is throughput — a research process that no longer stops when the operators go home, pointed at a class of target that is chronically under-instrumented and sits at the network perimeter by design.
Both loops need a copy of your product
Here is the constraint the speed coverage misses. Neither loop is self-sustaining on information the attacker already holds. The foundry requires lab copies of the target product to test exploit code against. The detection loop requires the ability to observe whether an artefact was flagged, which in practice means access to the defensive product, or to an environment where its verdict is visible. Both are iterative, and an iterative loop runs no faster than its slowest feedback step. AI removed the cost of generating candidates. It did not remove the need for an oracle to test them against.
That makes the oracle the point of leverage, and it is a far more tractable target than AI attacks in the abstract. Firmware images and appliance binaries obtainable without a customer relationship are what feed the foundry. Detection verdicts observable from inside a trial tenant, or from a widely distributed endpoint agent, are what feed the rewrite loop. Neither can be eliminated — vendors have to ship software and customers have to evaluate it before buying. But both are distribution and licensing decisions rather than detection-engineering ones, which means they are currently being made by people who do not think of themselves as being in this fight at all.
What this evidence does not establish
This is one vendor's telemetry about its own models, and that bounds the claim in both directions. Anthropic can only report what it caught, on Claude. A report like this is necessarily silent about the same techniques run on models nobody is instrumenting, which is most of them. The report also specifies which models were involved — Claude Haiku, Sonnet and Opus — and states that no Fable- or Mythos-class model appeared in any misuse case, with the exception of a single illicit distillation case. That is a meaningful bound on the capability claim. The loops described above did not require the most capable models available, which cuts against the assumption that frontier access is the gating factor and in favour of the view that tooling and orchestration were.
It is also why the 395 figure is worth objecting to rather than shrugging at. The report is a set of specific, checkable claims about seven harm areas and a handful of named clusters. Rounded into a single aggregate by secondary coverage, it becomes an impression of scale that supports no decision at all — while the detail that would actually tell a defender which controls erode first, and where the loop can be starved, sits unread in the primary source.