By NHI Mgmt Group Editorial TeamPublished 2026-01-02Domain: Governance & RiskSource: Unosecur

TL;DR: 2025 cloud incidents showed that attackers increasingly used valid IAM credentials, OAuth tokens, service accounts, and CI/CD identities to move through trusted systems without breaking in, according to Unosecur. The governing problem is not login failure but lifecycle control, because post-authentication identity misuse now outpaces traditional detection models.


At a glance

What this is: This is a year-end analysis of 2025 cloud identity attack patterns, showing that legitimate credentials, tokens, and non-human identities became the primary path into cloud environments.

Why it matters: It matters because IAM and NHI teams have to govern identity usage after authentication, not just harden the login event.

👉 Read Unosecur's year-end analysis of cloud identity attack patterns in 2025


Context

Cloud identity has shifted from a perimeter control problem to a lifecycle governance problem. When valid credentials, OAuth grants, and service identities are treated as trustworthy by default, attackers do not need to defeat MFA to cause damage. For IAM and NHI practitioners, the question is whether identity issuance, delegation, and offboarding are controlled tightly enough to limit what a trusted identity can do once it is active.

The source article frames 2025 as evidence that cloud attacks now succeed after trust is granted, not before. That is a typical pattern across modern cloud environments: the attack surface is not the portal, but the durable identity relationships behind automation, federation, and privileged delegation.


Key questions

Q: How should security teams govern cloud identities that never log in interactively?

A: Security teams should treat non-interactive identities as first-class assets with owners, scope, expiry, and review cycles. Service accounts, pipeline identities, and API keys often carry more privilege than users, so governance must include rotation, revocation, and monitoring of their actual use, not just their creation.

Q: Why do static credentials create more risk than short-lived access tokens?

A: Static credentials create more risk because they remain valid until someone finds and removes them, which gives attackers a durable entry path. Short-lived tokens reduce exposure time, but they still need scope limits and revocation. The real control is the combination of short lifetime, least privilege, and continuous review.

Q: What is the difference between authenticating a user and governing a cloud identity?

A: Authentication confirms that an identity presented acceptable proof at a moment in time. Governance controls what that identity can do afterward, how long it can do it, and how quickly access is removed when the business purpose ends. Cloud incidents increasingly occur in the gap between those two controls.

Q: When should organisations re-evaluate OAuth grants and service accounts?

A: Organisations should re-evaluate them whenever business purpose changes, an integration is no longer actively monitored, or the identity can reach sensitive cloud control planes. If a token, grant, or service account can persist without regular review, it should be treated as standing access and governed accordingly.


Technical breakdown

Why static cloud credentials behave like permanent identities

Long-lived API keys, SSH keys, and hardcoded secrets act like permanent machine identities when they are not tied to a short lifecycle. Once exposed, they authenticate directly to cloud control planes and can perform the same actions as legitimate automation, often without MFA or interactive challenge. The technical failure is not merely exposure. It is the absence of expiry, rotation, and scope reduction that turns a secret into an enduring access path. Logs often show valid API calls, which makes malicious use look operationally normal.

Practical implication: Treat every static secret as a lifecycle problem and enforce rotation, scope limits, and rapid revocation.

How OAuth grants and session tokens extend access beyond the user

OAuth access and refresh tokens can persist independently of the user’s current authentication state. In cloud-integrated SaaS environments, that means password resets and MFA changes may not affect standing grants already issued to an integration or service. This creates a durable delegated identity that can continue operating after the original trust event is no longer acceptable. The risk is strongest where token issuance, refresh, and revocation are not centrally governed across the connected estate.

Practical implication: Inventory delegated grants and design revocation workflows that invalidate tokens, not just user passwords.

Why non-human identities and CI/CD identities amplify cloud privilege

Service accounts, pipelines, and AI agents often inherit broad permissions because they are built for automation, not human-style approval flows. In practice, they can chain roles, call control-plane APIs, and move laterally without triggering interactive authentication signals. That makes them high-value NHI assets with low visibility. The architectural issue is privilege concentrated in trusted machine workflows that are rarely reviewed with the same rigor as human admin access.

Practical implication: Apply least privilege, explicit ownership, and regular access review to every automated identity path.


Threat narrative

Attacker objective: The attacker wants durable, trusted cloud access that enables ongoing control-plane activity without triggering interactive authentication controls.

  1. Entry via exposed static cloud credentials, OAuth tokens, or pipeline identities that already trust the environment.
  2. Escalation through delegated permissions, role chaining, or over-permissive service access that expands the attacker’s reach.
  3. Impact through control-plane changes, data access, or persistent cloud operation that blends into normal automation.

Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.


NHI Mgmt Group analysis

Identity is now the primary control point for cloud security, but most organisations still govern it as if the login screen were the boundary. The article’s core finding is that authenticated access can be fully malicious when the underlying identity is over-trusted. That makes lifecycle control, delegation review, and privilege scoping more important than perimeter-style authentication success rates. Practitioners should treat identity usage over time as the real security boundary.

Static credentials create identity blast radius. A permanent secret is not just a credential, it is an always-on access path whose scope lasts until someone finds and kills it. That turns secret hygiene into a blast-radius problem, where the question is how far an attacker can move before the organisation notices. Teams should reduce that blast radius by shortening secret lifetime and narrowing permissions.

