Authentication - Acceptable Use of Rate Limiting, v1.0

Authenticator Verifiers must protect against online guessing attacks, locking or suspending an account after too many consecutive failed attempts, and typically using other measures to rate limit guesses prior to suspension.

Assessment Step

1
Rate Limiting (RateLimiting)
Does the authentication verifier implement rate limiting to mitigate against online guessing attacks?
Artifact
A1
Provide evidence (e.g. policies, operational details, screenshots) that the authentication verification mitigates online guessing attacks.

Conformance Criteria (1)

C1
When required by the authenticator type, the verifier SHALL implement controls to protect against online guessing attacks. Unless otherwise specified in the description of a given authenticator, the verifier SHALL limit consecutive failed authentication attempts on a single account to no more than 100. The verifier should also implement measures to slow down automated guessing, captchas, rate limits, etc.
Citation
NIST SP 800-63B
Section 5.2.2