Subscribe to the Non-Human & AI Identity Journal
Home Glossary Authentication, Authorisation & Trust Breach-corpus screening
Authentication, Authorisation & Trust

Breach-corpus screening

← Back to Glossary
By NHI Mgmt Group Updated June 23, 2026 Domain: Authentication, Authorisation & Trust

Breach-corpus screening checks a candidate password against known leaked credential datasets before it is stored. It prevents users from choosing passwords that are already in attacker wordlists, which is far more useful than relying on visible character complexity alone.

Expanded Definition

Breach-corpus screening is a password control that checks a proposed secret against known leaked credential datasets before acceptance. In practice, it targets reuse of exposed passwords, breached patterns, and attacker wordlists rather than treating password complexity as a reliable proxy for safety. That distinction matters because a long or symbol-rich password can still be weak if it already appears in breach material.

In NHI and IAM programs, the control is usually applied at password creation, reset, and sometimes during step-up changes for privileged human accounts. The same logic also informs service-account hygiene, although definitions vary across vendors on whether corpora should include only credential dumps or broader password-reuse sources. NIST guidance on digital identity and authentication emphasizes that memorized secrets should be screened against known-compromised values, and breach-corpus screening operationalises that requirement in a way users can understand and security teams can enforce. For related NHI risk context, see the 2024 ESG Report: Managing Non-Human Identities and the Ultimate Guide to NHIs — Why NHI Security Matters Now. The most common misapplication is equating breach-corpus screening with password strength meters, which occurs when organisations block only short or simple passwords while allowing known-compromised ones.

Examples and Use Cases

Implementing breach-corpus screening rigorously often introduces latency and data-handling constraints, requiring organisations to weigh better account hygiene against the operational cost of checking every candidate secret.

  • A workforce password reset flow rejects a leaked password even when it meets length and character rules.
  • A privileged admin portal screens new credentials against offline breach corpora before permitting account activation.
  • A CI/CD platform applies the same logic to human operator accounts that approve pipeline changes, reducing credential reuse risk.
  • A security team uses public breach research and internal telemetry together to identify high-risk password patterns and reinforce policy. The The 52 NHI breaches Report shows how compromised identities repeatedly become the first step in broader intrusion chains.
  • Standards-based implementations often align the check with NIST digital identity guidance and, where applicable, controls discussed in the Anthropic report on AI-orchestrated cyber espionage, which underscores how quickly exposed credentials can be abused.

Why It Matters in NHI Security

Breach-corpus screening matters because compromised credentials are often the easiest route into identity systems, and those systems increasingly govern both human and non-human access. The 2024 ESG Report: Managing Non-Human Identities found that 72% of organisations have experienced or suspect a breach of non-human identities, with 46% confirming one and 26% suspecting one, a signal that identity compromise is already routine rather than exceptional. When leaked-password checks are absent or inconsistently applied, attackers can move from password spraying to account takeover with minimal friction.

This control also helps reduce the blast radius of reuse across environments, especially where the same secret may protect admin consoles, API gateways, or automation workflows. Breach-corpus screening is not a complete defense, but it is one of the few controls that directly prevents a user from enrolling a credential already known to adversaries. It should be paired with rate limiting, MFA, secret rotation, and anomaly detection. Organisations typically encounter the operational necessity of breach-corpus screening only after a reused password is found in logs or abused in a takeover, at which point the control becomes impossible to treat as optional.

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.

FrameworkControl / ReferenceRelevance
NIST SP 800-635.1.1.2NIST requires screening memorized secrets against breached values.
OWASP Non-Human Identity Top 10NHI-04Compromised secrets and weak secret handling are central NHI risks.
NIST CSF 2.0PR.AA-5Identity assurance improves when credentials are validated against known compromise data.

Block leaked passwords before storage and pair screening with rotation and monitoring.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on June 23, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org