Subscribe to the Non-Human & AI Identity Journal

Breach Notification

Breach notification is the process for determining, documenting, and reporting impermissible access or disclosure of PHI. It depends on evidence from identity systems, logs, and entitlement records, because organisations must show what happened and whether access was authorised or compromised.

Expanded Definition

Breach notification is the formal process of determining whether access to protected information was impermissible, documenting the facts, and reporting the event through the right legal, regulatory, and internal channels. In NHI environments, that determination often depends on identity telemetry, token issuance records, service account entitlements, and workload logs rather than human login evidence alone. The standard for “what happened” is therefore operational, not just legal: teams must reconstruct whether a secret, token, certificate, or privileged session was exposed, used, or merely observed.

Definitions vary across vendors and jurisdictions on when notification is triggered, especially where access is indirect, partial, or difficult to prove. For PHI-related events, the process is typically anchored in the HIPAA Breach Notification Rule, while broader identity evidence is often interpreted alongside guidance from the HHS Breach Notification Rule overview. NHI teams should treat notification as an evidence-preservation workflow first and a communications workflow second, because delayed log review can erase the facts needed to classify the event. The most common misapplication is assuming a credential exposure is not reportable until there is proof of data exfiltration, which occurs when teams fail to examine entitlement scope and replay risk quickly.

Examples and Use Cases

Implementing breach notification rigorously often introduces a legal and forensic time pressure tradeoff, requiring organisations to weigh rapid disclosure against the need to verify scope, intent, and impacted identities.

  • A service account token is found in a public repository, and investigators use access logs to determine whether the token was replayed before rotation. This pattern is discussed in NHIMG research on The 52 NHI breaches Report and aligns with incident analysis principles in the NIST Privacy Framework.
  • An AI agent connected through an external API key queries records containing PHI, and the security team must decide whether the access was authorised, excessive, or impermissible. That distinction is central to Ultimate Guide to NHIs and becomes clearer when mapped to HIPAA breach notification guidance.
  • A cloud workload certificate is stolen but later shown to have expired before use, so the team documents the event without issuing external notice. This is why entitlement lifecycle records matter as much as alert logs.
  • A partner integration leaks metadata and backend access paths, prompting a review of whether protected information could have been reached indirectly. The incident resembles patterns seen in the Schneider Electric credentials breach analysis.
  • An autonomous agent is granted broad tool access, then performs actions outside the intended workflow, forcing a retrospective review of authorisation and notification thresholds. Industry reporting on agent abuse is increasingly relevant, including Anthropic’s AI-orchestrated cyber espionage campaign report.

Why It Matters in NHI Security

Breach notification is where NHI security becomes externally accountable. If teams cannot prove which identity was used, what privilege it had, and whether access was authorised, they cannot reliably determine whether PHI disclosure occurred. That gap turns a technical incident into a regulatory and reputational one. NHI environments are especially sensitive because a single exposed secret can enable repeated access across systems, and compromise often outlives the first alert. NHIMG research shows that 72% of organisations have experienced or suspect they have experienced a breach of non-human identities, underscoring how often notification decisions depend on incomplete identity evidence.

This matters because delay compounds uncertainty. If secrets are not inventoried, log retention is weak, or service account privileges are broad, the organisation may not know whether a disclosure was limited, systemic, or still active. The same conditions also make incident scoping slower, which increases reporting risk. Organisations typically encounter the full cost of breach notification only after a compromise review or regulatory inquiry, at which point the term becomes operationally unavoidable to address.

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

Framework Control / Reference Relevance
NIST CSF 2.0 RS.MI-1 Incident mitigation requires documented response and notification decisions after a breach event.
NIST SP 800-63 IAL2 Identity assurance evidence helps validate whether a subject or system was properly authorised.
OWASP Non-Human Identity Top 10 NHI-06 Breach handling depends on detecting and responding to compromised non-human credentials.

Preserve identity and entitlement evidence so breach review can distinguish valid from impermissible access.