mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
22 lines
605 B
YAML
22 lines
605 B
YAML
title: Account Enumeration on AWS
|
|
id: e9c14b23-47e2-4a8b-8a63-d36618e33d70
|
|
status: experimental
|
|
description: Detects enumeration of accounts configuration via api call to list different instances and services within a short period of time.
|
|
author: toffeebr33k
|
|
date: 2020/11/21
|
|
logsource:
|
|
service: cloudtrail
|
|
detection:
|
|
selection_eventname:
|
|
- eventName: list*
|
|
timeframe: 10m
|
|
condition: all of them | count() > 50
|
|
fields:
|
|
- userIdentity.arn
|
|
falsepositives:
|
|
- AWS Config or other configuration scanning activities
|
|
level: low
|
|
tags:
|
|
- attack.discovery
|
|
- attack.t1592
|