Skip to content

AWS Access Key ID Value

ID: aws-access-key-value

Severity: info

Author: Swissky

Tags: exposure,token,aws,amazon

id: aws-access-key-value
info:
name: AWS Access Key ID Value
author: Swissky
severity: info
metadata:
max-request: 1
tags: exposure,token,aws,amazon
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- "\b(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}\b"
# digest: 4b0a004830460221008b9575773b835f342a86b93d1b6631a0ffee93c5c5c2d20a11853b2f514d10df022100e33b56d2624310ac9fc99d774842cf8408676da3283d6f83b669e326cbbeb6f6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/amazon/aws-access-key-value.yaml"

View on Github