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.
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)- A3% (1)
- B88% (30)
- C3% (1)
- D6% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.