2020-04-05 20:01:24 +00:00
|
|
|
id: aws-access-key-value
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: AWS Access Key ID Value
|
|
|
|
author: Swissky
|
2020-07-25 20:05:02 +00:00
|
|
|
severity: info
|
2020-04-05 20:01:24 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-05-09 08:59:35 +00:00
|
|
|
- "{{BaseURL}}"
|
2020-07-11 05:50:35 +00:00
|
|
|
|
2020-04-05 20:01:24 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
2020-05-09 08:59:35 +00:00
|
|
|
- "(A3T[A-Z0-9]|AKIA|AGPA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}"
|