An incident response team is investigating a confirmed security incident on a Linux application server hosting an internal logistics portal. Monitoring alerts indicate an unauthorized remote access session is currently active, and the compromised host has begun scanning adjacent internal subnets for lateral movement. According to standard incident response frameworks, which TWO of the following immediate actions should the analyst take during the containment phase?
- Isolate the compromised server's network segment by updating network security group rules to restrict lateral movement while keeping the system powered on.Answer
- Capture a volatile memory snapshot of the system to preserve running processes and active network connection states before taking the host offline.Answer
- CRe-image the server operating system from a clean baseline backup to immediately purge all attacker artifacts.
- DReconfigure perimeter firewalls to change existing preventive access control lists into detective logging rules.
Answer
The analyst should isolate the server's network segment using security group rules while keeping the machine powered on, and capture a volatile memory snapshot before taking the host offline.
The correct response combines network isolation to halt lateral movement with volatile memory acquisition to preserve ephemeral evidence. Isolating the system via network security groups stops the adversary from reaching adjacent subnets, while taking a memory capture ensures active process memory, network connections, and memory-resident malware artifacts are preserved before host shutdown or remediation.
Step-by-Step Solution
Key Concept
Incident Response Containment Phase and Volatile Evidence Preservation