312-50V13 · Question #141
What hacking attack is challenge/response authentication used to prevent?
The correct answer is A. Replay attacks. Challenge/response authentication is a security mechanism designed to prevent replay attacks by ensuring that authentication credentials cannot be reused.
Question
Options
- AReplay attacks
- BScanning attacks
- CSession hijacking attacks
- DPassword cracking attacks
How the community answered
(24 responses)- A92% (22)
- B4% (1)
- D4% (1)
Why each option
Challenge/response authentication is a security mechanism designed to prevent replay attacks by ensuring that authentication credentials cannot be reused.
Challenge/response authentication works by sending a unique, time-sensitive 'challenge' to the client, which must compute a valid response using a shared secret. Since the challenge changes with each authentication attempt, an attacker cannot simply reuse (replay) a previously captured, valid response to gain unauthorized access.
Challenge/response authentication mechanisms do not directly prevent scanning attacks, which involve probing systems for open ports or vulnerabilities.
While it enhances overall security, challenge/response authentication primarily prevents replay attacks during the initial authentication phase, not directly session hijacking after authentication.
Challenge/response authentication makes password cracking more difficult by not transmitting the password directly, but its primary purpose is to prevent the replay of *authentication tokens*, not direct password guessing.
Concept tested: Challenge/response authentication and replay attack prevention
Source: https://www.cloudflare.com/learning/security/glossary/replay-attack/
Topics
Community Discussion
No community discussion yet for this question.