Subscribe to the Non-Human & AI Identity Journal

How should security teams detect attacks that move across human, NHI, and AI identities?

They should use a single identity model that links entitlements, relationships, and runtime behaviour across all actor types. That lets defenders see when an attacker pivots from one valid identity to another. Without that linkage, detections stay siloed and the attacker can disappear between tools.

Why This Matters for Security Teams

Attackers do not always break in through a single account and stay there. They often chain a compromised human session, a stolen NHI secret, and an AI or agent credential into one continuous intrusion path. That is why detections built around one identity class miss the pivot. NHI Management Group’s The State of Non-Human Identity Security shows how common blind spots already are, especially where monitoring and visibility are weak.

For identity teams, the problem is not just access abuse. It is correlation failure. A human user may trigger a phishing alert, an NHI may trigger unusual API use, and an agent may trigger a tool-chain anomaly, yet none of those alerts look connected unless the organisation models them as related events. Guidance from the NIST Cybersecurity Framework 2.0 supports this kind of cross-domain visibility, but most SIEM and SOAR content still arrives in separate buckets. In practice, many security teams encounter identity chaining only after an attacker has already moved laterally between tools and gone quiet in the logs.

How It Works in Practice

The practical answer is to build detections around a unified identity graph, not a single login record. That graph should link human identities, NHIs, service accounts, tokens, OAuth grants, agent workload identities, and the resources each actor can touch. The goal is to see relationships across entitlements, not just events in isolation. This is especially important for agentic systems, where runtime behaviour can change per task and where static role assumptions quickly go stale. The LLMjacking: How Attackers Hijack AI Using Compromised NHIs research is a useful reminder that exposed credentials can be weaponised rapidly once an attacker finds a path into AI-connected infrastructure.

Security teams should look for cross-identity signals such as:

  • A human session creating or authorising a new NHI credential shortly before unusual API calls.
  • An NHI token being used from an unfamiliar workload, region, or tool chain.
  • An AI agent requesting access that matches a recently compromised human privilege set.
  • Tool chaining that turns a low-risk action into a privilege escalation path.
  • Runtime behaviour that diverges from the normal relationship between actor, resource, and task.

At the detection layer, this means joining IAM logs, cloud audit logs, secret issuance events, agent telemetry, and data access records into one analytic model. Standards and threat research such as the MITRE ATLAS adversarial AI threat matrix and the Anthropic AI-orchestrated cyber espionage campaign report both reinforce the need to inspect behaviour across multiple control planes, not just one identity store. These controls tend to break down when telemetry is fragmented across teams that cannot share identity context in near real time because the attacker’s pivot happens faster than the correlation layer.

Common Variations and Edge Cases

Tighter cross-identity detection often increases data engineering and tuning overhead, so organisations must balance visibility against alert fatigue and privacy constraints. Best practice is evolving here, especially for agentic systems where there is no universal standard for how much runtime context should be captured. The right depth depends on whether the environment is mostly human-operated, heavily automated, or already using autonomous agents with tool access.

Some environments need extra care. Third-party OAuth apps can hide identity chains behind delegated access, and shared service accounts can make one attacker action look like many unrelated users. Hybrid estates also complicate timing, because cloud logs, endpoint events, and agent traces may arrive at different speeds. NHI Management Group’s 52 NHI Breaches Analysis and Top 10 NHI Issues both point to the same operational lesson: without visibility into identity relationships, even good detections remain isolated. The strongest programs treat cross-identity correlation as a continuous use-case, not a one-time dashboard project.

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 CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 LLM-04 Cross-identity pivots often exploit agent tool use and auth gaps.
CSA MAESTRO IA-1 Identity assurance is required to link humans, NHIs, and agents.
NIST AI RMF AI RMF emphasises monitoring and governance for dynamic AI behaviour.

Instrument runtime AI activity so anomalous identity pivots are detected and reviewed quickly.