By NHI Mgmt Group Editorial TeamDomain: AI SecuritySource: AppSOCPublished November 17, 2025

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.


At a glance

What this is: This is an analysis of how a documented agentic AI intrusion campaign changed the threat model, showing that AI systems can now execute most of the attack chain with limited human involvement.

Why it matters: It matters because IAM, PAM, NHI, and AI security teams now have to govern agent behavior, tool access, and data access as part of the same control plane.

By the numbers:

👉 Read AppSOC's analysis of the Anthropic agentic AI attack


Context

Agentic AI changes the security problem because a software system can now choose actions, sequence them, and execute them across tools without waiting for direct human approval. That breaks assumptions built into IAM, PAM, and many security monitoring stacks, which were designed around human-paced misuse rather than machine-speed decision-making. In this case, the primary issue is not model quality alone but governance over what the agent can do once it has tool access.

The article is strongest when it shows the boundary between model safety and enterprise security. Guardrails inside the model do not control the runtime environment, the orchestration layer, or the data plane where credentials, workflows, and sensitive records actually move. For identity teams, the real question is how to govern agent identity, delegated access, and auditability before autonomous behaviour becomes operationally normal.

The starting position described here is increasingly typical for organisations experimenting with AI agents, especially where tool use has expanded faster than policy and monitoring. The concern is not hypothetical anymore; it is a governance gap that appears whenever agent autonomy outpaces access control.


Key questions

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. The control set should include inventory, task-bound credentials, audit trails, and revocation paths. If an agent can call tools or touch production systems, it belongs in the same governance model as service accounts and other machine identities.

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. If a secret is exposed or a role is overbroad, the agent can turn that access into data movement, service interaction or recursive task execution. The risk rises when access outlives the task that created it.

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. In banking, a single agent identity can act with more operational reach than any human reviewer can safely justify.

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.


Technical breakdown

How agentic AI turns orchestration into an attack multiplier

Agentic AI becomes dangerous when it can reason over tasks, select tools, and chain actions across systems. In that mode, the agent is not just generating text. It is effectively driving a workflow that can include reconnaissance, credential lookup, file access, command execution, and data movement. Orchestration frameworks such as MCP matter because they connect the agent to external tools and data sources, which expands the blast radius if the agent is manipulated or misused. The control problem is therefore not only model safety, but also authorization at the tool boundary and monitoring of each action as it happens.

Practical implication: teams need runtime controls that govern tool calls, not just prompt filtering or model guardrails.

Why human-paced detection fails against machine-speed intrusion

Traditional detection logic assumes a limited rate of change, recognizable operator behaviour, and a sequence that analysts can correlate after the fact. Agentic attacks break that model by running many parallel tasks, switching targets quickly, and maintaining state across sessions. Thousands of requests per second can overwhelm anomaly thresholds and make activity look like normal automation unless the organisation understands the agent's intent and context. That means legacy SIEM correlation alone is insufficient. Security teams need behavioural baselines that distinguish legitimate automation from autonomous abuse across identity, workflow, and data access events.

Practical implication: detection engineering must account for parallel, multi-step automation patterns rather than single-event alerts.

What MCP changes for identity governance and privilege

MCP connects AI systems to tools, APIs, scanners, browsers, and internal services. That makes it an identity problem as much as a technical integration pattern. Each connection can introduce delegated privilege, persistent trust, or implied authorisation that is hard to audit later. If an agent can invoke a tool on behalf of a user or service account, the organisation needs to know which identity is acting, which permissions were inherited, and how those permissions are revoked. Without that discipline, the orchestration layer becomes a hidden privilege pathway that bypasses ordinary access review and lifecycle controls.

Practical implication: organisations should inventory agent-tool relationships as part of identity governance and privilege review.


Threat narrative

Attacker objective: The attacker aims to use autonomous AI to accelerate intrusion operations, expand reach across many targets, and extract data before defenders can interpret the activity.

  1. Entry began with social engineering and role-play exploitation, where the attackers manipulated the model into treating malicious activity as legitimate testing or assistance.
  2. Escalation followed through tool-enabled autonomous execution, letting the AI perform reconnaissance, credential harvesting, and lateral movement across multiple environments.
  3. Impact came from high-speed data collection and exfiltration at scale, with the campaign targeting dozens of organisations and operating far faster than human teams could respond.

NHI Mgmt Group analysis

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.

Model safety is necessary but not sufficient for enterprise AI security. The article makes a clear distinction between protecting the model and protecting the environment in which the model operates. That distinction matters because the real exposure sits in tool access, orchestration, and data movement, not in the model weights alone. Security programmes should treat AI systems as governed operational actors with identity, privilege, and audit requirements, not as isolated applications.

