Skip to content

Identification & Authentication

Identification & Authentication is the identity layer. Before anyone can access anything, they must prove who they are — and the system must verify that proof.

Identity Foundation (3.5.1–3.5.2) — Unique identifiers for every user, process, and device. Authenticate before granting access.

MFA & Password Strength (3.5.3–3.5.5) — Multifactor authentication for all access. Replay-resistant mechanisms. Minimum password complexity.

Account Hygiene (3.5.6–3.5.11) — Disable dormant accounts, enforce password complexity and reuse rules, store passwords securely, use temporary passwords only for one-time use, and obscure authentication feedback.


RefShort NameWhat It Covers
3.5.1Prove Who You AreUnique identity for every user, process, and device
3.5.2Verify Before EntryAuthenticate identity before granting access
3.5.3MFA for AllMultifactor authentication — not POA&M eligible
3.5.4Replay-ResistantAuthentication mechanisms that can’t be replayed
3.5.5Strong Passwords OnlyMinimum complexity and length requirements
3.5.6Disable Dormant AccountsInactive accounts disabled automatically
3.5.7Password ComplexityEnforce complexity and change requirements
3.5.8No Password ReusePrevent reuse of recent passwords
3.5.9Temporary PasswordsOne-time use, changed at first login
3.5.10Store Passwords SafelySalted, hashed, never plaintext
3.5.11Hide the TypingObscure authentication feedback on screen