mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-23 21:21:00 +03:00
1015 B
1015 B
AWS Detective Investigation Workflow
Phase 1: Triage
- Review GuardDuty HIGH/CRITICAL findings
- Open Detective console → Finding Groups
- Identify clustered findings pointing to same entity
Phase 2: Entity Investigation
- Select entity (IAM user/role, EC2, IP)
- Review 24h behavior timeline
- Identify unusual API calls, new geolocations, impossible travel
- Check for privilege escalation patterns (CreateAccessKey, AttachPolicy)
Phase 3: Scope Assessment
- Trace lateral movement via AssumeRole chains
- Check S3 data access patterns
- Review VPC Flow Logs for unusual outbound connections
- Identify all compromised credentials
Phase 4: Correlation
- Map findings to MITRE ATT&CK techniques
- Build attack timeline from entity profiles
- Identify initial access vector
- Document indicators of compromise (IOCs)
Phase 5: Response
- Disable compromised credentials
- Revoke active sessions
- Isolate affected resources
- Preserve evidence (CloudTrail logs, flow logs)