A security analyst is investigating a stealthy compromise on an enterprise server where an attacker executed an obfuscated script directly in host memory using native tools, avoiding writing any malicious files to the disk. Standard signature-based antivirus software and perimeter firewalls failed to detect the activity. Which capability of Endpoint Detection and Response (EDR) provides the visibility required to identify and trace this fileless execution?
- Continuous behavioral monitoring and process parent-child lineage trackingAnswer
- BStatic binary hashing and signature lookup against known malware threat feeds
- CDeep packet inspection and payload decryption at the perimeter network gateway
- DAutomated host operating system vulnerability scanning and patch deployment
Answer
Continuous behavioral monitoring and process parent-child lineage tracking
The correct answer highlights EDR's ability to monitor ongoing endpoint behavior and process trees in real time. Because fileless attacks execute directly in volatile memory using native system binaries (Living off the Land), traditional static file checks fail. EDR solves this by recording runtime telemetry, including parent-child process chains and command-line parameters.
Step-by-Step Solution
Key Concept
EDR Behavioral Telemetry & Fileless Threat Detection