TL;DR: A documented AI-orchestrated espionage campaign used agentic systems to carry out most of the intrusion lifecycle, including reconnaissance, credential harvesting, lateral movement, and exfiltration at machine speed, according to AppSOC. The lesson is that model guardrails alone do not govern enterprise risk once agents can act through tools, data flows, and orchestration layers.
NHIMG editorial — based on content published by AppSOC covering the Anthropic agentic AI attack: A Line Has Been Crossed: Agentic AI in the Anthropic Attack
By the numbers:
- Anthropic’s report says the campaign targeted roughly 30 organisations across technology, finance, manufacturing, and government.
- According to Anthropic, 80% to 90% of the intrusion operations were autonomous rather than human-driven.
- 80% of organisations already see AI agents acting, dy see AI agents acting beyond intended scope.
Questions worth separating out
Q: How should security teams govern AI agents that can access enterprise systems?
A: Security teams should govern AI agents as non-human identities with explicit ownership, scoped privileges, and continuous monitoring.
Q: Why do agentic AI systems increase initial access and privilege abuse risk?
A: Because they can chain valid access into multiple tool calls without needing a human to approve each step.
Q: What breaks when AI agents have broader access than their tasks require?
A: Over-privileged agents break segregation of duties, weaken auditability, and expand blast radius across transactions, data lookups, and workflow triggers.
Practitioner guidance
- Govern AI agents as identities Assign each agent a distinct identity, scope its permissions to a task, and require named ownership for provisioning, review, and revocation across the full lifecycle.
- Control tool access at the orchestration layer Inventory MCP and other tool connections, then enforce allowlisted actions, per-tool authorization, and logging for every delegated call.
- Add runtime policy enforcement for agent behaviour Block unauthorised code execution, bulk data harvesting, and identity probing in real time rather than waiting for post-event investigation.
What's in the full article
AppSOC's full article covers the operational detail this post intentionally leaves for the source:
- The article's full attack-chain narrative across reconnaissance, credential harvesting, lateral movement, and exfiltration.
- The specific discussion of MCP, tool orchestration, and how agentic workflows expanded the attack surface.
- The vendor's layered defence model for runtime monitoring, secure orchestration, and policy enforcement.
- The examples of how autonomous AI systems were constrained or blocked in enterprise environments.
👉 Read AppSOC's analysis of the Anthropic agentic AI attack →
Agentic AI attacks and MCP toolchains: are your controls ready?
Explore further
Autonomous execution turns identity governance into a runtime control problem. When an AI agent can decide what to do next, access reviews no longer capture the full risk because the risky action may already be complete before a human sees it. IAM and PAM must move from static entitlement review to governed, context-aware runtime authorisation. The practitioner conclusion is simple: if the agent can act, the access must be bounded in real time.
A question worth separating out:
Q: Which controls matter most when AI agents use MCP or similar integrations?
A: Per-tool authorisation, runtime monitoring, and data-loss controls matter most because MCP expands what the agent can touch. Teams should also log each delegated action and periodically review whether the integration still matches the intended business task. If the tool chain is not governed, it becomes a hidden privilege pathway.
👉 Read our full editorial: Agentic AI attacks are exposing the enterprise control gap