Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify or Delete AWS RDS Cluster #5017

Merged
merged 6 commits into from
Dec 6, 2024
Merged

Modify or Delete AWS RDS Cluster #5017

merged 6 commits into from
Dec 6, 2024

Conversation

saakovv
Copy link
Contributor

@saakovv saakovv commented Sep 20, 2024

Summary of the Pull Request

Detects modifications to an RDS cluster or the deletion of an RDS cluster. These actions could be part of a data exfiltration attempt or unauthorized exposure of sensitive data.

Changelog

Example Log Event

{ [-]
   awsCloud_account_ID: 123
    awsRegion: sa-east
   cwlGroupname: aws-controltower/CloudTrailLogs
   eventCategory: Management
   eventID: 123
   eventName: ModifyDBCluster
   eventSource: rds.amazonaws.com
   eventTime: 2024-09-18T15:29:09Z
   eventType: AwsApiCall
   eventVersion: 1.08
   managementEvent: true
   readOnly: false
   recipientAccountId: 123
   requestID: 123
   requestParameters: { [+]
   }
   responseElements: { [+]
   }
   sourceIPAddress: XXX
   tlsDetails: { [+]
   }
   userAgent: APN/1.0 HashiCorp/
   userIdentity: { [+]
   }
}
{ [-]
   awsCloud_account_ID: 123
    awsRegion: sa-east
   cwlGroupname: aws-controltower/CloudTrailLogs
   eventCategory: Management
   eventID: 123
   eventName: DeleteDBCluster
   eventSource: rds.amazonaws.com
   eventTime: 2024-09-18T15:39:09Z
   eventType: AwsApiCall
   eventVersion: 1.08
   managementEvent: true
   readOnly: false
   recipientAccountId: 123
   requestID: 123
   requestParameters: { [+]
   }
   responseElements: { [+]
   }
   sourceIPAddress: XXX
   tlsDetails: { [+]
   }
   userAgent: APN/1.0 HashiCorp/
   userIdentity: { [+]
   }
}

Fixed Issues

SigmaHQ Rule Creation Conventions

  • If your PR adds new rules, please consider following and applying these conventions

@github-actions github-actions bot added the Rules label Sep 20, 2024
nasbench and others added 2 commits December 6, 2024 23:26
@nasbench nasbench merged commit 58017b6 into SigmaHQ:master Dec 6, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants