Techniques
Sample rules
AWS Config Resource Deletion
- source: elastic
- technicques:
- T1562
Description
Identifies attempts to delete an AWS Config Service resource. An adversary may tamper with Config services in order to reduce visibility into the security posture of an account and / or its workload instances.
Detection logic
event.dataset:aws.cloudtrail and event.provider:config.amazonaws.com and
event.action:(DeleteConfigRule or DeleteOrganizationConfigRule or DeleteConfigurationAggregator or
DeleteConfigurationRecorder or DeleteConformancePack or DeleteOrganizationConformancePack or
DeleteDeliveryChannel or DeleteRemediationConfiguration or DeleteRetentionConfiguration)