N10-005 · Question #782
A company has a remote access VPN and wants to ensure that if a username and password are compromised, the corporate network will remain secure. Which of the following will allow the company to…
The correct answer is D. Two-factor authentication. Two-factor authentication (2FA) requires a second verification method beyond a password, ensuring that compromised credentials alone are not sufficient to gain network access.
Question
A company has a remote access VPN and wants to ensure that if a username and password are compromised, the corporate network will remain secure. Which of the following will allow the company to achieve its security goal?
Options
- APosture assessment
- BKerberos
- CTACACS+
- DTwo-factor authentication
How the community answered
(23 responses)- A9% (2)
- B4% (1)
- C4% (1)
- D83% (19)
Why each option
Two-factor authentication (2FA) requires a second verification method beyond a password, ensuring that compromised credentials alone are not sufficient to gain network access.
Posture assessment evaluates the security health of a device before granting VPN access - it checks for things like antivirus status but does not prevent access when valid credentials are used.
Kerberos is a network authentication protocol that issues tickets - it still relies on the initial username and password and does not by itself add a second factor.
TACACS+ is a AAA protocol used for centralized authentication, authorization, and accounting - it can facilitate 2FA but is not itself a two-factor mechanism.
Two-factor authentication combines something the user knows (password) with something the user has or is (token, smart card, biometric), so even if a username and password are stolen, an attacker cannot authenticate without also possessing the second factor, directly addressing the threat scenario described.
Concept tested: Two-factor authentication for VPN credential compromise mitigation
Source: https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mfa-howitworks
Topics
Community Discussion
No community discussion yet for this question.