26 lines
711 B
YAML
26 lines
711 B
YAML
id: aws-account-id
|
|
|
|
info:
|
|
name: AWS Account ID
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/aws.yml
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: aws,amazon,token,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '(?i)aws_?(?:account)_?(?:id)?["''`]?\s{0,30}(?::|=>|=)\s{0,30}["''`]?([0-9]{4}-?[0-9]{4}-?[0-9]{4})'
|
|
|
|
# digest: 4b0a00483046022100a3473e9d87353dae1fafa221cb8891175e864971dfef500fca65aa1373d4c102022100b9c8b6bdbce7e02b6d316642029c5a8d36e35e4c2df3d5a295a21686548017c9:922c64590222798bb761d5b6d8e72950
|