During a routine SOC escalation, an analyst discovers that a compromised staging CI/CD build server is executing unauthorized outbound SSH tunnels to an external IP address while pulling credentials from an internal vault. The server maintains active service accounts with administrative privileges to production clusters. Following standard NIST SP 800-61 incident response guidelines, which of the following actions should the analyst perform FIRST?
- Isolate the build server from the network and revoke the associated service account credentials.Answer
- BRe-image the build server operating system using a known-good baseline configuration file.
- CModify network Intrusion Detection System (IDS) signatures to generate alerts on subsequent SSH tunneling attempts.
- DInitiate a full system forensic disk image copy while keeping all live network connections active to observe threat actor behavior.
Answer
Isolate the build server from the network and revoke the associated service account credentials.
The correct action prioritizes the containment phase of the incident response lifecycle. Disconnecting the compromised system from the network and revoking elevated service credentials immediately mitigates the risk of lateral movement into production environments and halts active exfiltration.
Step-by-Step Solution
Key Concept
Incident Response Containment Phase Priority