A SIEM solution alerts a security analyst of a high number of login attempts against the company's webmail portal. The analyst determines the login attempts used credentials from a past data breach. Which of the following is the BEST mitigation to prevent unauthorized access?

A. Single sign-on
B. Mandatory access control
C. Multifactor authentication
D. Federation
E. Privileged access management

Answer: C. Multifactor authentication

Computer Science & Information Technology

You might also like to view...

In order processing is abbreviated as:

a. NLR b. LNR c. LRN d. RNL

Computer Science & Information Technology

To open a file in c:\example\scores.txt on Windows, you use _________.

a. stream.open("c:\\example\\scores.txt"); b. stream.open("c:\example\scores.txt"); c. stream.open("scores.txt"); d. stream.open("\example\scores.txt");

Computer Science & Information Technology