nerdexam
GIAC

GCIH · Question #457

Which of the following is the most effective at eradicating a system infected with a Rootkit?

The correct answer is B. Format the drive, reinstall the OS applying any applicable patches, and change passwords. Rootkits embed deeply into the OS kernel and can hide all their files and processes, making them undetectable and unremovable through normal OS-level tools.

Incident Response & Cyber Kill Chain

Question

Which of the following is the most effective at eradicating a system infected with a Rootkit?

Options

  • ADisable the rootkit service in Control Panel/Administrative Tools/Services
  • BFormat the drive, reinstall the OS applying any applicable patches, and change passwords
  • CUninstall the Rootkit via Add / Remove Programs
  • DDelete the rootkit files and remove the startup shortcut

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    88% (30)
  • C
    3% (1)
  • D
    6% (2)

Why each option

Rootkits embed deeply into the OS kernel and can hide all their files and processes, making them undetectable and unremovable through normal OS-level tools.

ADisable the rootkit service in Control Panel/Administrative Tools/Services

Rootkits actively hide their services from the OS; they will not appear in the Services control panel because they intercept and filter OS enumeration calls to conceal themselves.

BFormat the drive, reinstall the OS applying any applicable patches, and change passwordsCorrect

Rootkits operate at or below the kernel level, hooking system calls to conceal their presence from all OS-based utilities, including antivirus software, file explorers, and service managers. Because the infected OS itself cannot be trusted to fully remove the rootkit, the only reliable remediation is to format the drive to eliminate all infected files, perform a clean OS reinstall with current patches to close the exploited vulnerability, and change all credentials that may have been compromised.

CUninstall the Rootkit via Add / Remove Programs

Rootkits do not register with the Windows installer and will not appear in Add/Remove Programs; they are specifically designed to be invisible to all standard OS management interfaces.

DDelete the rootkit files and remove the startup shortcut

The files belonging to a rootkit are hidden from the file system by the rootkit's own hooks, so they cannot be browsed or deleted through standard OS tools, and removing a visible shortcut would not affect the deeply embedded components.

Concept tested: Rootkit persistence and full OS reinstall remediation

Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/intelligence/rootkits-malware

Topics

#rootkit eradication#OS reinstallation#incident recovery#system wipe

Community Discussion

No community discussion yet for this question.

Full GCIH Practice