During an incident response investigation, a SOC analyst examines endpoint detection telemetry from a workstation alerting on suspected fileless malware execution involving process injection. Which of the following technical indicators of compromise (IoCs) specifically indicate that memory-only process injection using legitimate system binaries has occurred? (Select TWO.)
- A legitimate system process such as powershell.exe executing with base64-encoded command-line arguments to reflectively load payload code into RAMAnswer
- An injected native host process such as lsass.exe establishing unexpected outbound network connections on non-standard remote portsAnswer
- CA newly created standalone executable binary residing in the %TEMP% directory attempting self-propagation across local subnets via port 445
- DThe deployment of a local host firewall block rule targeting inbound HTTP connections to protect against system web server vulnerabilities
Answer
The correct indicators are encoded PowerShell commands used to load payloads reflectively in RAM and native system processes (such as LSASS) initiating abnormal outbound network connections.
Fileless malware resides in volatile system memory and utilizes built-in tools (living-off-the-land) to avoid disk detection. Encoded PowerShell command lines executing reflective memory injection and trusted system processes initiating abnormal outbound network traffic are classic indicators of fileless process injection.
Step-by-Step Solution
Key Concept
Fileless Malware and Process Injection Indicators of Compromise