nerdexam
GIAC

GPEN · Question #223

Which of the following worms performs random scanning?

The correct answer is C. Code red worm. Code Red performed random scanning by generating random IP addresses and probing each one for a specific IIS vulnerability, enabling it to spread at unprecedented speed across the internet in 2001.

Vulnerability Discovery & Scanning

Question

Which of the following worms performs random scanning?

Options

  • ABugBear
  • BSirCam
  • CCode red worm
  • DKlez

How the community answered

(53 responses)
  • A
    2% (1)
  • B
    6% (3)
  • C
    83% (44)
  • D
    9% (5)

Why each option

Code Red performed random scanning by generating random IP addresses and probing each one for a specific IIS vulnerability, enabling it to spread at unprecedented speed across the internet in 2001.

ABugBear

BugBear was an email-borne worm that spread through malicious attachments and open network shares, not through random IP scanning.

BSirCam

SirCam spread via email by harvesting addresses from the victim's address book and attaching itself to forwarded documents, using no random IP scanning.

CCode red wormCorrect

Code Red exploited a buffer overflow in Microsoft IIS (CVE-2001-0500) and propagated by generating random 32-bit IP addresses and sending exploit requests to port 80 on each. This purely random scanning strategy - rather than list-based or local-subnet scanning - was a key characteristic that allowed it to infect hundreds of thousands of hosts within hours.

DKlez

Klez was a mass-mailing email worm that also spread via network shares; it did not use random IP address scanning as its propagation method.

Concept tested: Code Red worm random IP scanning propagation

Source: https://www.caida.org/archive/code-red/codered-analysis.xml

Topics

#Code Red worm#random scanning#worm propagation#network worms

Community Discussion

No community discussion yet for this question.

Full GPEN Practice