During an incident response investigation on a compromised domain controller, a security team suspects the persistent presence of a rootkit alongside other malicious artifacts. Which of the following technical indicators of compromise (IoCs) specifically confirm the presence of a rootkit on the host? (Select TWO.)
- Hooked system call table pointers diverting kernel API requests to mask running malicious process IDsAnswer
- BSelf-propagating payload sweeps across port 445 attempting automated SMB exploitation on adjacent subnets
- Direct Kernel Object Manipulation (DKOM) modifying active data structures to conceal open network socketsAnswer
- DDeployment of network-level stateful firewalls blocking unauthorized inbound command-and-control channels
Answer
The correct indicators confirming the presence of a rootkit are hooked system call table pointers diverting kernel API requests and Direct Kernel Object Manipulation (DKOM) modifying active data structures to conceal open network sockets.
Rootkits operate at deep operating system levels (often within kernel space) to maintain persistent, invisible control over a host. Intercepting API calls via system call table hooking and modifying kernel memory through Direct Kernel Object Manipulation (DKOM) allow the rootkit to bypass administrative detection tools and mask running processes and active sockets.
Step-by-Step Solution
Key Concept
Kernel-Level Evasion and Rootkit Indicators of Compromise