A Security Operations Center (SOC) analyst detects anomalous outbound network traffic originating from an automated CI/CD build worker node. Telemetry confirms that a compromised runner script exfiltrated temporary cloud provider authentication tokens to an external command-and-control server and is currently reading production database credentials stored in secret memory. According to the NIST incident response lifecycle guidelines (SP 800-61), which of the following actions should the analyst execute FIRST?
- Revoke the exposed access token and isolate the affected CI/CD runner host from the network.Cevap
- BTerminate and re-image the compromised runner instance to remove any malicious code.
- CModify the pipeline configuration repository to patch the vulnerability in the runner script.
- DConduct a post-incident review to update the CI/CD pipeline security playbook.
Cevap
Revoke the exposed access token and isolate the affected CI/CD runner host from the network.
According to NIST SP 800-61 incident response guidelines, once an active incident is detected, the analyst's immediate priority is Containment. Revoking active compromised credentials and network-isolating the runner host prevents ongoing exfiltration and lateral movement.
Adım Adım Çözüm
Anahtar Kavram
Incident Response Lifecycle Phase Ordering and Containment Strategies