EXPLORE
← Back to Explore
sigmahighHunting

AWS Config Disabling Channel/Recorder

Detects AWS Config Service disabling

MITRE ATT&CK

defense-evasion

Detection Query

selection:
  eventSource: config.amazonaws.com
  eventName:
    - DeleteDeliveryChannel
    - StopConfigurationRecorder
condition: selection

Author

vitaliy0x1

Created

2020-01-21

Data Sources

awscloudtrail

Platforms

aws

Tags

attack.defense-evasionattack.t1562.008
Raw Content
title: AWS Config Disabling Channel/Recorder
id: 07330162-dba1-4746-8121-a9647d49d297
status: test
description: Detects AWS Config Service disabling
references:
    - https://docs.aws.amazon.com/config/latest/developerguide/cloudtrail-log-files-for-aws-config.html
author: vitaliy0x1
date: 2020-01-21
modified: 2022-10-09
tags:
    - attack.defense-evasion
    - attack.t1562.008
logsource:
    product: aws
    service: cloudtrail
detection:
    selection:
        eventSource: 'config.amazonaws.com'
        eventName:
            - 'DeleteDeliveryChannel'
            - 'StopConfigurationRecorder'
    condition: selection
falsepositives:
    - Valid change in AWS Config Service
level: high