During a suspected breach investigation, a security handler observes that an API gateway server hosting sensitive internal workflows is attempting unauthorized outbound network traffic to a known command-and-control server following a successful zero-day exploit execution. According to standard NIST incident response guidelines, which of the following actions should the handler execute FIRST?
- Isolate the API gateway server from the network via microsegmentation to prevent data exfiltration while preserving system volatile memory.Answer
- BDelete the malicious payload executable and clear temporary directory paths on the server host file system.
- CRestore the API gateway host from a clean virtual machine snapshot to bring production services back online immediately.
- DReconfigure network audit policies to establish a corrective control monitoring future exploit attempts on the gateway.
Answer
Isolate the API gateway server from the network via microsegmentation to prevent data exfiltration while preserving system volatile memory.
In accordance with standard NIST incident response frameworks (NIST SP 800-61), once an active intrusion or C2 communication is confirmed, containment must occur before eradication or recovery steps. Isolating the system via microsegmentation halts outbound data exfiltration and lateral movement while keeping the system in a state suitable for volatile memory capture and forensic analysis.
Step-by-Step Solution
Key Concept
Incident Response Lifecycle Order (Containment before Eradication/Recovery)