Delete Aws Config Rule (aws)
| Platform | Author | Last Update | 
|---|---|---|
| aws | Nick Jones | 2024-12-02 | 
None
MITRE IDs
Required Permissions
- config:DeleteConfigRule
Required Parameters
| Name | Type | Description | Example Value | 
|---|---|---|---|
| rulename | str | Name of the rule to delete | example-rule | 
Attacker Action
aws configservice delete-config-rule --config-rule-name example-ruleDetection Case
ELK query
When logs are ingested into ELK, the following Lucene query can be used to identify relevant events.
eventName:DeleteConfigRule AND eventSource:*.config.amazonaws.comSigma Definition
---title: Delete AWS Config Ruleid: 5934f0e7-e252-4f8c-bf2c-372da6ada60astatus: experimentalauthor: Nick Jonesdate: 2024-12-02description: Nonelogsource:  service: cloudtraildetection:  selection_source:    - eventSource: "*.config.amazonaws.com"  events:    - eventName: "DeleteConfigRule"  condition: selection_source and eventslevel: lowtags:  - attack.T1562
falsepositives:  - Developers making legitimate changes to the environment. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.