220-1102 · Question #537
A technician needs to strengthen security controls against brute-force attacks. Which of the following options best meets this requirement?
The correct answer is A. Multifactor authentication. To best strengthen security against brute-force attacks, multifactor authentication (MFA) should be implemented because it requires additional verification factors beyond just a password, making it significantly harder for an attacker to gain access even if they guess the…
Question
A technician needs to strengthen security controls against brute-force attacks. Which of the following options best meets this requirement?
Options
- AMultifactor authentication
- BEncryption
- CIncreased password complexity
- DSecure password vault
How the community answered
(42 responses)- A81% (34)
- B2% (1)
- C10% (4)
- D7% (3)
Why each option
To best strengthen security against brute-force attacks, multifactor authentication (MFA) should be implemented because it requires additional verification factors beyond just a password, making it significantly harder for an attacker to gain access even if they guess the password.
Multifactor authentication requires a user to provide two or more verification factors from independent categories (e.g., something you know, something you have, something you are). This makes brute-force attacks far less effective because even if a password is guessed, the attacker would still need the second factor to gain access.
Encryption protects data at rest or in transit from being read by unauthorized parties but does not directly prevent brute-force attempts against login credentials.
Increased password complexity makes it harder to guess a single password but does not prevent a brute-force attack from eventually succeeding given enough time and resources.
A secure password vault helps users store their passwords safely but does not directly strengthen the authentication mechanism against brute-force attacks on the system itself.
Concept tested: Mitigating brute-force attacks with MFA
Source: https://learn.microsoft.com/en-us/azure/active-directory/authentication/concept-mfa-howitworks
Topics
Community Discussion
No community discussion yet for this question.