During security operations monitoring, an analyst receives an alert indicating anomalous API token creation and unexpected mass repository downloads originating from a compromised developer endpoint connected via VPN. The analyst confirms that an external threat actor is actively leveraging these stolen credentials to access private source code repositories. According to NIST incident response guidelines, which of the following immediate actions should the incident response team perform during the Containment phase of this incident? (Select TWO)
- Revoke active VPN sessions and invalidate all API tokens associated with the compromised developer account.Answer
- BRe-image the compromised developer workstation and restore repository data from the latest validated backup.
- Apply restrictive host-based firewall rules to isolate the affected workstation while preserving volatile system memory for analysis.Answer
- DConduct a lessons learned meeting with management to update internal credential management policies.
Answer
The correct containment actions are revoking the active VPN sessions and invalidating stolen API tokens associated with the account, as well as applying host-based firewall rules to isolate the compromised endpoint while preserving volatile memory.
During the containment phase of an incident response process, the goal is to prevent the threat from spreading or causing further damage while preserving forensic evidence. Revoking compromised credentials and API tokens stops the attacker from continuing exfiltration, while network-isolating the host prevents lateral movement while preserving volatile system RAM for forensic investigation.
Step-by-Step Solution
Key Concept
NIST Incident Response Containment Phase Strategies