nuclei-templates/file/keys/amazon/amazon-account-id.yaml

29 lines
718 B
YAML
Raw Normal View History

2023-03-24 02:24:37 +00:00
id: amazon-account-id
info:
name: Amazon Web Services Account ID - Detect
2023-03-24 02:24:37 +00:00
author: DhiyaneshDK
severity: info
description: Amazon Web Services Account ID token was detected.
2023-03-24 02:24:37 +00:00
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/aws.yml
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2023-03-24 02:24:37 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-03-24 02:24:37 +00:00
tags: aws,amazon,token,file
file:
- extensions:
- all
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})'
# Enhanced by md on 2023/05/04