By NHI Mgmt Group Editorial TeamPublished 2026-06-04Domain: Governance & RiskSource: Unosecur

TL;DR: Identity failures across AWS and Azure often start with credential misuse, and the article argues that periodic reviews, static secrets, and fragmented tooling leave multi-cloud environments exposed, according to Unosecur and the 2023 Verizon Data Breach Investigations Report. Continuous detection, posture management, and short-lived access are now the decisive controls.


At a glance

What this is: This is a practical guide to stopping identity threats across AWS and Azure by combining ITDR, ISPM, and tighter NHI controls.

Why it matters: It matters because multi-cloud IAM gaps affect human users, service accounts, and machine identities alike, and attackers often exploit the same weak governance pattern across all three.

By the numbers:

👉 Read Unosecur's practical guide to stopping identity threats across AWS and Azure


Context

Identity is the control plane that decides who or what can act in AWS and Azure, and the article argues that periodic access reviews and fragmented tooling no longer protect that plane. In multi-cloud environments, static credentials, orphaned service accounts, and inconsistent policy enforcement create a governance gap that attackers can exploit without breaking infrastructure controls first.

The practical issue is not cloud complexity on its own. It is that IAM, NHI governance, and monitoring are still being handled as separate tasks when the threat moves across them in one chain. That is why continuous posture management and runtime detection matter more than one-off certification cycles.


Key questions

Q: What breaks when cloud identities are reviewed only on a schedule?

A: Scheduled reviews miss the time window in which attackers actually use exposed or reused credentials. In AWS and Azure, a privileged role, stale token, or orphaned service account can be abused long before the next certification cycle. Continuous monitoring is needed because identity abuse is an event, not a quarterly state change.

Q: Why do service accounts and tokens increase multi-cloud attack risk?

A: Service accounts and tokens increase risk when they are long-lived, overprivileged, or poorly inventoried. They create standing access that survives personnel changes, application changes, and environment drift. In multi-cloud setups, that persistence gives attackers a reliable way to reuse valid identity rather than forcing a noisy exploit.

Q: How do security teams know whether identity posture management is working?

A: It is working when unused permissions disappear, stale credentials are removed, and high-risk roles are reduced before they are abused. A healthy programme should show fewer orphaned identities, lower standing privilege, and faster remediation of exposed secrets across both cloud estates.

Q: Which frameworks support continuous cloud identity governance?

A: NIST Cybersecurity Framework 2.0 and Zero Trust guidance both support continuous verification of identity behaviour. They align with moving from one-time approvals to ongoing monitoring, especially where AWS and Azure identities span human users, service accounts, and machine workloads.


Technical breakdown

Static credentials and trust boundaries in multi-cloud IAM

AWS and Azure each provide native identity primitives, but the security model weakens when teams bridge them with static API keys or hard-coded secrets. OAuth 2.0 and OpenID Connect reduce shared-secret exposure, while managed identities and IAM roles for service accounts shift authentication toward platform-issued credentials. The problem is not just secret theft. It is that static trust relationships persist longer than the workload that needed them, which makes compromise easier to reuse across environments.

Practical implication: replace hard-coded cross-cloud credentials with platform-managed identities and short-lived tokens.

Why periodic access reviews miss active identity abuse

Periodic reviews are designed for governance checkpoints, not live attack detection. In cloud estates, privilege creep, orphaned accounts, stale roles, and token sprawl can all exist between review cycles and still be exploitable in real time. ITDR closes that timing gap by watching identity behaviour, not just entitlement state, while ISPM maps excess privilege and policy drift before attackers use it. The technical shift is from static compliance evidence to continuous identity telemetry.

Practical implication: pair entitlement review with continuous identity monitoring and automated drift detection.

Identity threat detection, posture management, and Zero Trust

ITDR and ISPM map cleanly to Zero Trust because both assume identity behaviour can change after issuance. NIST SP 800-207 treats access as context-dependent, which aligns with detecting impossible travel, brute force activity, lateral movement, and token abuse in cloud logs. ISPM reduces the attack surface by removing unused permissions and stale credentials, while ITDR validates that the access still looks normal at runtime. Together they shift defense from ownership of accounts to observation of behaviour.

Practical implication: align cloud identity controls to Zero Trust by monitoring runtime behaviour and shrinking standing access.


Threat narrative

Attacker objective: The objective is to turn trusted cloud identity into a reusable foothold for data access, workload control, and stealthy lateral movement.

  1. Entry begins when attackers obtain valid cloud credentials, often through exposed secrets, reused tokens, or hard-coded keys between AWS and Azure environments.
  2. Escalation follows when those identities still hold standing privilege, allowing the attacker to expand access, move laterally, or abuse roles that were never fully removed.
  3. Impact occurs when the attacker uses valid access to reach data, manipulate workloads, or maintain persistence while appearing like legitimate identity activity.

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


NHI Mgmt Group analysis

Periodic access reviews are now a lagging control for cloud identity risk. The article is right to frame multi-cloud identity defense as continuous rather than episodic, because review cycles do not match attacker speed. In AWS and Azure, the exploitable state is often a live token, a stale role, or an orphaned service account that remains active between certifications. The practitioner conclusion is straightforward: if identity abuse can occur in minutes, the governance model cannot wait for quarters.

