A security monitoring system triggers an alert after Microsoft Word spawns a hidden PowerShell process executing an encoded command. Forensic inspection of the host system indicates that no traditional executable files were written to disk; instead, malicious code resides and executes entirely within volatile memory to maintain an outbound command-and-control session. Which of the following malware types is described in this incident?
- ASelf-propagating worm
- BKernel-level rootkit
- Fileless malwareAnswer
- DStandalone logic bomb
Answer
Fileless malware relies on living-off-the-land techniques and memory-only execution through existing system tools like PowerShell.
Fileless malware operates directly within system memory (RAM) and often uses native system processes or scripts (such as PowerShell or WMI) to perform malicious activities without dropping an executable file onto the local file system. This technique bypasses traditional signature-based antivirus solutions that scan disk files.
Step-by-Step Solution
Key Concept
Fileless Malware Execution and Telemetry