📖 What is Multi-Factor Authentication (MFA)?
A security mechanism that requires two or more different types of evidence (factors) to verify a user's identity.
"Using two passwords is NOT MFA. It must be two DIFFERENT factors (e.g., password + SMS code)."
📚 Certification: Certified in Cybersecurity (CC)
🔑 What are the Key Concepts of Multi-Factor Authentication (MFA)?
- ▸ MFA significantly reduces the risk of account compromise by adding layers of security beyond just a password.
- ▸ The three main authentication factors are: something you know (password), something you have (token), and something you are (biometrics).
- ▸ Different MFA methods include SMS codes, authenticator apps (TOTP), hardware tokens (U2F/FIDO2), and push notifications.
- ▸ Implementing MFA is a key control for compliance with many security frameworks and regulations like NIST and PCI DSS.
- ▸ MFA can be applied to various access points, including VPNs, cloud applications, and local workstations.
🎯 How does Multi-Factor Authentication (MFA) appear on the CC Exam?
You may be asked to identify the most effective method to protect privileged accounts from compromise, given a scenario describing a recent phishing attack.
A scenario might describe a company experiencing repeated brute-force attacks against its VPN. Determine which security measure would best mitigate this risk.
Expect questions about selecting the appropriate MFA method based on factors like cost, security requirements, and user experience.
❓ Frequently Asked Questions
What's the difference between one-time passwords (OTPs) and MFA?
OTPs are a *type* of MFA, specifically using the 'something you have' factor. MFA is the broader concept of using multiple factors for authentication, which can include OTPs, biometrics, or security keys.
Can MFA protect against all types of attacks?
No, MFA isn't a silver bullet. It's highly effective against password-based attacks, but it doesn't protect against malware or social engineering if a user is tricked into providing their MFA code.
What are the considerations when choosing an MFA solution?
Consider usability, cost, integration with existing systems, and the level of security provided. Authenticator apps are generally more secure than SMS-based MFA due to SIM swapping risks.