Detectionlowtest

AWS S3 Data Management Tampering

Detects when a user tampers with S3 data management in Amazon Web Services.

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 0978b3756a-7804-4ef7-8555-7b9024a02e2dcloud
Log Source
AWScloudtrail
ProductAWS← raw: aws
Servicecloudtrail← raw: cloudtrail
Detection Logic
Detection Logic1 selector
detection:
    selection:
        eventSource: s3.amazonaws.com
        eventName:
            - PutBucketLogging
            - PutBucketWebsite
            - PutEncryptionConfiguration
            - PutLifecycleConfiguration
            - PutReplicationConfiguration
            - ReplicateObject
            - RestoreObject
    condition: selection
False Positives

A S3 configuration change 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. S3 configuration change 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
78b3756a-7804-4ef7-8555-7b9024a02e2d
Status
test
Level
low
Type
Detection
Created
Sat Jul 24
Modified
Sun Oct 09
Path
rules/cloud/aws/cloudtrail/aws_s3_data_management_tampering.yml
Raw Tags
attack.exfiltrationattack.t1537
View on GitHub