OAuth and session persistence are governance gaps, not merely authentication gaps. Once a token is issued, the enterprise often loses visibility into how long it remains active and what downstream systems it can reach. That means revocation policy, integration ownership, and token review must sit inside IAM governance rather than on the margins. Teams should govern grants as first-class identities.

Non-human identities need the same lifecycle discipline as workforce identities, but with stricter automation controls. CI/CD systems, service accounts, and AI agents often concentrate privilege because they are expected to operate continuously. That expectation is what attackers exploit when they hide inside normal machine activity. Practitioners should formalise ownership, expiry, and review for every machine identity.

Cloud identity attacks in 2025 validate the shift from access management to usage governance. If the environment only checks who authenticated, it will miss what the identity is doing after authentication. The practical conclusion is clear: continuous monitoring, scoped delegation, and fast revocation are now baseline requirements for NHI governance.

From our research:

  • 70% of organisations grant AI systems more access than they would give a human employee performing the exact same job, according to The 2026 Infrastructure Identity Survey.
  • Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
  • That same survey found least-privileged AI access had a 17% incident rate versus 76% for over-privileged systems, a gap that points directly to identity blast radius control.

What this signals

Identity blast radius is the right lens for cloud defence in 2025. When trusted identities can act with broad permissions, the programme risk is not whether a login succeeds but how far a valid identity can move before controls react. Teams should expect identity review, privilege scoping, and revocation speed to become board-visible measures.

With 70% of organisations granting AI systems more access than human employees, the governance gap is structural, not exceptional. The same access patterns that create NHI risk in cloud automation will define agentic AI oversight, so identity programmes need a single control model for both.

Programme owners should prepare for more scrutiny of delegated access, service accounts, and automation trust chains. The practical shift is toward continuous entitlement validation, stronger offboarding, and faster secret rotation, because attackers are now using the trust fabric itself as the entry point.


For practitioners

  • Map every long-lived secret to an owner and expiry date Create a registry for API keys, SSH keys, certificates, and hardcoded credentials. Require an accountable owner, a renewal date, and a revocation path for each secret so that permanent access paths do not accumulate silently.
  • Review delegated OAuth grants as separate identities Track OAuth access and refresh tokens, the SaaS integration that issued them, and the downstream systems they can reach. Revoke grants directly when the business purpose ends, and do not rely on user password resets to clear token-based access.
  • Apply least privilege to CI/CD and service identities Limit pipeline and workload permissions to the smallest set of APIs needed for a specific job. Separate build, deploy, and secrets access where possible, and re-certify those permissions on a fixed schedule.
  • Add NHI offboarding checks to IAM offboarding workflows Remove stale service accounts, unused tokens, and abandoned automation identities during employee and vendor offboarding. Validate that cloud roles, integration grants, and certificates are actually revoked, not just marked inactive in a ticket.
  • Monitor control-plane activity for trusted identity misuse Alert on unusual but valid API activity, role chaining, excessive configuration changes, and access from identities that normally behave like automation. The key signal is not failed login volume, but trusted identities performing unexpected actions.

Key takeaways

  • Cloud compromise in 2025 increasingly happened through trusted identities, not broken authentication.
  • Static secrets, OAuth grants, and automation identities all expanded attacker reach because lifecycle controls were too weak.
  • IAM teams now need to govern identity usage after issuance, not just the moment of login.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-03Static credentials and rotation failures are central to the incidents discussed.
NIST CSF 2.0PR.AC-4Delegated access and least privilege are directly implicated by cloud identity misuse.
NIST Zero Trust (SP 800-207)AC-4Continuous verification is needed when valid identities can be abused after login.
NIST AI RMFAgentic and automated identities need explicit governance and accountability.

Use zero-trust policy to validate identity usage continuously, not only at authentication time.


Key terms

  • Non-Human Identity: A non-human identity is any digital identity used by software, infrastructure, or automation rather than a person. It includes service accounts, API keys, tokens, certificates, bots, workloads, and AI agents. The security challenge is that these identities often hold broad access and are rarely governed with human-level scrutiny.
  • Identity Blast Radius: Identity blast radius is the amount of damage a compromised identity can cause before it is detected and removed. It depends on privilege scope, token lifetime, delegation paths, and the number of systems reachable through that identity. Reducing blast radius is now a core NHI governance objective.
  • Delegated Access Grant: A delegated access grant is permission issued to a third-party integration or service so it can act on behalf of a user or system. These grants can persist independently of the original login and often survive password resets. They must be tracked and revoked as active identities, not treated as background configuration.
  • Control-Plane Access: Control-plane access is the ability to change cloud infrastructure, configuration, or policy through management APIs. It is more sensitive than ordinary data access because it can create, alter, or delete the environment itself. In NHI incidents, control-plane access is often the point where valid credentials become material impact.

What's in the full article

Unosecur's full blog covers the incident-by-incident detail this post intentionally leaves for the source:

  • Per-pattern incident examples across exposed credentials, OAuth compromise, CI/CD abuse, and offboarding failures for teams that need case-level context.
  • The article's full narrative on how cloud audit logs can look normal while valid identities are being misused, which is useful when tuning detection rules.
  • Additional explanation of how delegation and role chaining create privileged outcomes without obvious admin-role assignment.
  • The vendor's closing forecast on where cloud identity attacks are heading next, for teams that want the original framing.

👉 Unosecur's full blog covers the eight identity patterns, incident examples, and forward-looking threat outlook.

Deepen your knowledge

Cloud identity lifecycle governance is a core topic in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building controls for service accounts, OAuth grants, and automation identities, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-01-02.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org