During an incident response investigation, a Security Operations Center (SOC) analyst isolates an endpoint after Endpoint Detection and Response (EDR) telemetry alerts on anomalous process behavior. Further forensic analysis reveals that malicious payload execution occurred directly within system memory (RAM) via process injection into `explorer.exe` using encoded PowerShell commands, leaving zero binary artifacts on the local disk. Which of the following malware classifications best describes this attack?
- Fileless malwareCevap
- BSelf-propagating worm
- CRemote access Trojan
- DKernel-level rootkit
Cevap
Fileless malware is the correct classification because the attack relies on running malicious payloads strictly in volatile memory (RAM) via process injection and native administrative utilities without writing executable files to disk.
Fileless malware executes directly in system RAM by injecting code into trusted processes (such as `explorer.exe`) or executing scripts via administrative tools like PowerShell. Because no malicious binary file is saved to the hard drive, traditional file scanner antivirus mechanisms fail to detect it.
Adım Adım Çözüm
Anahtar Kavram
Fileless malware and memory-resident execution techniques