SY0-501 · Question #344
A security analyst is investigating a suspected security breach and discovers the following in the logs of the potentially compromised server: Which of the following would be the BEST method for preve
The correct answer is C. Implement account lockout settings. The question implies a brute-force or password guessing attack based on the choices provided, and the best preventative measure is to implement account lockout settings.
Question
A security analyst is investigating a suspected security breach and discovers the following in the logs of the potentially compromised server:
Which of the following would be the BEST method for preventing this type of suspected attack in the future?
Exhibit
Options
- AImplement password expirations
- BImplement restrictions on shared credentials
- CImplement account lockout settings
- DImplement time-of-day restrictions on this server
How the community answered
(26 responses)- A4% (1)
- B4% (1)
- C81% (21)
- D12% (3)
Why each option
The question implies a brute-force or password guessing attack based on the choices provided, and the best preventative measure is to implement account lockout settings.
Password expirations ensure passwords are changed periodically but do not prevent an attacker from guessing the current password through repeated attempts before it expires.
Restrictions on shared credentials improve accountability and reduce the attack surface by preventing multiple users from using a single account, but they do not specifically prevent brute-force attacks on individual accounts.
Account lockout settings directly prevent brute-force and password guessing attacks by automatically disabling an account after a specified number of failed login attempts. This thwarts attackers who try to gain unauthorized access by systematically testing numerous password combinations against a user account.
Time-of-day restrictions limit when users can log in but do not prevent an attacker from making repeated password guesses during permitted login windows.
Concept tested: Brute-force attack prevention using account lockout policies
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/account-lockout-policy
Topics
Community Discussion
No community discussion yet for this question.
