Anthropic’s threat intelligence report published September 10, 2026 looks, at first, like a catalogue of AI-enabled cyber operations, surveillance, fraud, biological research, weapons work, influence campaigns, and illicit model distillation. That reading is accurate but incomplete. The report’s most consequential claim is about infrastructure: frontier-model access, customer conversations, reasoning traces, and agent trajectories have become inputs that other organizations may try to acquire at industrial scale.
That moves the security boundary far beyond the prompt box. A request can arrive through a fraudulent account, a stolen key, or an intermediary the customer trusts. The response can be used immediately, replayed later, cleaned into training data, or fed into a reinforcement-learning environment. The model name printed in a product menu tells you almost nothing about that second lifecycle.
For builders, the useful conclusion is not “distillation is bad” or “avoid every model router.” It is this: model provenance now requires evidence about both execution and custody. Who actually served a turn? Who retained the resulting transcript? Which tool calls, failures, repairs, and evaluation judgments can be reused? And what can still run after the originating account is disabled?
Two cautions belong beside that thesis. Anthropic presents selected cases it detected between December 2025 and August 2026, not a prevalence survey. Its lab attributions and campaign counts are detailed first-party allegations, not independently reproducible audits or legal judgments. Treating those caveats seriously makes the report more useful, because it separates a credible supply-chain warning from an unsupported leaderboard of alleged offenders.
RohitAI’s read: the scarce asset is no longer only model output. It is the full learning loop around a successful task—context, reasoning state, tools, corrections, grader feedback, and the evidence that the task worked.
Read the report as a custody map, not a crime anthology
The report expands Anthropic’s February disclosure from fraudulent model access into a broader account of proxies, transcript reuse, reasoning extraction, agent development, and alleged hidden model routing.
The large numbers describe different windows and units. Exchanges, prompts, customer requests, accounts, and training examples are not interchangeable and should not be added or ranked as if they were.
A provider can revoke future access, but it cannot automatically recall an exported corpus or disable software already deployed on infrastructure it does not control.
The immediate builder response is a two-lifecycle audit: verify the route used during inference, then verify retention, reuse, and deletion after the response leaves the serving system.
The figures are evidence of scale, not a distillation leaderboard
Anthropic’s report names seven China-based labs: Alibaba, Moonshot, DeepSeek, Zhipu/Z.ai, Xiaomi, SenseTime, and MiniMax. The table below preserves the report’s different observation windows and units. Every figure and use description is Anthropic-reported and not independently verified; the rows are not additive and do not measure how much capability any model gained.
Named campaign | Observed window | Scale Anthropic reports | Alleged use | Essential qualification |
|---|---|---|---|---|
Alibaba | May–July 2026 | >151 million exchanges | Training, RL environments, and architecture research | No public measure of resulting model capability |
Moonshot | May–July 2026 | >23 million exchanges | Hidden customer-request forwarding and retained exchanges | Anthropic says customer notice is unknown |
DeepSeek | 14 days in July 2026 | >12.1 million exchanges | Hidden forwarding and reasoning-trace collection | Not evidence that all product traffic used Claude |
Zhipu/Z.ai | 17 observed days in June–July | >3.4 million exchanges | Reasoning cleaning and model evaluation | Overlapping subsets must not be added |
Xiaomi | 20 days in March–April | >400,000 requests/exchanges | Replay of saved MiMo sessions for training and evaluation | Report explicitly says no evidence of live answer substitution |
SenseTime and MiniMax appear in Anthropic’s narrative without comparable exchange totals. Anthropic also says it observed an attempted Fable-targeting case but no attempts against Mythos 5 or Mythos Preview in the selected data. That is a statement about visibility and access, not evidence that newer models are immune.
The table should therefore be read as five differently scoped incident summaries. Turning it into one total would manufacture precision: an exchange is not a token, an observed request is not necessarily a useful training example, and a training example is not a fixed quantity of “intelligence.” The public report provides no denominator for successful extraction or the share of a named model’s performance attributable to any corpus.
The contested asset is the trajectory, not just the answer
Distillation is a normal machine-learning technique. Anthropic’s own February disclosure distinguishes legitimate training from activity it considers illicit because it allegedly evades access controls and violates commercial restrictions. Contractual restrictions, customer confidentiality, and theft are related questions, but they are not synonyms. The September report makes allegations; it does not supply a final court judgment about them.
The more revealing detail is what the campaigns allegedly sought. Anthropic describes reasoning traces, cleaned reasoning, tool-use sessions, model grading, reinforcement-learning environments, architecture research, and replayed customer interactions. Those are not merely polished answers. They contain the ugly middle of work: tool schemas, failed attempts, repairs, environment clues, evaluation criteria, and signals about which path finally succeeded.
A useful public contrast is Google Research’s ToolGrad pipeline, which openly documents a synthetic tool-use dataset generated with one model and used to fine-tune Gemma 3 variants. Its authors report high generation success from only 500 curated samples, while also warning that more examples can become repetitive and that their results do not generalize automatically to every workflow. The lesson is not that 500 examples reproduce a frontier model. It is that structure and feedback can matter more than raw volume.
request -> account -> router -> serving model -> response
|
+-> retained transcript
-> cleaning / grading
-> evaluation or training
-> a new deployed artifactThis is the first non-obvious shift: trajectory quality is the economic variable; exchange count is only a noisy proxy. A million repetitive answers may teach less than a smaller corpus containing diverse tasks, corrective feedback, tool results, and reliable success labels. Security teams should prioritize the sessions with the richest operational context, not merely the endpoints with the highest token bill.
Model identity now has two timestamps
At inference time, a buyer needs to know which provider and model actually handled a request. After inference, the buyer needs to know who may retain, resell, evaluate, or train on the resulting interaction. The alleged Moonshot and DeepSeek cases concern live forwarding; the Xiaomi case, as Anthropic tells it, concerns later replay and explicitly not live substitution. Conflating them hides the two controls a procurement review must test.
Execution provenance: contracting party, intermediary, actual serving provider, resolved model ID, region, fallback path, and policy version for each turn.
Custody provenance: retention period, subprocessors, transcript access, training or evaluation reuse, deletion guarantees, and notification when those terms change.
RohitAI’s earlier look at requested versus resolved model identity explains why advertised names and routing behavior should already be logged. That announced product behavior is separate from Anthropic’s allegations here. The broader point survives either way: an API-compatible response field supplied by the same untrusted intermediary is useful telemetry, but it is not cryptographic proof of origin.
This yields the second non-obvious shift. Model procurement used to compare capability, latency, price, and retention at the advertised vendor. It now needs a route manifest and a transcript-rights manifest. A supplier can be honest about the model used today while reserving broad rights over the session tomorrow—or preserve the transcript while silently changing the model route. One questionnaire cannot safely collapse those risks.
A revoked account is not a recalled artifact
One of the report’s most useful cases is not about a giant exchange count. In Anthropic’s account of a surveillance platform in Mali, the company says the system covered roughly 25 million SIM cards across three operators and ran locally with an on-premises model. Disabling the developer’s Claude account interrupted access to future assistance; it did not disable the already deployed system. SIM cards are not unique people or verified victims, and the report does not provide a complete post-ban impact study. The architectural lesson is still clear.
Access controls can stop the next request. They cannot retrieve an exported corpus or turn off a deployment on infrastructure the provider does not control.
An incident dashboard should therefore distinguish five outcomes rather than showing one reassuring “account banned” counter.
Access stopped: the identified credential or account can no longer make requests.
Development interrupted: the actor loses a workflow, evaluator, or engineering assistant.
Artifacts contained: exported traces, datasets, credentials, and code are located or made unusable.
Deployment disabled: the downstream service or locally running system stops operating.
Harm reduced: affected organizations or users see a measurable improvement, not merely a provider-side action.
This is the third non-obvious shift: revocation is becoming an artifact-management problem. Short-lived credentials and rapid account response remain valuable, but deployed code, copied datasets, and fine-tuned weights have different containment paths. A security program that measures only blocked calls will systematically overstate what it has fixed.
Per-call permission misses aggregate extraction
Most application authorization is local: is this user allowed to make this call, use this tool, or spend this budget? That remains necessary. But industrial extraction can emerge from a large sequence of individually ordinary requests spread across linked accounts and intermediaries. No single request needs to look like a dramatic jailbreak for the aggregate purpose to be unauthorized.
The design consequence is a second policy layer above the call: correlated identity, velocity, route, repeated task structure, and declared purpose over time. This extends the per-tool-call governance argument in RohitAI’s AgentMinder analysis. Valid individual calls do not automatically imply a valid aggregate campaign.
Aggregate controls also create governance risk. High-volume research, evaluation, accessibility tooling, and legitimate synthetic-data work can resemble extraction from a distance. Providers need documented appeals, protected evaluation routes, and evidence that controls are scoped to suspected abuse. The US government’s September advisory recommends covertly altering service for confirmed malicious distillers while explicitly calling for disclosure to safety researchers and third-party evaluators. That exception matters: a silent false positive could corrupt a legitimate benchmark.
Reasoning protection is now a framework constraint
The report’s focus on reasoning extraction has an immediate, less dramatic consequence for ordinary Claude integrations. Anthropic’s current thinking documentation says a thinking signature contains encrypted full reasoning, while the visible thinking text is a summary or may be omitted. That description does not support claims that attackers broke encryption or that customers can request raw chain-of-thought.
Anthropic’s preserved-thinking documentation says Fable 5.1 accounts created on or after August 31, 2026 at 00:00 UTC get conversation-prefix checks—covering the system prompt, tools, and earlier messages—by default when preserved thinking is replayed. Older accounts can opt in. A mismatch normally produces an HTTP 400; documented beta controls can deliberately drop the invalid block and report it through input transformations. Anthropic’s server-side compaction and context editing remain valid. These are current product rules that predate the September 10 report, not features newly launched with it.
Test session restore after a dynamic system-prompt change.
Test adding, removing, and reordering tools during a long-running session.
Test client-side summaries separately from documented server-side context management.
Log dropped thinking blocks and model-switch behavior instead of silently retrying until a request succeeds.
The broader pattern is important. Anti-extraction controls are no longer only invisible provider-side classifiers. They can shape conversation storage, model fallback, tool evolution, and error handling in an agent framework. Append-only history and explicit state transitions now serve two roles: compatibility with reasoning binding and a better audit trail for what the application actually asked the model to continue.
Independent evidence broadens the threat mechanics—not every attribution
Google’s separate September threat report describes model-extraction campaigns exceeding 100 million prompts and a distinct agent-enabled credential-harvesting operation built and executed in under six hours. Those observations support the broader claim that AI assets and access credentials are active targets. They do not validate Anthropic’s named-lab cases, and Google’s prompts must not be merged with Anthropic’s exchanges.
Microsoft’s CaptiveCrunch reporting independently describes AI-supported hospitality-network attacks by a Midnight Blizzard sub-cluster. It corroborates campaign context in one cyber section, not the distillation allegations, and Microsoft acknowledges investigative collaboration with Anthropic and OpenAI. “Separate publisher” does not always mean “fully independent evidence stream.”
An August academic preprint on public reasoning blocks reports finding personal-information artifacts and credentials in a large corpus of public repositories. Its dataset mixes genuine sessions with public benchmarks and synthetic personas, and the paper expressly says behavioral similarity cannot prove that a named model causally memorized or distilled proprietary reasoning. It supports treating opaque logs as sensitive; it does not settle corporate attribution.
The NSA, CISA, and FBI advisory raises the institutional stakes by alleging industrial-scale campaigns and likely Chinese-government awareness. China’s Commerce Ministry rejected that advisory as politicizing normal industry practice. Neither public position supplies a lab-by-lab auditable corpus. The US document also contains a model/date chronology that needs clarification. An official seal increases consequence; it does not eliminate the need for reproducible evidence.
A practical builder review for the next quarter
1. Draw two maps for every inference route
Map execution from your application through gateways, resellers, clouds, fallbacks, and the serving model. Then map custody from request creation through logging, support access, evaluation, training reuse, backups, and deletion. Record regions and subprocessors. A vendor’s retention promise is incomplete if an intermediary can keep a separate copy.
2. Treat agent traces as production secrets
Tool outputs, evaluator decisions, failure histories, encrypted reasoning blocks, and repair trajectories can expose customer data and teach workflow behavior. Apply access control, redaction, purpose limits, and deletion rules to them. Do not publish opaque blobs merely because humans cannot read them easily, and do not copy full production traces into a convenient evaluation service without reviewing that service’s rights.
3. Make key replacement an endpoint-remediation workflow
Use separate keys for production, experiments, and third-party integrations; constrain budget and scope; alert on route and usage anomalies. Anthropic describes credential-harvesting infrastructure that reacquired replacements from infected systems. Rotating a key without fixing the endpoint or integration that leaked it can simply hand the attacker a fresh credential.
4. Test state transitions, not only fresh prompts
Your eval suite should restore real sessions after prompt-policy edits, tool-version changes, compaction, provider fallback, and model upgrades. Log the requested model, resolved model, policy version, refusal category, state transformation, and final authorization decision. A clean one-turn benchmark will miss the failures created by reasoning binding and long-lived agent state.
5. Keep the final action policy outside the model
Validate egress destination, credential scope, data scope, spending, and irreversible effects at the tool boundary. A provider refusal is useful defense in depth, not your application’s permission system. Anthropic’s refusal documentation says Claude can return stop_reason=refusal with HTTP 200; downstream tools still need independent authorization.
6. Report disruption as outcomes, not account actions
Track credentials revoked, linked access paths closed, endpoints remediated, exported artifacts contained, workloads stopped, customers notified, and downstream harm reduced. Assign an owner to each step. This prevents a provider-side ban from being mistaken for eradication and makes it obvious when containment requires a customer, cloud host, platform, or public authority.
7. Preserve provenance for your own synthetic data
Record the source model, access route, applicable terms, customer-data status, generation method, filtering, evaluator, and permitted purpose for each dataset version. Authorized distillation and unauthorized extraction are different practices. Nationality, low price, open weights, or an API-compatible interface is not a substitute for this evidence. Neither is a final-output watermark: statistical token provenance cannot establish the full chain of custody by itself.
minimum_evidence = {
request_id, contracting_provider, intermediary,
requested_model, resolved_model, policy_version,
retention_class, reuse_permission, dataset_lineage,
tool_authorization, incident_outcome
}Eight tests worth automating
Route-resolution test: compare the provider and model your application requested with the route and model the trusted infrastructure actually recorded.
Custody-drift test: alert when a supplier changes subprocessors, retention, evaluation use, training rights, or fallback destinations.
Conversation-mutation test: replay sessions after system, tool, and message-prefix changes and assert the documented error or block-dropping behavior.
Credential-loss drill: revoke one scoped key, remediate its source, verify replacements cannot be harvested, and confirm unrelated workloads continue.
Refusal-path test: handle policy refusals separately from network errors and preserve enough category metadata for debugging without retaining unnecessary sensitive content.
Aggregate-use test: detect linked identities and sustained anomalous acquisition patterns without labeling ordinary high-volume use as malicious by default.
Independence test: confirm that critical worker and reviewer paths do not secretly resolve to the same provider, policy, credential pool, or failure domain.
Revocation-outcome test: verify what keeps running after the model account, router, or evaluator becomes unavailable and identify the party able to stop each artifact.
What changes strategically
First, enterprise routing will be judged on disclosure, not just optimization. Buyers will increasingly ask for a verifiable route record and separate transcript-reuse guarantees. The winning router will not merely find the cheapest acceptable model; it will make the data path explainable when a customer, regulator, or incident responder asks what happened.
Second, anti-extraction controls will become a product-compatibility axis. Conversation binding, identity checks, organization-level anomaly detection, and selective service changes can protect models, yet each can also create false positives or confusing failures for legitimate evaluators. Documentation, stable error semantics, protected research access, and appeals will be part of model quality—not administrative extras.
None of these predictions requires accepting every attribution in the September report. They follow from the observable architecture: valuable requests cross organizational boundaries, long-running agents create rich traces, and copied artifacts persist. The report accelerates a procurement and engineering shift that was already visible in RohitAI’s earlier coverage of managed agent infrastructure and Claude safeguard failures: the application must own its authority and evidence even when a provider owns the intelligence.
FAQ
Did Anthropic prove that the named labs copied Claude?
Anthropic says it has high-confidence account and organization attribution and describes detailed traffic patterns and inferred training uses. The public report does not expose the complete underlying account corpus, customer notices, or training records for independent reproduction. The precise formulation is “Anthropic alleges” or “Anthropic reports,” not an adjudicated finding that every downstream capability was copied.
Is model distillation inherently abusive?
No. Distillation and synthetic-data generation are standard techniques. The disputed questions are authorization, access-control evasion, applicable terms, customer consent and confidentiality, data provenance, and permitted use. Calling all distillation theft would erase legitimate research and product work; calling every large extraction campaign normal would erase the controls and rights at issue.
Should builders stop using intermediaries or low-cost model APIs?
The report does not establish that every intermediary is unsafe, that all traffic at a named company was routed through Claude, or that low price proves improper provenance. It does justify asking for stronger route disclosure, retention and reuse terms, scoped credentials, independent logs, and a tested exit path. Make a supplier decision from verifiable controls and workload sensitivity, not guilt by association.
The security boundary moved upstream—and downstream
Anthropic’s report matters because it connects forms of AI risk that product teams usually review separately. Identity teams handle keys. Procurement handles model vendors. Privacy handles transcripts. ML teams handle synthetic data. Agent engineers handle tools and state. Incident responders handle revocation. An adversarial acquisition pipeline can pass through every one of those seams.
The right response is not panic or a blanket migration. It is a more demanding evidence model: prove the inference route, prove the custody rules, protect high-value trajectories, authorize real-world actions independently, and measure what remains after access is revoked. Those controls help whether Anthropic’s next report names a state actor, a commercial lab, a reseller, or nobody at all.
Frontier AI is becoming a supply chain in the most literal sense. Intelligence is served through accounts and intermediaries, transformed into traces and datasets, and embedded into artifacts that outlive the call. Builders who can account for that chain will be able to use powerful models with confidence. Builders who cannot may know which model they requested—and still not know what system they actually operated.
