350-701 · Question #274
Why is it important to implement MFA inside of an organization?
The correct answer is C. To prevent brute force attacks from being successful.. Brute force attacks target getting user credentials by sending authentication requests overwhelmingly. If no password failure policies are implemented this can result in credential theft. MFA is used to protect user credentials following the principle of what you have (MFA token)
Question
Why is it important to implement MFA inside of an organization?
Options
- ATo prevent man-the-middle attacks from being successful.
- BTo prevent DoS attacks from being successful.
- CTo prevent brute force attacks from being successful.
- DTo prevent phishing attacks from being successful.
How the community answered
(47 responses)- A4% (2)
- B2% (1)
- C91% (43)
- D2% (1)
Explanation
Brute force attacks target getting user credentials by sending authentication requests overwhelmingly. If no password failure policies are implemented this can result in credential theft. MFA is used to protect user credentials following the principle of what you have (MFA token) complemented by what you know (password). Brute force attack cannot be successful if MFA is
Topics
Community Discussion
No community discussion yet for this question.