A Security Operations Center (SOC) analyst detects anomalous activities in an enterprise cloud environment. An unknown adversary compromised a privileged user account via session hijacking and registered a malicious OAuth application to maintain persistent access. The attacker is currently executing automated API requests to enumerate and exfiltrate sensitive cloud storage buckets. According to NIST incident response guidelines, which of the following actions should the analyst execute during the CONTAINMENT phase to restrict the threat while preserving forensic evidence? (Select TWO.)
- Revoke all active OAuth refresh tokens and session keys associated with the compromised user account and malicious application.Answer
- Apply an inline access control rule or Conditional Access policy to block requests originating from the adversary's command-and-control (C2) IP ranges.Answer
- CDelete the compromised cloud tenant identity store and re-federate the directory service using a baseline deployment template.
- DPermanently remove the malicious OAuth application registration and clear the tenant API audit logs to eliminate attacker persistence.
Answer
The correct containment actions are revoking active OAuth tokens/sessions and applying conditional access rules to block the adversary's C2 IP addresses.
During the containment phase, the primary objective is to limit the scope of an incident and stop active adversary operations while maintaining forensic integrity. Revoking active OAuth refresh tokens/session keys cuts off API access immediately, while applying network filtering rules against known command-and-control IP addresses stops data exfiltration without modifying forensic artifacts.
Step-by-Step Solution
Key Concept
Incident Response Containment Phase Strategies and Evidence Preservation