Forensic examination of an compromised enterprise host reveals anomalous system behavior where administrative utilities fail to display running processes and active network sockets that are visibly present in raw memory captures. Further inspection demonstrates that kernel-level System Service Descriptor Table (SSDT) function pointers have been redirected to execute code in unallocated memory addresses, effectively intercepting and filtering operating system API responses. Which of the following malware classifications is primarily indicated by these technical indicators of compromise?
- RootkitCevap
- BWorm
- CTrojan
- DLogic Bomb
Cevap
Rootkit
The correct answer is Rootkit because the scenario describes SSDT (System Service Descriptor Table) hooking and low-level system call manipulation. Rootkits operate at a deep privileged level (often kernel mode) to intercept operating system requests, hiding running processes, files, and socket connections from security controls and system administrators.
Adım Adım Çözüm
Anahtar Kavram
Rootkit Indicators of Compromise and Kernel Hooking Mechanisms