350-701 · Question #722
Which type of attack does multifactor authentication help protect against?
The correct answer is B. brute force. Multifactor authentication (MFA) primarily helps protect against brute-force attacks by requiring more than just a compromised password to gain unauthorized access to an account.
Question
Which type of attack does multifactor authentication help protect against?
Options
- Across-site scripting
- Bbrute force
- CSQL injection
- Dman-in-the-middle
How the community answered
(39 responses)- B92% (36)
- C3% (1)
- D5% (2)
Why each option
Multifactor authentication (MFA) primarily helps protect against brute-force attacks by requiring more than just a compromised password to gain unauthorized access to an account.
Cross-site scripting (XSS) attacks exploit vulnerabilities in web applications to inject malicious scripts; MFA does not directly prevent XSS vulnerabilities or attacks.
Multifactor authentication (MFA) significantly enhances security against brute-force attacks because even if an attacker manages to guess or crack a user's password, they still need to provide a second, distinct form of authentication (e.g., a code, biometric) to gain access. This makes it much harder for attackers to succeed with password-guessing methods alone.
SQL injection attacks exploit vulnerabilities in database queries to execute malicious code; MFA protects authentication, not database-level code injection vulnerabilities.
While MFA can make it harder for an attacker to re-authenticate if credentials are intercepted in a man-in-the-middle (MITM) attack, it does not prevent the MITM attack itself or the initial interception of traffic.
Concept tested: MFA protection against brute-force
Source: https://www.microsoft.com/en-us/security/business/security-101/what-is-multi-factor-authentication-mfa
Topics
Community Discussion
No community discussion yet for this question.