Skip to content

3.1.8 — Lock After Failed Logins

Limit unsuccessful logon attempts.

Straightforward: after a defined number of failed login attempts, the account locks. The attacker can’t keep guessing.

Three decisions to make:

  1. How many attempts? 3-5 is standard
  2. How long is the lockout? 15-30 minutes, or until an admin unlocks it
  3. Does it apply everywhere? Workstations, VPN, cloud apps, remote desktop — all of them

The key word is everywhere. If lockout is configured on Active Directory but not on VPN or cloud apps, you have a gap.


Your assessor needs a “yes” to every row:

#QuestionWhat “yes” looks like
1Is a lockout threshold defined?A documented number of failed attempts that triggers lockout
2Is the lockout implemented?The system actually locks accounts — across all access methods

Documents they’ll review: Access control policy, unsuccessful logon procedures, system security plan, system configuration settings, audit logs showing lockout events

People they’ll talk to: Information security staff, system developers, sysadmins

Live demos they’ll ask for: “Type the wrong password [X] times in a row — show me the account locks.”


These are the actual questions. Have answers ready.

  • “What is your defined threshold for unsuccessful logon attempts?”
  • “Is the lockout mechanism implemented and does it use the defined threshold?”
  • “Does the lockout apply to all access methods — local, remote, VPN, cloud?”
  • “Show me the configuration setting.”

Inconsistent across systems. Lockout on AD but not on VPN, cloud apps, or local accounts.

No lockout at all. Some systems default to unlimited attempts. Check every system.

Threshold too high. 20 failed attempts before lockout gives attackers 20 password guesses.



RequirementWhy it matters here
3.1.1 — Who Gets InFoundational access control
3.5.3 — Multifactor AuthMFA makes brute-force much harder even without lockout

🔒

Step-by-step guides for Microsoft 365, AWS, Azure, and GCP are available to Ancitus clients.

Start a conversation →

CMMC Practice ID: AC.L2-3.1.8 | SPRS Weight: 1 point | POA&M Eligible: Yes