Techniques
Sample rules
AWS Management Console Root Login
- source: elastic
- technicques:
- T1078
Description
Identifies a successful login to the AWS Management Console by the Root user.
Detection logic
event.dataset:aws.cloudtrail and
event.provider:signin.amazonaws.com and
event.action:ConsoleLogin and
aws.cloudtrail.user_identity.type:Root and
event.outcome:success