CISA · Question #509
Which of the following controls would BEST protect against internet sniffers conducting a replay attack?
The correct answer is D. Time-stamped data encryption. Time-stamped data encryption directly defeats replay attacks by embedding a timestamp within each encrypted message, so any captured packet retransmitted after the valid time window is automatically rejected as stale - the encryption also prevents the attacker from altering the t
Question
Which of the following controls would BEST protect against internet sniffers conducting a replay attack?
Options
- APacket-filtering router
- BDigital signature
- CProperly configured firewall
- DTime-stamped data encryption
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C9% (3)
- D82% (27)
Explanation
Time-stamped data encryption directly defeats replay attacks by embedding a timestamp within each encrypted message, so any captured packet retransmitted after the valid time window is automatically rejected as stale - the encryption also prevents the attacker from altering the timestamp to extend its validity.
Why the distractors fail:
- A (Packet-filtering router): Filters by IP/port/protocol, but a replayed packet looks identical to a legitimate one - it passes through undetected.
- B (Digital signature): Proves authenticity and integrity, but a captured legitimately signed message can still be replayed; the signature remains valid on retransmission. (Signatures need pairing with nonces or timestamps to stop replay.)
- C (Properly configured firewall): Controls access by rules, but has no mechanism to distinguish a fresh packet from a replayed copy of one that was already allowed through.
Memory tip: Think "Time kills replay" - a timestamp makes captured traffic expire like a coupon with a past-due date, rendering the replay useless.
Topics
Community Discussion
No community discussion yet for this question.