GCIH · Question #90
You work as a Network Administrator in the SecureTech Inc. The SecureTech Inc. is using Linux- based server. Recently, you have updated the password policy of the company in which the server will…
The correct answer is A. Brute force. Account lockout policies after a set number of failed attempts directly counter brute force attacks, which rely on trying many password combinations until one succeeds.
Question
You work as a Network Administrator in the SecureTech Inc. The SecureTech Inc. is using Linux- based server. Recently, you have updated the password policy of the company in which the server will disable passwords after four trials. What type of attack do you want to stop by enabling this policy?
Options
- ABrute force
- BReplay
- CXSS
- DCookie poisoning
How the community answered
(32 responses)- A88% (28)
- B3% (1)
- C6% (2)
- D3% (1)
Why each option
Account lockout policies after a set number of failed attempts directly counter brute force attacks, which rely on trying many password combinations until one succeeds.
A brute force attack works by systematically attempting every possible password combination until the correct one is found. Disabling an account after four failed trials breaks this attack by preventing further guesses, making exhaustive password enumeration impractical. This is a standard and well-recognized defense against online brute force and dictionary attacks.
A replay attack captures and retransmits valid authentication messages rather than guessing passwords repeatedly, so lockout policies do not address it.
Cross-site scripting (XSS) exploits web application output encoding flaws and is unrelated to repeated failed login attempts.
Cookie poisoning involves tampering with cookie values to manipulate application behavior, not iterating through password guesses.
Concept tested: Brute force attack prevention via account lockout
Source: https://owasp.org/www-community/controls/Blocking_Brute_Force_Attacks
Topics
Community Discussion
No community discussion yet for this question.