A Security Operations Center (SOC) team is responding to a high-severity Endpoint Detection and Response (EDR) alert on a Linux server hosting critical API microservices. Telemetry indicates an adversary attempted to load an unsigned rootkit kernel module via the `init_module` system call while disabling the local `auditd` daemon. Which of the following initial containment and forensic actions should be executed to halt potential threat activity while preserving crucial digital evidence? (Select TWO.)
- Apply software-level host isolation via the EDR agent interface to cut endpoint communication while preserving the agent management tunnel.Cevap
- Trigger an automated volatile memory capture (RAM dump) on the system before terminating suspicious processes or restarting host services.Cevap
- CReconfigure perimeter network firewalls to block all inbound traffic targeted at the server's public IP address.
- DSend a remote hard-reboot signal to flush the unverified kernel module and reset system memory to a known baseline.
Cevap
The correct response actions are applying software-level host isolation through the EDR management plane and initiating a volatile memory capture before executing process termination or host resets.
The correct measures involve isolating the host using the EDR agent's software control features and capturing volatile memory (RAM) before taking invasive recovery actions. Host isolation via EDR restricts network access to stop lateral movement while preserving the out-of-band agent communication link required for investigation. Capturing RAM preserves volatile kernel-mode artifacts and active memory structures necessary for rootkit forensic analysis.
Adım Adım Çözüm
Anahtar Kavram
EDR Host Containment & Volatile Evidence Preservation Workflow