Techniques
Sample rules
AWS Configuration Recorder Stopped
- source: elastic
- technicques:
- T1562
Description
Identifies when an AWS Config configuration recorder is stopped. AWS Config recorders continuously track and record configuration changes across supported AWS resources. Stopping the recorder immediately reduces visibility into infrastructure changes and can be abused by adversaries to evade detection, obscure follow-on activity, or weaken compliance and security monitoring controls.
Detection logic
event.dataset: aws.cloudtrail
and event.provider: config.amazonaws.com
and event.action: StopConfigurationRecorder
and event.outcome: success