Subscribe to the Non-Human & AI Identity Journal

Who is accountable when compromised credentials are used to access personal or infrastructure accounts?

Accountability usually spans the identity owner, the platform team, and the programme that allowed the secret to remain valid or reused. For regulated environments, governance expectations also extend to access reviews, incident response, and proof that credential lifecycle controls were in place before exposure occurred.

Why This Matters for Security Teams

When compromised credentials are used against personal or infrastructure accounts, the accountability question is not just “who logged in?” It is “who owned the secret, who approved the access path, and who should have prevented reuse?” That distinction matters because credential exposure often reflects control failure long before any attacker action. NHI Management Group’s reporting on the 52 NHI Breaches Analysis shows how often organisations discover the problem only after secrets have already been replayed across systems.

Security teams sometimes assume the user, the platform owner, or the security operations function is solely responsible. In practice, accountability is usually shared across identity governance, application owners, platform teams, and the business unit that accepted the risk of leaving credentials valid. The control gap is especially visible when secrets are long-lived, copied into multiple services, or never tied to a verifiable workload identity. Current guidance from the OWASP Non-Human Identity Top 10 and NIST identity guidance points toward lifecycle ownership and access review as core obligations, not optional hygiene.

In practice, many security teams encounter accountability disputes only after an incident review has already exposed weak secret governance, rather than through intentional design of ownership and revocation.

How It Works in Practice

Accountability should follow the control path, not the attacker’s path. If a personal account is compromised, the account owner may be accountable for weak authentication behaviour, but the platform team is accountable for enforcing MFA, session controls, and anomaly detection. If an infrastructure account is compromised, the service owner or programme sponsor is typically accountable for why the credential existed, why it remained valid, and whether access was excessive for the task.

For NHIs and service accounts, a stronger model is to assign explicit ownership for three things: issuance, ongoing use, and revocation. That means every secret should map to a named system owner, a business owner, and an approval record. Dynamic credentials reduce ambiguity because they limit the duration of exposure and narrow the window in which liability can be argued away. NHI Management Group’s Ultimate Guide to NHIs — Static vs Dynamic Secrets is clear that static credentials create persistent risk, especially when teams reuse them across environments.

Practically, this means:

  • Assign a clear owner for each account, secret, and workload identity.
  • Track approval, rotation, and revocation evidence in the same system of record.
  • Use least privilege so a compromise does not imply broad downstream access.
  • Correlate access reviews with incident response to show controls were operating before exposure.

That model aligns with the documentation-driven expectations in NIST SP 800-63 Digital Identity Guidelines, which emphasise assurance, authentication strength, and lifecycle governance. It also reflects the real-world pattern documented in the Guide to the Secret Sprawl Challenge, where ownership is blurred by copy-paste secret reuse. These controls tend to break down in hybrid environments where one credential is shared across multiple teams and automation pipelines because revocation and attribution become operationally ambiguous.

Common Variations and Edge Cases

Tighter credential governance often increases operational overhead, requiring organisations to balance faster delivery against clearer accountability and stronger proof of control.

There is no universal standard for this yet, especially where personal and machine access overlap. A contractor account used for both admin work and automation creates a grey zone: the person may own the login, but the programme may own the workload that depended on it. In regulated settings, auditors often expect evidence that both the human authentication flow and the machine secret lifecycle were controlled, reviewed, and revoked on schedule.

Edge cases become harder when shared break-glass accounts, service principals, or cross-tenant federation are involved. In those environments, the question is not only whether the credential was compromised, but whether the account was necessary at all. Best practice is evolving toward workload identity, short-lived credentials, and just-in-time access because those mechanisms make accountability measurable at the point of use rather than inferred after the fact. The 2024 Non-Human Identity Security Report shows the maturity gap clearly, while the Shai Hulud npm malware campaign demonstrates how secret exposure can rapidly become ecosystem-wide abuse.

Where organisations rely on long-lived static secrets or shared administrative accounts, accountability often becomes disputed after the fact because no single control owner can prove who should have prevented reuse.

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 SP 800-63 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Addresses ownership and lifecycle gaps for exposed non-human credentials.
NIST SP 800-63 AAL2 Supports stronger authentication and lifecycle expectations for account compromise risk.
NIST CSF 2.0 PR.AA Identity and access controls are central to proving accountability after compromise.

Assign every secret and service account a named owner and revoke or rotate on exposure.