23 lines
542 B
YAML
Executable File
23 lines
542 B
YAML
Executable File
id: amazon-sns-topic
|
|
|
|
info:
|
|
name: Amazon SNS Topic Disclosure
|
|
author: Ice3man
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
tags: exposure,token,amazon
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- 'arn:aws:sns:[a-z0-9\-]+:[0-9]+:[A-Za-z0-9\-_]+'
|
|
|
|
# digest: 4a0a00473045022100ad497e62100c51fb7f72ba0bd67e13d2b23d9a80e7cca9274e6c554e053e0277022058559c2eb0894a74d66039e79904993676c06720e0969443dd1403bd501fa674:922c64590222798bb761d5b6d8e72950
|