nerdexam
CompTIA

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.

Security

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)
  • A
    12% (5)
  • B
    81% (35)
  • C
    2% (1)
  • D
    5% (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.

AImplement destination resources authentication.

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.

BRequire and implement two-factor authentication.Correct

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.

CRemove administrator privileges from users' laptops.

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.

DCombine network authentication and physical security in one card/token.

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

#multi-factor authentication#password replay attacks#SaaS security#MFA

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice