Techniques
Sample rules
AWS EventBridge Rule Disabled or Deleted
- source: elastic
- technicques:
- T1489
Description
Identifies when a user has disabled or deleted an EventBridge rule. This activity can result in an unintended loss of visibility in applications or a break in the flow with other AWS services.
Detection logic
event.dataset:aws.cloudtrail and event.provider:eventbridge.amazonaws.com and event.action:(DeleteRule or DisableRule) and
event.outcome:success