Cloud Security Incident Response
Cloud environment incident response: IAM takeover, cryptomining, storage bucket exposure, cloud-native lateral movement. Source: NIST CSF 2.0 + AWS/Azure/GCP best practices.
Preparation
1 steps- Establish cloud IR capability
Enable CloudTrail/GuardDuty, Azure Defender/Activity Log, GCP SCC/Audit. IR IAM role for investigation. Cloud account + critical resource inventory.
Detection & Analysis
2 steps- Triage cloud alert
Classify incident type: IAM credential takeover, resource abuse, misconfiguration exploitation, insider, supply chain.
- Analyze cloud audit logs
CloudTrail/Activity Log: unauthorized API calls, anomalous AssumeRole, IAM policy changes, sensitive bucket GetObject, unexpected EC2 activity.
Containment, Eradication & Recovery
2 steps- Isolate compromised cloud identity
Revoke access key pair, disable IAM user/role, invalidate active sessions, remove attacker IAM policies.