nerdexam
EC-Council

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.

Submitted by alyssa_d· Mar 6, 2026Malware Threats

Question

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?

Options

  • AUser-mode rootkit
  • BLibrary-level rootkit
  • CKernel-level rootkit
  • DHypervisor-level rootkit

How the community answered

(25 responses)
  • A
    4% (1)
  • C
    88% (22)
  • D
    8% (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.

AUser-mode rootkit

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.

BLibrary-level rootkit

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.

CKernel-level rootkitCorrect

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.

DHypervisor-level rootkit

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

#rootkits#kernel-level rootkit#malware#system compromise

Community Discussion

No community discussion yet for this question.

Full 312-50V13 Practice