During an ongoing incident investigation, a Security Operations Center (SOC) team detects that an automated Continuous Integration/Continuous Deployment (CI/CD) build server has been compromised. An attacker modified build scripts to exfiltrate enterprise API credentials to an external host while continuing to compile production software images. Which TWO of the following containment actions should the incident response team perform immediately to mitigate the incident while preserving evidence?
- Isolate the compromised build server network interface via virtual firewall rules while capturing its volatile RAM.Answer
- Revoke and rotate the exposed API tokens and service account credentials associated with the build pipeline.Answer
- CPurge the source repository commit logs and immediately re-image the build server operating system from clean media.
- DApply a network filter blocking all inbound HTTP/HTTPS traffic to the primary enterprise core perimeter router.
Answer
The containment strategy requires isolating the compromised build server network interface while capturing volatile memory, alongside revoking and rotating all exposed API tokens and service account credentials.
Effective containment of a compromised automation pipeline requires stopping both host communication and credential abuse. Isolating the build server at the network level combined with memory capture preserves volatile forensic evidence while halting exfiltration. Concurrently, revoking and rotating exposed API tokens prevents the adversary from leveraging stolen credentials against peripheral enterprise resources.
Step-by-Step Solution
Key Concept
Incident Response Containment Strategies and Evidence Preservation