Merge pull request #2790 from TheBinitGhimire/master

Create amazon-sns-topic.yaml
patch-1
Prince Chaddha 2021-10-01 17:14:08 +05:30 committed by GitHub
commit 4682d7b790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
id: amazon-sns-token
info:
name: Amazon SNS Token Detect
author: TheBinitGhimire
severity: info
tags: file,token,amazon,aws
file:
- extensions:
- all
extractors:
- type: regex
name: amazon-sns-topic
regex:
- 'arn:aws:sns:[a-z0-9\-]+:[0-9]+:[A-Za-z0-9\-_]+'