Detectionlowtest

AWS ElastiCache Security Group Modified or Deleted

Identifies when an ElastiCache security group has been modified or deleted.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Austin SongerCreated Sat Jul 24Updated Sun Oct 097c797da2-9cf2-4523-ba64-33b06339f0cccloud
Log Source
AWScloudtrail
ProductAWS← raw: aws
Servicecloudtrail← raw: cloudtrail
Detection Logic
Detection Logic1 selector
detection:
    selection:
        eventSource: elasticache.amazonaws.com
        eventName:
            - 'DeleteCacheSecurityGroup'
            - 'AuthorizeCacheSecurityGroupIngress'
            - 'RevokeCacheSecurityGroupIngress'
            - 'AuthorizeCacheSecurityGroupEgress'
            - 'RevokeCacheSecurityGroupEgress'
    condition: selection
False Positives

A ElastiCache security group deletion may be done by a system or network administrator. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment. Security Group deletions from unfamiliar users or hosts should be investigated. If known behavior is causing false positives, it can be exempted from the rule.

Rule Metadata
Rule ID
7c797da2-9cf2-4523-ba64-33b06339f0cc
Status
test
Level
low
Type
Detection
Created
Sat Jul 24
Modified
Sun Oct 09
Path
rules/cloud/aws/cloudtrail/aws_elasticache_security_group_modified_or_deleted.yml
Raw Tags
attack.impactattack.t1531
View on GitHub