A security analyst discovers that a developer's API key was publicly exposed in a code repository and is actively being used by an unauthorized external entity to read data from a cloud storage bucket. According to standard incident response playbooks, which of the following immediate CONTAINMENT steps should the analyst take? (Select TWO.)
- Revoke or disable the compromised API key immediately to terminate unauthorized access.Answer
- Apply an explicit firewall or security group rule to block traffic from the attacker's external IP address.Answer
- CConduct a post-incident lessons learned meeting to discuss repository secret-scanning procedures.
- DCompletely rebuild and re-image the enterprise identity provider server infrastructure.
Answer
The analyst should immediately revoke the compromised API key and block the attacker's external IP address.
During the containment phase of the incident response lifecycle, the primary goal is to prevent further exposure and stop active malicious activity. Revoking the exposed API key immediately invalidates the attacker's authentication material, while blocking the malicious IP address prevents further inbound traffic from that vector.
Step-by-Step Solution
Key Concept
Incident Response Containment Phase