nerdexam
GIAC

GCIH · Question #76

Which of the following attacks can be overcome by applying cryptography?

The correct answer is C. Sniffing. Cryptography directly counters sniffing by encrypting data in transit, rendering intercepted packets unreadable to an eavesdropper.

Incident Response & Cyber Kill Chain

Question

Which of the following attacks can be overcome by applying cryptography?

Options

  • ABuffer overflow
  • BWeb ripping
  • CSniffing
  • DDoS

How the community answered

(36 responses)
  • A
    6% (2)
  • B
    3% (1)
  • C
    92% (33)

Why each option

Cryptography directly counters sniffing by encrypting data in transit, rendering intercepted packets unreadable to an eavesdropper.

ABuffer overflow

Buffer overflow attacks exploit memory management flaws in application code; cryptography operates at the data transmission layer and cannot prevent improper memory handling within a program.

BWeb ripping

Web ripping involves automated downloading of publicly accessible website content, which is an application-layer access control issue that encryption of transit data does not prevent.

CSniffingCorrect

Sniffing captures plaintext network traffic passing over a shared medium or compromised link. Applying encryption protocols such as TLS or IPsec ensures that even if an attacker intercepts the packets, the payload is unintelligible without the correct decryption key, directly neutralizing the eavesdropping threat.

DDoS

Denial-of-Service attacks overwhelm system resources with request volume; encryption does not reduce the number of incoming requests or protect against resource exhaustion.

Concept tested: Cryptography as a defense against network eavesdropping

Source: https://csrc.nist.gov/publications/detail/sp/800-52/rev-2/final

Topics

#cryptography defenses#packet sniffing#encryption countermeasures

Community Discussion

No community discussion yet for this question.

Full GCIH Practice