During a targeted forensic investigation of a compromised server, an investigator examines volatile memory artifacts using a memory analysis framework. The analysis reveals an injected memory section within the address space of a legitimate lsass.exe process possessing PAGE_EXECUTE_READWRITE memory permissions. Further inspection reveals shellcode executing directly out of unmapped RAM with no corresponding executable file present on the disk or file modification recorded. Which of the following malware classifications best describes this threat?
- Fileless malwareAnswer
- BSelf-propagating worm
- CTrojan backdoor
- DLogic bomb
Answer
Fileless malware is the correct classification because the threat operates directly within volatile RAM and injected process memory without leaving a persistent binary file on disk.
Fileless malware resides exclusively in volatile memory (RAM) or piggybacks onto legitimate host processes through injection techniques, evading traditional disk-based detection mechanisms.
Step-by-Step Solution
Key Concept
Fileless malware and memory injection indicators of compromise