During an incident investigation on a Linux developer workstation, a security analyst discovers that an attacker is running fileless malware directly within volatile memory using native utility process injection. Legacy antivirus software failed to trigger an alert because no file was written to the disk drive. Which of the following core capabilities of an Endpoint Detection and Response (EDR) platform allows it to detect and respond to this attack?
- Continuous behavioral telemetry monitoring and process execution trackingAnswer
- BDeploying updated static file signature definitions to disk scanners
- CApplying ingress network filtering rules at the perimeter firewall
- DEnforcing deep packet inspection on encrypted network transport streams
Answer
Continuous behavioral telemetry monitoring and process execution tracking
Continuous behavioral telemetry monitoring and process execution tracking is correct because EDR agents record real-time system events, process relationships, and volatile memory activity. This allows the system to identify anomalies such as process injection and fileless execution even when no malicious file resides on local storage.
Step-by-Step Solution
Key Concept
EDR Behavioral Monitoring vs. Legacy Signature-Based Antivirus