During an ongoing security investigation into an automated build system, a security analyst discovers that an attacker compromised a CI/CD service account's API token and created unauthorized secondary deployment keys to maintain persistent access. The incident response team is currently executing the Containment phase of the NIST incident response lifecycle. Which of the following technical actions should the team perform immediately as part of containment? (Select TWO.)
- Revoke the compromised API token and immediately invalidate all secondary deployment keys created by the attacker.Answer
- BRe-image the CI/CD build server operating system and restore all code repositories from a verified clean offline backup.
- Apply temporary network access control rules to restrict API gateway endpoints strictly to trusted internal management subnets.Answer
- DReclassify the organization's credential rotation policy from a detective security control to a deterrent security control.
Answer
The correct containment actions are revoking the compromised API token along with any secondary keys generated by the attacker, and applying temporary network access control rules to restrict API gateway endpoints strictly to trusted internal subnets.
During the Containment phase of an incident response process, the priority is to isolate affected systems and revoke compromised access vectors to prevent further damage. Revoking the compromised API token and secondary keys directly terminates the attacker's administrative access. Restricting API gateway ingress via network access control rules prevents unauthorized external connections. Both actions isolate the impact while preserving system state for ongoing forensic analysis.
Step-by-Step Solution
Key Concept
Incident Response Lifecycle - Containment Phase Actions