Files
blue-team-tools/rules/cloud/aws/aws_root_account_usage.yml
T

25 lines
726 B
YAML
Raw Normal View History

2020-01-29 20:24:31 +01:00
title: AWS Root Credentials
2020-01-21 15:07:32 +02:00
id: 8ad1600d-e9dc-4251-b0ee-a65268f29add
status: experimental
2020-09-13 22:03:04 -06:00
description: Detects AWS root account usage
2020-01-21 15:07:32 +02:00
author: vitaliy0x1
2020-01-29 20:24:31 +01:00
date: 2020/01/21
2021-08-09 15:41:40 +02:00
modified: 2021/08/09
2020-01-21 15:07:32 +02:00
references:
- https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html
logsource:
2021-11-14 09:56:59 +01:00
product: aws
2020-01-29 20:24:31 +01:00
service: cloudtrail
2020-01-21 15:07:32 +02:00
detection:
2020-09-03 14:22:31 +00:00
selection_usertype:
2021-08-09 15:41:40 +02:00
userIdentity.type: Root
2020-01-21 15:07:32 +02:00
selection_eventtype:
2021-08-09 15:41:40 +02:00
eventType: AwsServiceEvent
2021-09-10 13:51:52 +02:00
condition: selection_usertype and not selection_eventtype
2020-01-21 15:07:32 +02:00
falsepositives:
2020-09-03 14:22:31 +00:00
- AWS Tasks That Require AWS Account Root User Credentials https://docs.aws.amazon.com/general/latest/gr/aws_tasks-that-require-root.html
2020-09-13 22:03:04 -06:00
level: medium
2020-01-21 15:07:32 +02:00
tags:
- attack.privilege_escalation
- attack.t1078.004