Create Sentinel detections for suspicious AWS IAM behavior by modeling identity attack paths rather than isolated API calls.
Attack Path
Compromised Identity
-> Credential Creation
-> Privilege Escalation
-> Persistence
-> Trust Modification
-> Defense Evasion
High-Value Detections
Monitor:
- Unexpected access-key creation
- IAM policy changes
- Trust-policy changes
- Root activity
- Logging changes
For each event correlate actor, target, source IP, account, time, resource, and change-ticket context.
Sequence Detection
Unusual Login
+ New Access Key
+ IAM Policy Change
+ Sensitive Resource Change
= Investigation
Response
- Validate.
- Identify principal.
- Determine authorization.
- Review related events.
- Contain suspected compromise.
- Rotate/revoke credentials.
- Preserve evidence.
- Investigate lateral movement.
Final Takeaway
Detection improves when you model unexpected identity behavior and attack sequences instead of simply matching suspicious API names.
Responses (0)
Join the technical conversation or share implementation thoughts.
What are your thoughts?
Sign in to join the technical discussion or share feedback.
There are currently no responses for this story. Be the first to respond.