During security monitoring, a enterprise Security Operations Center (SOC) team identifies unauthorized API requests executed using a compromised service account token within a production container orchestration cluster. Threat intelligence logs reveal that the attacker has already spawned rogue workload pods designed to perform network reconnaissance and attempt lateral movement toward an isolated sensitive database subnet. According to standard NIST incident response frameworks, which of the following actions should the incident response team perform FIRST?
- APurge all unauthorized rogue workload pods and update the container registry image to eliminate malicious code.
- Revoke the compromised service account token and isolate the affected cluster worker nodes from the network.Answer
- CDeploy an inline web application firewall rule to inspect incoming payload patterns for malicious container command signatures.
- DRe-image the cluster control plane nodes and restore state store configurations from the most recent backup.
Answer
Revoke the compromised service account token and isolate the affected cluster worker nodes from the network.
The correct response prioritizes immediate containment in accordance with standard incident response playbooks (such as NIST SP 800-61). Revoking the compromised service account credentials invalidates the attacker's active API access, while isolating affected worker nodes prevents lateral movement toward adjacent subnets. Containment must always precede eradication and recovery.
Step-by-Step Solution
Key Concept
Incident Response Process and Playbooks