A security analyst conducts incident triage on an enterprise server and uncovers two distinct anomalous indicators:
1. The standard administrative utility binary on disk was replaced with a compromised version that allows unauthorized access using a hardcoded master key.
2. A loadable kernel module is actively intercepting system calls to modify process listings, effectively hiding malicious processes and network sockets from diagnostic commands.
Which of the following malware classifications or mechanisms are directly demonstrated by these forensic findings? (Select TWO)
- Trojan execution via system binary replacementAnswer
- Rootkit functionality through kernel-level hook interceptionAnswer
- CSelf-propagating worm capabilities operating over open socket connections
- DLogic bomb activation based on preconfigured system environment triggers
Answer
The correct selections are Trojan execution via system binary replacement and Rootkit functionality through kernel-level hook interception.
The scenario demonstrates Trojan malware because a legitimate utility executable was modified to include an unauthorized backdoor. Additionally, rootkit functionality is present because a loadable kernel module subverts system call outputs to hide processes and network connections from administrators.
Step-by-Step Solution
Key Concept
Malware Indicators of Compromise (Trojans vs Rootkits)