nerdexam
GIAC

GSLC · Question #192

The Klez worm is a mass-mailing worm that exploits a vulnerability to open an executable attachment even in Microsoft Outlook's preview pane. The Klez worm gathers email addresses from the entries…

The correct answer is B. HKEY_CURRENT_USER\Software\Microsoft\WAB\WAB4\Wab File Name = "file and. The Klez worm is identified by the HKEY_CURRENT_USER\Software\Microsoft\WAB\WAB4\Wab File Name registry value, which it queries to locate and harvest email addresses from the Windows Address Book for mass-mailing.

Security Operations & Incident Response Leadership

Question

The Klez worm is a mass-mailing worm that exploits a vulnerability to open an executable attachment even in Microsoft Outlook's preview pane. The Klez worm gathers email addresses from the entries of the default Windows Address Book (WAB). Which of the following registry values can be used to identify this worm?

Options

  • AHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
  • BHKEY_CURRENT_USER\Software\Microsoft\WAB\WAB4\Wab File Name = "file and
  • CHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
  • DHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices

How the community answered

(27 responses)
  • B
    89% (24)
  • C
    4% (1)
  • D
    7% (2)

Why each option

The Klez worm is identified by the HKEY_CURRENT_USER\Software\Microsoft\WAB\WAB4\Wab File Name registry value, which it queries to locate and harvest email addresses from the Windows Address Book for mass-mailing.

AHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run is a system-wide autorun persistence key used by many programs and malware but does not uniquely identify the Klez worm or its WAB address harvesting technique.

BHKEY_CURRENT_USER\Software\Microsoft\WAB\WAB4\Wab File Name = "file andCorrect

The registry value HKEY_CURRENT_USER\Software\Microsoft\WAB\WAB4\Wab File Name stores the file system path to the Windows Address Book (WAB) database file. The Klez worm specifically reads this registry key to locate the WAB file, then parses it to extract stored email addresses used as targets and spoofed senders for mass-mailing propagation. This key is the definitive forensic indicator linking the worm's email harvesting behavior to the WAB.

CHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run is a per-user autorun persistence location common to many applications and malware families, and does not specifically identify the Klez worm's WAB email harvesting mechanism.

DHKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices was a legacy Windows 9x/NT key for registering services at startup and has no connection to the Klez worm's WAB address book harvesting functionality.

Concept tested: Klez worm WAB registry key for email harvesting identification

Source: https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Worm%3AWin32%2FKlez

Topics

#Klez worm#malware analysis#Windows registry#WAB

Community Discussion

No community discussion yet for this question.

Full GSLC Practice