A Security Operations Center (SOC) team is responding to a fileless attack on an enterprise server, where an adversary is executing malicious commands directly in RAM by abusing legitimate process handles spawned by a web daemon. The SOC analyst must leverage Endpoint Detection and Response (EDR) platform capabilities to detect ongoing malicious behavior and execute host containment without destroying volatile RAM evidence. Which of the following actions should the analyst implement using the EDR solution? (Select TWO.)
- Enable process lineage tracking and behavioral monitoring to analyze parent-child process relationships and API execution patterns in real time.Cevap
- Execute software-based host isolation through the EDR agent to quarantine the server from network communication while keeping system power on.Cevap
- CUpdate edge perimeter firewall Access Control Lists to block incoming IP traffic destined for the web daemon service.
- DInitiate an automated system reboot and immediately restore the operating system from a pristine golden disk image.
Cevap
The analyst should enable process lineage tracking and behavioral monitoring to identify anomalous in-memory process execution, and perform host-level isolation via the EDR agent to cut network communications while preserving volatile RAM.
Process lineage tracking provides real-time visibility into process tree creation and API activity, allowing SOC analysts to identify unauthorized command shells spawned in RAM by web services. Host isolation issued via EDR disconnects network interface communications while keeping the machine powered, effectively halting lateral movement and C2 traffic while preserving volatile RAM for incident response forensics.
Adım Adım Çözüm
Anahtar Kavram
EDR Behavioral Telemetry & Host-Level Network Isolation