AC.L2-3.1.1Authorized Access Control
What it requires: Limit system access to authorized users, processes acting on behalf of authorized users, and devices.
Evidence example
IdP user / device inventory + access control configuration + sign-in logs.
AC.L2-3.1.2Transaction & Function Control
What it requires: Limit system access to the types of transactions and functions that authorized users are permitted to execute.
Evidence example
Role definitions + RBAC enforcement + segregation-of-duties matrix.
AC.L2-3.1.5Least Privilege
What it requires: Employ the principle of least privilege, including for specific security functions and privileged accounts.
Evidence example
Role mining + access certification + privileged-account inventory in PAM.
AC.L2-3.1.7Non-Privileged Account Use
What it requires: Prevent non-privileged users from executing privileged functions.
Evidence example
JIT elevation logs + privileged-function audit + UAC / sudo policy.
IA.L2-3.5.1Identification
What it requires: Identify system users, processes acting on behalf of users, and devices.
Evidence example
IdP user + device + service-account inventory.
IA.L2-3.5.2Authentication
What it requires: Authenticate (or verify) the identities of users, processes, or devices, as a prerequisite to allowing access.
Evidence example
MFA configuration + sign-in logs + device-trust attestation.
IA.L2-3.5.3Multifactor Authentication
What it requires: Use multifactor authentication for local and network access to privileged accounts AND for network access to non-privileged accounts.
Evidence example
MFA enforcement on local + network access + phishing-resistant MFA on privileged.
IA.L2-3.5.4Replay-Resistant Authentication
What it requires: Employ replay-resistant authentication mechanisms for network access to privileged + non-privileged accounts.
Evidence example
TLS + nonce-based protocols + token-binding evidence.
IA.L2-3.5.5Identifier Reuse
What it requires: Prevent reuse of identifiers for a defined period.
Evidence example
Identity-lifecycle policy + audit showing no UPN reuse within retention window.
AU.L2-3.3.1System Auditing
What it requires: Create and retain system audit logs + records to the extent needed to enable monitoring, analysis, investigation, and reporting.
Evidence example
SIEM topology + IAM event-source inventory + log retention configuration.
AU.L2-3.3.5Audit Correlation
What it requires: Correlate audit record review, analysis, and reporting processes for investigation + response.
Evidence example
SIEM correlation rules + investigation runbook + ITDR alerts.