During a proactive security audit of a mission-critical database server, a security engineer compares user-mode system monitoring logs with low-level kernel telemetry. Standard operating system process enumeration APIs display 48 active processes, but a direct memory analysis of kernel structures reveals an additional executive process block (EPROCESS) decoupled from the ActiveProcessLinks doubly linked list. The unlisted process actively hooks system calls to subvert detection. Which of the following malware classifications best describes this threat?
- RootkitCevap
- BSelf-propagating worm
- CLogic bomb
- DRemote Access Trojan (RAT)
Cevap
Rootkit (specifically operating via Direct Kernel Object Manipulation)
The scenario describes Direct Kernel Object Manipulation (DKOM), where malware modifies kernel data structures (such as unlinking an EPROCESS block from the ActiveProcessLinks list) to hide running processes from standard OS process enumeration APIs while maintaining active execution. This kernel-level stealth mechanism is characteristic of a rootkit.
Adım Adım Çözüm
Anahtar Kavram
Rootkit stealth mechanisms and Direct Kernel Object Manipulation (DKOM)
Tahmini Süre:2m 0s