312-50V13 · Question #478
Which rootkit is characterized by its function of adding code and/or replacing some of the operating- system kernel code to obscure a backdoor on a system?
The correct answer is C. Kernel-level rootkit. A kernel-level rootkit modifies or replaces parts of the operating system's kernel code to hide its presence and maintain control over the system.
Question
Options
- AUser-mode rootkit
- BLibrary-level rootkit
- CKernel-level rootkit
- DHypervisor-level rootkit
How the community answered
(25 responses)- A4% (1)
- C88% (22)
- D8% (2)
Why each option
A kernel-level rootkit modifies or replaces parts of the operating system's kernel code to hide its presence and maintain control over the system.
A user-mode rootkit operates in the user space, infecting applications or libraries, making it easier to detect as it does not modify the core OS kernel.
A library-level rootkit is a type of user-mode rootkit that intercepts system calls by modifying dynamic-link libraries, but it doesn't directly alter the OS kernel.
A kernel-level rootkit operates at the highest privilege level within an OS, directly modifying or replacing operating system kernel code to effectively obscure its activities, hide backdoors, and maintain persistent, stealthy control.
A hypervisor-level rootkit runs beneath the operating system as a virtual machine monitor, but the description specifically mentions modifying 'operating-system kernel code,' which is characteristic of a kernel-level rootkit.
Concept tested: Kernel-level rootkit characteristics
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/intelligence/rootkits
Topics
Community Discussion
No community discussion yet for this question.