Sample rules
AWS ElastiCache Security Group Created
- source: elastic
- technicques:
- T1562
Description
Identifies when an ElastiCache security group has been created.
Detection logic
event.dataset:aws.cloudtrail and event.provider:elasticache.amazonaws.com and event.action:"Create Cache Security Group" and
event.outcome:success
AWS ElastiCache Security Group Created
- source: sigma
- technicques:
- t1136
- t1136.003
Description
Detects when an ElastiCache security group has been created.
Detection logic
condition: selection
selection:
eventName: CreateCacheSecurityGroup
eventSource: elasticache.amazonaws.com