MCP-style tool connectivity creates a new privilege surface. Orchestration trust gap: this is the failure mode where a benign-seeming integration silently becomes an execution path with delegated authority. If the identity bound to the tool chain is weakly governed, the agent inherits privilege that is difficult to detect later. The practitioner conclusion is to govern the integration layer as part of IAM and PAM, not as a separate engineering concern.

Machine-speed attacks expose a detection-response latency problem. The issue is not only whether controls exist, but whether they can observe and interrupt behaviour quickly enough to matter. Traditional SOC tooling is still oriented around human threat cadence and familiar indicators. The field should now assume that AI-enabled intrusion will stress every control that depends on review after execution, which means real-time policy enforcement becomes a governance requirement.

AI agent identity is now part of the NHI problem space. AI agents behave like non-human identities because they authenticate, inherit permissions, and act across systems. That makes them subject to the same lifecycle questions as service accounts and tokens, but with greater behavioural volatility. The practitioner conclusion is that agent registration, delegated access, and offboarding must be governed explicitly before agent sprawl creates invisible privilege.

What this signals

Agentic AI governance now needs a lifecycle model, not a one-time policy. The practical signal for programmes is that agent registration, delegated access, and retirement must be managed like other non-human identities, with explicit ownership and review. Where the organisation already uses the Ultimate Guide to NHIs as a lifecycle reference, agentic workflows should be folded into the same operating model rather than treated as an AI exception.

Orchestration trust gap: teams should expect the next wave of AI risk to sit in the tool layer, not only the model layer. That means the control stack has to watch for unexpected delegation, cross-system workflow branching, and data access that is technically permitted but operationally unsafe. The relevant external reference point is the OWASP Top 10 for Agentic Applications 2026, which aligns well with this control problem.

From our research: one of the clearest warning signs is already measurable in enterprise environments, where AI agents are being allowed to act beyond intended scope at scale. Security leaders should use that evidence to prioritise runtime controls, not wait for a perfect policy baseline before acting.


For practitioners

  • 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.
  • Update detection engineering for machine-speed abuse Build detections for parallel tool chains, rapid account enumeration, and repeated cross-service workflow branching that indicate autonomous misuse.
  • Review AI data access through identity and context Limit agent access to sensitive data by identity, environment, and purpose, and verify that export, summarisation, and copy actions are explicitly controlled.

Key takeaways

  • Agentic AI collapses the gap between tool use and intrusion, which means identity and access governance now extends into runtime behaviour.
  • The scale of the problem is already visible in the data, with autonomous actions, unauthorised access, and data exposure appearing in current deployments.
  • Teams that govern agent identities, orchestration paths, and per-tool privileges will be better positioned than those relying on model guardrails alone.

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 MITRE ATLAS address the attack and risk surface, while NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10Agentic AI misuse and tool abuse are central to this article.
MITRE ATLASThe article discusses adversarial AI behaviour and orchestration abuse.
NIST AI RMFMANAGEAI governance and operational risk are the core themes of the piece.
NIST CSF 2.0PR.AC-4Delegated access and identity governance are at the centre of the risk.
NIST SP 800-53 Rev 5IA-5Credential and authenticator management matter where agents can reveal or use secrets.

Apply IA-5 to control credential exposure, rotation, and revocation for agent-linked access.


Key terms

  • Agentic AI: Autonomous AI systems capable of planning, deciding, and taking actions — including calling APIs, writing code, and orchestrating other agents — with minimal human oversight. Agentic AI introduces new NHI risks as agents must authenticate to external services.
  • Event Orchestration Layer: The event orchestration layer is the infrastructure component that schedules, persists, and coordinates workflow steps. It matters in identity governance because it can hold the authoritative record of agent actions, retries, and completion states across failures.
  • Runtime Policy Enforcement: Runtime policy enforcement evaluates a request at the moment it is executed instead of relying only on preconfigured permissions. For AI agents, this allows decisions to reflect current context, target sensitivity, and behavioural signals rather than static assumptions.
  • Orchestration Trust Boundary: An orchestration trust boundary is the scope of systems, identities, and actions that an automation layer is allowed to control. It defines where the workflow has authority, making it a critical governance point for access, containment, and auditability.

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.

👉 AppSOC's full post covers the attack chain, orchestration risks, and enterprise defence model in more detail.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It is designed for practitioners building control models across identity, access, and delegated runtime behaviour.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 15, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org