Enhancement: file/keys/amazon/amazon-sns-token.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-05-04 12:30:24 -04:00
parent aa23cf0870
commit b7407eee27
1 changed files with 8 additions and 1 deletions

View File

@ -1,9 +1,14 @@
id: amazon-sns-token id: amazon-sns-token
info: info:
name: Amazon SNS Token Detect name: Amazon SNS Token - Detect
author: TheBinitGhimire author: TheBinitGhimire
severity: info severity: info
description: Amazon SNS token was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: file,token,amazon,aws tags: file,token,amazon,aws
file: file:
@ -15,3 +20,5 @@ file:
name: amazon-sns-topic name: amazon-sns-topic
regex: regex:
- 'arn:aws:sns:[a-z0-9\-]+:[0-9]+:[A-Za-z0-9\-_]+' - 'arn:aws:sns:[a-z0-9\-]+:[0-9]+:[A-Za-z0-9\-_]+'
# Enhanced by md on 2023/05/04