A security analyst is investigating a suspected threat actor moving laterally within an enterprise network. The edge firewall recorded no unauthorized inbound traffic, and the legacy signature-based antivirus on host endpoints reported zero malicious file detections. However, the Endpoint Detection and Response (EDR) agent flagged an active alert when a natively trusted system utility, `wmic.exe`, was executed by a parent process to delete volume shadow copies. Which of the following capabilities of EDR enabled the identification of this malicious activity?
- Continuous behavioral telemetry monitoring and process lineage trackingCevap
- BStatic binary hashing and signature comparison against known malware databases
- CDeep packet inspection and payload analysis at the network edge
- DAutomated network access control list updates to block external IP ranges
Cevap
Continuous behavioral telemetry monitoring and process lineage tracking
The correct answer highlights EDR's core strength: continuously capturing process execution context, command-line arguments, and parent-child process relationships. Because `wmic.exe` is a legitimate Windows binary, legacy signature scanners mark it as clean. EDR detects the threat by analyzing the anomaly in behavioral telemetry and process lineage when an administrative tool is invoked inappropriately.
Adım Adım Çözüm
Anahtar Kavram
EDR Behavioral Telemetry and Process Lineage