nuclei-templates/file/keys/amazon/amazon-sns-token.yaml

18 lines
312 B
YAML
Raw Normal View History

id: amazon-sns-token
2021-09-30 23:12:28 +00:00
info:
name: Amazon SNS Token Detect
2021-09-30 23:12:28 +00:00
author: TheBinitGhimire
severity: info
tags: file,token,amazon,aws
2021-09-30 23:12:28 +00:00
file:
- extensions:
- all
extractors:
- type: regex
name: amazon-sns-topic
2021-09-30 23:12:28 +00:00
regex:
- 'arn:aws:sns:[a-z0-9\-]+:[0-9]+:[A-Za-z0-9\-_]+'