nerdexam
CompTIA

SY0-301 · Question #427

A security administrator must implement all requirements in the following corporate policy: Passwords shall be protected against offline password brute force attacks. Passwords shall be protected…

The correct answer is A. Account lockout D. Password complexity F. Minimum password length. Account lockout stops online brute force, while password complexity and minimum length together increase the keyspace to resist offline brute force attacks.

General security concepts

Question

A security administrator must implement all requirements in the following corporate policy:

Passwords shall be protected against offline password brute force attacks. Passwords shall be protected against online password brute force attacks. Which of the following technical controls must be implemented to enforce the corporate policy? (Select THREE).

Options

  • AAccount lockout
  • BAccount expiration
  • CScreen locks
  • DPassword complexity
  • EMinimum password lifetime
  • FMinimum password length

How the community answered

(21 responses)
  • A
    76% (16)
  • B
    14% (3)
  • C
    5% (1)
  • E
    5% (1)

Why each option

Account lockout stops online brute force, while password complexity and minimum length together increase the keyspace to resist offline brute force attacks.

AAccount lockoutCorrect
BAccount expiration

Account expiration limits how long an account remains active and is used for lifecycle management, not for defending against brute force password attacks.

CScreen locks

Screen locks protect unattended workstations from physical access and are unrelated to network-based or offline password brute force attacks.

DPassword complexityCorrect
EMinimum password lifetime

Minimum password lifetime prevents users from cycling through passwords to reuse old ones, which addresses password history policy but does not protect against brute force attacks.

FMinimum password lengthCorrect

Concept tested: Password policy controls against brute force attacks

Source: https://pages.nist.gov/800-63-3/sp800-63b.html

Topics

#password policy#account lockout#brute force protection#password complexity

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice