Skip to content

Delete Aws Config Rule (aws)

PlatformAuthorLast Update
awsNick Jones2024-12-02

None

MITRE IDs

Required Permissions

  • config:DeleteConfigRule

Required Parameters

NameTypeDescriptionExample Value
rulenamestrName of the rule to deleteexample-rule

Attacker Action

Terminal window
aws configservice delete-config-rule --config-rule-name example-rule

Detection 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.com

Sigma Definition

---
title: Delete AWS Config Rule
id: 5934f0e7-e252-4f8c-bf2c-372da6ada60a
status: experimental
author: Nick Jones
date: 2024-12-02
description: None
logsource:
service: cloudtrail
detection:
selection_source:
- eventSource: "*.config.amazonaws.com"
events:
- eventName: "DeleteConfigRule"
condition: selection_source and events
level: low
tags:
- 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.