An enterprise Endpoint Detection and Response (EDR) agent raises a high-severity security alert on a database server. Inspection reveals a legitimate Windows system process, `svchost.exe`, executing inline PowerShell commands using encoded arguments directly in system memory without writing any executable binaries to disk. System monitoring logs show scheduled tasks calling WMI repositories to maintain execution across system reboots. Which of the following malware classifications is demonstrated by these indicators of compromise?
- Fileless malwareAnswer
- BSelf-propagating worm
- CRootkit
- DTrojan horse
Answer
The telemetry describes fileless malware because it operates in volatile memory (RAM) utilizing legitimate system tools without dropping traditional malicious binaries onto the host disk storage.
Fileless malware relies on living-off-the-land techniques by hijacking legitimate system binaries (such as PowerShell and WMI) and running payloads directly inside volatile RAM memory, leaving no traditional payload file footprint on the filesystem disk.
Step-by-Step Solution
Key Concept
Fileless Malware and Living-off-the-Land (LotL) Execution