Standing privilege is the failure mode that makes multi-cloud compromise durable. The article repeatedly points to stale roles, orphaned accounts, and token sprawl, which is the operational shape of privilege that outlives its business purpose. That is a classic NHI governance problem because the identity remains technically valid after accountability has faded. The implication is that access scope and access lifetime must be treated as separate controls, not one entitlement decision.

Identity Security Posture Management becomes the control that exposes hidden privilege debt. ISPM is valuable here not because it adds another dashboard, but because it turns scattered cloud identity states into something governable. In practice, that means unused permissions, overprivileged roles, and unmanaged machine identities are visible before they are abused. The practitioner conclusion is that posture management is the prerequisite for reducing identity blast radius.

Identity behaviour, not account existence, is the real signal across AWS and Azure. The article’s ITDR emphasis matches how modern attacks actually move, because valid credentials are often used in ways that look legitimate until the abuse is already underway. This matters across human IAM and NHI governance alike, since both can produce the same misuse pattern when monitoring is weak. The practitioner conclusion is to treat runtime identity telemetry as the primary detection surface.

From our research:

  • From our research: 88.5% of organisations acknowledge that their non-human IAM practices lag behind or are merely on par with their human identity and access management efforts, according to The 2024 Non-Human Identity Security Report.
  • Our research also shows that 23.7% of organisations share secrets through insecure methods such as email or messaging applications, which keeps cloud identity exposure high.
  • For the broader governance context, the Ultimate Guide to NHIs - Lifecycle Processes for Managing NHIs frames provisioning, rotation, and offboarding as the controls that reduce standing identity risk.

What this signals

Identity control is moving from approval to observation. When AWS and Azure estates share secrets, roles, and tokens across systems, the practical boundary is no longer the login screen. Teams should expect more demand for runtime identity telemetry, continuous entitlement review, and cross-cloud correlation that can expose abuse before it becomes persistence.

Privilege debt is the hidden programme risk. Standing access does not just increase attack surface, it also creates remediation drag when abandoned roles and tokens survive product, team, and vendor changes. That is why identity security programmes need to treat unused permissions as an operational liability, not an audit finding.

NHI governance is now inseparable from cloud IAM maturity. The same control failures that affect service accounts also affect human-admin pathways when teams rely on the same weak lifecycle and review model. Practitioners should use this moment to align cloud identity, lifecycle, and detection controls around one shared operating model.


For practitioners

  • Replace static cross-cloud credentials Move AWS and Azure integrations away from hard-coded API keys and shared secrets, and use OIDC, managed identities, or IAM roles for service accounts where the platform supports them.
  • Centralise identity telemetry Ingest cloud authentication, role-assumption, and token-use signals into a single detection path so lateral movement and credential misuse can be correlated across AWS and Azure.
  • Track stale and orphaned identities continuously Build a recurring control to find unused permissions, abandoned service accounts, and privileged roles that still exist after the workload or user no longer needs them.
  • Use posture management to drive remediation priority Rank identity risks by standing privilege, secret exposure, and overbroad access so the highest-risk accounts are removed or reduced before audit cycles catch up.

Key takeaways

  • Multi-cloud identity risk is driven less by cloud platform choice than by the persistence of static credentials, stale roles, and orphaned accounts.
  • Credential misuse remains the dominant breach pattern because it lets attackers operate through valid identities instead of noisy exploits.
  • Continuous detection and posture management are now the controls that determine whether AWS and Azure identity sprawl stays governable.

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 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-03Static secrets and stale credentials are a direct NHI rotation and lifecycle risk.
NIST CSF 2.0PR.AC-4Least-privilege access and access review issues sit at the centre of this article.
NIST Zero Trust (SP 800-207)AC-3The article’s runtime monitoring and dynamic access logic aligns with Zero Trust verification.

Replace long-lived cloud credentials with short-lived identity patterns and track rotation compliance continuously.


Key terms

  • Identity Threat Detection and Response: Identity Threat Detection and Response is a control approach that watches identity behaviour in real time and responds when access is being abused. It focuses on logins, token use, role assumptions, and lateral movement, rather than only on static entitlement state.
  • Identity Security Posture Management: Identity Security Posture Management is the practice of continuously inventorying identity risk across cloud and enterprise environments. It finds excessive permissions, stale accounts, secret sprawl, and policy drift so teams can reduce exposure before those weaknesses are used in an attack.
  • Standing Privilege: Standing privilege is access that remains available after the original business need has passed. In cloud and NHI programmes, it creates persistent attack surface because an attacker can reuse valid permissions long after teams have stopped watching the account or token closely.

What's in the full article

Unosecur's full blog covers the operational detail this post intentionally leaves for the source:

  • Step-by-step guidance for wiring AWS and Azure identity signals into ITDR and SIEM workflows
  • Platform-specific examples of Access Analyzer, Entra Access Reviews, GuardDuty, and Defender for Identity in use
  • Concrete remediation patterns for orphaned service accounts, stale roles, and token sprawl
  • The vendor's own mapping of ISPM, Zero Standing Privilege, and automated compliance to cloud identity controls

👉 Unosecur's full post covers the AWS and Azure detection, posture, and remediation details.

Deepen your knowledge

NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are building or maturing an identity security programme, it is worth exploring.
NHIMG Editorial Note
Published by the NHIMG editorial team on 2026-06-04.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org