CV0-003 · Question #294
An organization is replacing its internal human resources system with a SaaS-based application. The solution is multi-tenant, and the organization wants to ensure ubiquitous access while preventing…
The correct answer is B. Require and implement two-factor authentication. Two-factor authentication prevents password replay attacks by requiring a time-sensitive or single-use second factor that an attacker cannot reuse even after intercepting the password credential.
Question
An organization is replacing its internal human resources system with a SaaS-based application. The solution is multi-tenant, and the organization wants to ensure ubiquitous access while preventing password replay attacks. Which of the following would BEST help to mitigate the risk?
Options
- AImplement destination resources authentication.
- BRequire and implement two-factor authentication.
- CRemove administrator privileges from users' laptops.
- DCombine network authentication and physical security in one card/token.
How the community answered
(43 responses)- A12% (5)
- B81% (35)
- C2% (1)
- D5% (2)
Why each option
Two-factor authentication prevents password replay attacks by requiring a time-sensitive or single-use second factor that an attacker cannot reuse even after intercepting the password credential.
Destination resource authentication is a generic access-control concept that does not inherently produce one-time or time-bound credentials, so it does not block an attacker from successfully replaying a captured credential.
2FA requires a second authentication factor - such as a TOTP code or hardware push notification - that is valid only once or for a short time window, so a replayed password alone is insufficient for an attacker to gain access. This directly addresses the replay attack risk in a multi-tenant SaaS environment where credentials may traverse shared infrastructure. Ubiquitous access is preserved because authenticator apps and hardware tokens are portable and not tied to a specific network location.
Removing local administrator privileges reduces the risk of malware escalation on endpoints but does not prevent an attacker from replaying captured SaaS credentials against a remotely hosted application.
A combined physical-and-network authentication card requires physical card possession and is designed for on-premises or badge-access scenarios, making it incompatible with the ubiquitous access requirement of a SaaS deployment.
Concept tested: Two-factor authentication preventing credential replay attacks
Source: https://learn.microsoft.com/en-us/entra/identity/authentication/concept-mfa-howitworks
Topics
Community Discussion
No community discussion yet for this question.