GPEN · Question #318
Which of the following attacks can be overcome by applying cryptography?
The correct answer is C. Sniffing. Cryptography encrypts data in transit, directly neutralizing sniffing attacks that rely on reading plaintext packets captured from the network.
Question
Which of the following attacks can be overcome by applying cryptography?
Options
- AWeb ripping
- BDoS
- CSniffing
- DBuffer overflow
How the community answered
(15 responses)- A7% (1)
- C80% (12)
- D13% (2)
Why each option
Cryptography encrypts data in transit, directly neutralizing sniffing attacks that rely on reading plaintext packets captured from the network.
Web ripping uses automated tools to copy publicly accessible web content from a server, a process cryptography does not prevent because the attacker retrieves data through normal HTTP requests.
DoS attacks flood network resources with excessive traffic to deny service availability - cryptography does not reduce traffic volume or protect resource capacity.
Sniffing attacks passively capture network packets to extract sensitive information from plaintext traffic. Applying cryptography - such as TLS/SSL - encrypts the data payload so intercepted packets are unreadable without the decryption key. This makes encryption a direct and effective technical countermeasure against sniffing.
Buffer overflow attacks exploit memory management flaws in application code at the software layer - cryptography operates on data confidentiality and cannot prevent or mitigate memory corruption vulnerabilities.
Concept tested: Cryptography as a countermeasure against network sniffing
Source: https://csrc.nist.gov/publications/detail/sp/800-111/final
Topics
Community Discussion
No community discussion yet for this question.