nerdexam
GIAC

GCIH · Question #64

Which of the following statements about Ping of Death attack is true?

The correct answer is D. In this type of attack, a hacker sends ICMP packets greater than 65,536 bytes to crash a. A Ping of Death attack involves sending malformed or oversized ICMP packets exceeding the 65,536-byte IP maximum to crash or destabilize a target system.

Vulnerability Exploitation & Privilege Escalation

Question

Which of the following statements about Ping of Death attack is true?

Options

  • AIn this type of attack, a hacker sends more traffic to a network address than the buffer can
  • BThis type of attack uses common words in either upper or lower case to find a password.
  • CIn this type of attack, a hacker maliciously cuts a network cable.
  • DIn this type of attack, a hacker sends ICMP packets greater than 65,536 bytes to crash a

How the community answered

(25 responses)
  • A
    8% (2)
  • B
    4% (1)
  • D
    88% (22)

Why each option

A Ping of Death attack involves sending malformed or oversized ICMP packets exceeding the 65,536-byte IP maximum to crash or destabilize a target system.

AIn this type of attack, a hacker sends more traffic to a network address than the buffer can

Sending more traffic than a buffer can handle describes a generic buffer overflow or flood-based DoS attack, not the specific oversized ICMP packet mechanism of a Ping of Death.

BThis type of attack uses common words in either upper or lower case to find a password.

Using common words in upper or lower case to find a password describes a dictionary attack, which is a credential-cracking technique unrelated to ICMP.

CIn this type of attack, a hacker maliciously cuts a network cable.

Physically cutting a network cable is sabotage or a physical layer attack, which has no relation to the Ping of Death network protocol exploit.

DIn this type of attack, a hacker sends ICMP packets greater than 65,536 bytes to crash aCorrect

The IPv4 specification limits packets to a maximum of 65,535 bytes; a Ping of Death crafts ICMP echo request packets larger than this limit, causing a buffer overflow in the target's TCP/IP stack when the fragments are reassembled, resulting in a system crash or denial of service.

Concept tested: Ping of Death ICMP oversized packet denial of service

Source: https://learn.microsoft.com/en-us/security/compass/human-operated-ransomware

Topics

#Ping of Death#ICMP oversized packets#DoS attacks#network attacks

Community Discussion

No community discussion yet for this question.

Full GCIH Practice