GCIH · Question #87
Which of the following rootkits is able to load the original operating system as a virtual machine, thereby enabling it to intercept all hardware calls made by the original operating system?
The correct answer is C. Hypervisor rootkit. A hypervisor rootkit operates below the operating system by inserting a virtualization layer, causing the legitimate OS to run as a guest VM so the rootkit can intercept all hardware calls.
Question
Which of the following rootkits is able to load the original operating system as a virtual machine, thereby enabling it to intercept all hardware calls made by the original operating system?
Options
- AKernel level rootkit
- BBoot loader rootkit
- CHypervisor rootkit
- DLibrary rootkit
How the community answered
(64 responses)- A2% (1)
- B5% (3)
- C92% (59)
- D2% (1)
Why each option
A hypervisor rootkit operates below the operating system by inserting a virtualization layer, causing the legitimate OS to run as a guest VM so the rootkit can intercept all hardware calls.
Kernel-level rootkits operate by modifying or inserting modules directly into the OS kernel space, giving them high privilege but not the ability to virtualize the OS or intercept hardware calls beneath the OS layer.
Boot loader rootkits infect the MBR or VBR to execute before the OS loads, allowing persistence, but they do not create a hypervisor virtualization layer to trap hardware calls.
A hypervisor-level rootkit, also called a Virtual Machine Based Rootkit (VMBR), installs itself at the hardware abstraction layer and loads the original OS as a virtual machine guest; because all hardware requests from the OS must pass through the hypervisor, the rootkit gains complete and nearly undetectable control over every hardware interaction the OS makes.
Library rootkits function at user space by replacing or patching shared libraries such as libc to hook API calls, giving them only user-mode visibility rather than hardware-level interception.
Concept tested: Hypervisor rootkit virtualization-layer interception
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/intelligence/rootkits-malware
Topics
Community Discussion
No community discussion yet for this question.