nerdexam
Cisco

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.

Submitted by brentm· Mar 30, 2026Security Concepts

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)
  • B
    92% (36)
  • C
    3% (1)
  • D
    5% (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.

Across-site scripting

Cross-site scripting (XSS) attacks exploit vulnerabilities in web applications to inject malicious scripts; MFA does not directly prevent XSS vulnerabilities or attacks.

Bbrute forceCorrect

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.

CSQL injection

SQL injection attacks exploit vulnerabilities in database queries to execute malicious code; MFA protects authentication, not database-level code injection vulnerabilities.

Dman-in-the-middle

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

#Multifactor authentication#Brute force#Authentication security

Community Discussion

No community discussion yet for this question.

Full 350-701 Practice