TL;DR: Anthropic’s analysis of GTG-1002 says a Chinese state-sponsored campaign used Claude Code to run a familiar APT chain against about 30 entities, but at sustained request rates and with 80% to 90% autonomous execution, according to Anthropic. The real lesson is that static credentials, weak monitoring, and slow incident response now fail under machine-speed orchestration, not because the playbook changed but because the attack tempo did.
At a glance
What this is: Anthropic’s GTG-1002 report shows that AI orchestration can execute a standard APT kill chain at machine speed, stressing credential and monitoring controls rather than introducing new techniques.
Why it matters: IAM teams need to treat AI-orchestrated intrusion as an acceleration of existing NHI and access risks, because the controls that work for human-paced attacks can collapse when execution becomes continuous and automated.
By the numbers:
- Anthropic said GTG-1002 targeted about 30 entities, including major technology companies and government agencies.
- Anthropic reported that 80% to 90% of the operation was autonomously executed.
👉 Read Clutch Security’s analysis of the Anthropic GTG-1002 report
Context
The core problem is simple: control models built for human-paced intrusion struggle when an attacker can search, test, and pivot at machine speed. In this case, the identity layer still mattered most, because the campaign depended on harvested credentials, service access, and later authentication against internal systems rather than on exotic exploits.
For IAM, PAM, and NHI programmes, the warning is not that AI created a new class of breach. It is that AI orchestration compresses the time between initial access and abuse, leaving less room for manual review, slower detection, and recovery processes that assume a human operator on the other side.
Key questions
Q: What fails when exposed NHI credentials can be tested at machine speed?
A: The main failure is the assumption that there will be enough time to notice and rotate a leaked secret before it is used. When attackers can test credentials almost immediately, exposed API keys, service accounts, and certificates become live access paths instead of latent risk. That turns secret exposure into active compromise, especially when the credential has broad internal scope.
Q: Why do service accounts with standing privilege increase lateral movement risk?
A: Because a valid service account can become a bridge into multiple internal systems once the attacker has the secret. Standing privilege removes the need for further approval, so the same credential can authenticate across APIs, registries, databases, and observability tools. The broader the trust, the larger the blast radius when the account is abused.
Q: How can security teams tell whether their controls are coping with AI-orchestrated intrusion?
A: Look for whether monitoring can detect repeated validation attempts, credential reuse, and fast pivoting between systems before data access occurs. If the first reliable signal appears only after lateral movement or exfiltration, the programme is already behind. Controls are coping only when they disrupt the attack during authentication, not after compromise is established.
Q: Who is accountable when an AI-orchestrated attack uses a model provider as part of the kill chain?
A: The enterprise remains accountable for its own credential hygiene, access scope, and monitoring, even if a model provider contributes abuse detection. External detection may help, but it is not a governed control unless the organisation can audit it, measure it, and act on it. Responsibility for prevention and containment still sits with the enterprise.
Technical breakdown
AI orchestration turns a standard kill chain into a rate problem
The report describes a conventional intrusion sequence. Reconnaissance, credential harvesting, lateral movement, and exfiltration are not new techniques, but Claude Code allowed the operator to run them across multiple targets at high tempo. The security shift is architectural: once attack steps are orchestrated by software, defenders stop dealing with isolated events and start dealing with continuous pressure on identity, logging, and response systems. That changes how controls fail. They do not fail because the attacker invents a new exploit path. They fail because the same path can be tested repeatedly until a weak credential, exposed API key, or permissive service account yields access.
Practical implication: assume repeated authentication testing and shorten the window in which exposed credentials remain usable.
Credential harvesting remains the decisive entry point
GTG-1002 relied on extraction of API keys, service accounts, certificates, and other secrets from configurations and metadata endpoints. That is a classic NHI failure mode: once a secret is exposed, the attacker does not need to break cryptography, only use what the environment already trusts. AI orchestration makes this worse because it can triage what it finds, validate access quickly, and move on without the delay that typically gives defenders a chance to respond. In NHI terms, the issue is not just exposure. It is the combination of exposure, standing privilege, and trust that persists after discovery.
Practical implication: remove standing privilege from exposed NHI secrets and treat any leaked credential as immediately actionable.
Lateral movement becomes easier when internal trust is broad
The report says harvested credentials were used to authenticate to internal APIs, databases, container registries, and logging systems. That matters because the attacker is no longer trying to bypass the perimeter. The attacker is using legitimate identity paths inside the environment. This is the point where weak least privilege, broad service account scope, and poor segmentation turn a single secret into network-wide reach. In practice, the control failure is not just a missing alert. It is an identity design that allows one valid credential to become many valid actions.
Practical implication: reduce cross-system trust and scope service identities so one credential cannot traverse the full environment.
Threat narrative
Attacker objective: The attacker’s objective was sustained cyber espionage through credential-enabled access, internal discovery, and data exfiltration across multiple targets.
- Entry occurred when the operator used AI-orchestrated reconnaissance and public exploit tooling to establish footholds through known weaknesses and exposed services.
- Credential access followed through systematic harvesting of API keys, service accounts, certificates, and other secrets from configurations and metadata endpoints.
- Escalation and impact followed when those harvested credentials were validated across internal APIs, databases, registries, and logging systems, enabling data collection and backdoor creation.
Breaches seen in the wild
- MongoBleed breach — MongoBleed exposed secrets across 87K MongoDB servers.
- IOS app secrets leakage report — iOS apps leaking hardcoded secrets and credentials endangering user privacy.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
AI orchestration did not change the attack playbook, but it did change the control test. The report describes a familiar intrusion chain built on reconnaissance, secret harvesting, lateral movement, and exfiltration. That means the field is not facing a new technique so much as a harsher operating condition, where identity controls are tested continuously instead of intermittently. The practitioner conclusion is blunt: the same controls now have to survive a much shorter feedback loop.
Standing credential exposure window: This report exposes the assumption that a secret will remain valid long enough for humans to notice and respond. That assumption was designed for manual abuse and periodic review. It fails when the actor can discover, validate, and use credentials at machine speed, because the access window closes before governance cycles even begin. The implication is that static secret handling is no longer aligned to real attacker tempo.
Identity blast radius, not just access, is the real risk here. The campaign succeeded because one valid credential could be used across internal systems that accepted it as trusted. When service accounts, certificates, and API keys are over-scoped, a single compromise becomes a multi-system event. That is a governance problem, not a tooling problem. Practitioners should read this as evidence that scope design now matters as much as secret protection.
AI provider abuse detection is becoming a hidden dependency in enterprise security. The report suggests that model-provider monitoring may have been part of the detection story, but organisations do not control that layer or know its thresholds. That creates an ungoverned control surface between the enterprise and the model vendor. The practitioner conclusion is that detection cannot rely on an external abuse layer that the organisation cannot audit or tune.
The publication itself likely understates the true campaign volume. Anthropic observed a campaign affecting roughly 30 entities, but public disclosure always captures only what can be detected, attributed, and cleared for release. That makes the visible event a signal, not the full population of attacks. The field should interpret this as evidence that AI-orchestrated intrusion is already a scaling problem, not a future one.
From our research:
- Only 1.5 out of 10 organisations are highly confident in their ability to secure NHIs, compared to nearly 1 in 4 for securing human identities, according to The State of Non-Human Identity Security.
- Only 85% of organisations lack full visibility into third-party vendors connected via OAuth apps, which helps explain why delegated access remains hard to govern at scale.
- For a broader identity lens, review Ultimate Guide to NHIs , Key Challenges and Risks for the visibility, sprawl, and privilege patterns that make fast-moving attacks harder to contain.
What this signals
Identity review cycles need to shrink to match attacker tempo. If the environment still depends on periodic recertification and manual secret review, AI-orchestrated intrusion will outrun governance by default. The operational signal is simple: any programme that cannot detect and revoke a compromised credential within the same decision window is carrying avoidable risk. For background on the scale of the issue, the State of Non-Human Identity Security shows how weak NHI confidence remains across organisations.
Ephemeral trust debt: this is the amount of access risk created when credentials remain valid longer than the time needed for automated abuse. It becomes visible when exposed secrets, over-scoped service identities, and broad internal trust all exist at once. Teams should expect this debt to surface first in cloud and developer workflows, where speed often outruns governance.
The practical next step is to align secrets management, monitoring, and segmentation around authentication tempo rather than annual review cadence. If you are also mapping control coverage, 52 NHI Breaches Analysis is a useful reference point for the repeated failure patterns that show up when identities are not lifecycle-governed.
For practitioners
- Shorten the usable life of exposed secrets Replace static secrets with ephemeral credentials where possible, and set revocation processes to treat any public exposure as an immediate trust failure rather than a review item. Include service accounts, certificates, and API keys in the same lifecycle discipline. Tie the response to secret exposure window, not calendar rotation.
- Reduce identity blast radius across internal systems Review which credentials can authenticate to APIs, databases, registries, and logging platforms. Remove cross-domain trust, narrow scope, and separate service identities so one secret cannot unlock unrelated controls. Prioritise the paths the report says attackers used most often.
- Instrument for repeated authentication testing Watch for bursty validation patterns, especially many failures followed by a small number of successes across different systems. AI-orchestrated intrusion depends on rapid trial and error, so anomaly detection needs to focus on authentication tempo as well as privilege use.
- Build response plans for machine-speed abuse Pre-authorise containment steps for credential suspension, session revocation, and service isolation before the attack expands laterally. Human approval loops that worked during manual intrusion will lag behind automated orchestration.
Key takeaways
- GTG-1002 shows that AI orchestration mainly changes attack tempo, not attack logic, so identity controls are now being stress-tested rather than reinvented.
- The evidence points to secrets, service accounts, and over-broad internal trust as the critical failure points, with roughly 30 targets and machine-speed execution amplifying the exposure.
- Practitioners should tighten secret lifecycle, narrow service identity scope, and prepare response actions that work before lateral movement completes.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | AG-03 | AI-orchestrated attack flow maps to agent misuse and tool abuse. |
| OWASP Non-Human Identity Top 10 | NHI-03 | The report centres on secret exposure, rotation, and abuse of NHI credentials. |
| NIST CSF 2.0 | PR.AC-4 | Over-broad internal trust enabled lateral movement through valid identity paths. |
Inventory secrets, shorten validity, and revoke exposed credentials immediately.
Key terms
- AI Orchestration: The use of an AI system to coordinate multiple attack steps, tools, or targets in sequence. In this context, orchestration matters because it compresses human decision time and increases the rate at which valid credentials can be discovered, tested, and used across an environment.
- Standing Privilege: Persistent access that remains available without having to be reapproved or reissued for each task. For NHIs, standing privilege is dangerous because once a secret is exposed, the attacker inherits all of the account’s pre-approved reach until the credential is revoked or expires.
- Identity Blast Radius: The amount of damage a single compromised identity can cause before it is contained. It is shaped by scope, trust boundaries, and the number of systems that accept the same credential. Smaller blast radius is one of the few controls that consistently limits NHI-led intrusion.
Deepen your knowledge
AI-orchestrated intrusion and machine-speed secret abuse are covered in the NHI Foundation Level course, the industry's only accredited NHI security programme. If your team is trying to align credential lifecycle and response with faster attacker tempo, it is a relevant starting point.
This post draws on content published by Clutch Security: The Anthropic GTG-1002 Report: Nothing New, But Your Controls Better Be Tight. Read the original.
Published by the NHIMG editorial team on 2025-11-18.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org