During a threat hunting exercise on an enterprise Linux application server hosting a mission-critical web service, a security analyst analyzes host telemetry. While network perimeter security controls inspect traffic as encrypted HTTPS over TCP port 443, the Endpoint Detection and Response (EDR) agent captures a process creation event where the primary web service daemon spawned an unauthorized bash shell, which subsequently loaded an obfuscated binary payload into volatile shared memory (`/dev/shm`). The analyst must halt the active command-and-control (C2) session and eradicate the malicious code execution immediately without causing downtime for legitimate external application users. Which of the following capabilities provided by the EDR platform should the analyst utilize to accomplish this objective?
- Perform targeted process-tree termination and executable hash blocking for the spawned shell and memory-resident binary.Answer
- BExecute a full host-level network isolation command on the server via the EDR management console.
- CDeploy an egress perimeter firewall blocking rule targeting all outbound connections from the application server subnet.
- DInitiate a scheduled legacy antivirus disk scan to quarantine static signature matches on the file system.