CISA Exam QuestionsBrowse all questions from this exam

CISA Exam - Question 1228


Which of the following MOST effectively reduces the probability of a brute force attack being successful?

Show Answer
Correct Answer: AD

Establishing an account lockout policy effectively reduces the probability of a brute force attack being successful. A brute force attack relies on trying numerous possible password combinations until the correct one is found. By locking an account after a certain number of failed login attempts, the policy limits the number of attempts an attacker can make, thereby significantly reducing the chances of success. This directly interrupts the attack process by not allowing unlimited attempts within a short period, making it impractical for attackers to continue.

Discussion

5 comments
Sign in to comment
Sibsankar
Feb 24, 2024

D is wrong, C is right

mdh717Option: A
Apr 6, 2024

Establishing an account lockout policy (A) is the most effective method for reducing the probability of a brute force attack being successful. A brute force attack involves trying many passwords or passphrases with the hope of eventually guessing the correct one. An account lockout policy will lock the account after a certain number of failed login attempts, thereby preventing the attacker from continuing to try different password combinations. This policy directly interrupts the brute force attack process by not allowing the attacker unlimited attempts within a short period of time.

2e1f774
May 3, 2024

D ir right. It is a trick question. The probability that a brute force attack will be successful depends on the length of the password. Hence, it is important to set minimum password lenth as a requirement

SwallowsOption: D
May 29, 2024

Requiring a minimum password length ensures that passwords are not easily guessable and increases the complexity of potential passwords, making them more resilient against brute force attacks. Longer passwords exponentially increase the time it would take for an attacker to successfully guess the correct combination, thus reducing the probability of a successful brute force attack. While an account lockout policy can deter attackers by limiting the number of login attempts, a strong password policy acts as a barrier against brute force attacks from the outset.

shalota2Option: A
Jun 7, 2024

By locking an account after a certain number of unsuccessful login attempts, the probability of a brute force attack succeeding is significantly reduced. Attackers are limited in the number of attempts they can make before the account is locked, which makes brute force attacks impractical. I don't know how ISACA thinks about this but in reality and practice the answer is ALWASY A.

SibsankarOption: A
Jun 9, 2024

A is lock