Create azure-connection-string.yaml
parent
9219f2dd27
commit
c01defe4f2
|
@ -0,0 +1,23 @@
|
|||
id: azure-connection-string
|
||||
|
||||
info:
|
||||
name: Azure Connection String
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
reference:
|
||||
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/rules/azure.yml
|
||||
- https://azure.microsoft.com/en-us/blog/windows-azure-web-sites-how-application-strings-and-connection-strings-work/
|
||||
- https://docs.microsoft.com/en-us/azure/storage/common/storage-configure-connection-string
|
||||
metadata:
|
||||
verified: "true"
|
||||
tags: azure,file,token
|
||||
|
||||
file:
|
||||
- extensions:
|
||||
- all
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- (?i)(?:AccountName|SharedAccessKeyName|SharedSecretIssuer)\s*=\s*([^;]{1,80})\s*;\s*.{0,10}\s*(?:AccountKey|SharedAccessKey|SharedSecretValue)\s*=\s*([^;]{1,100})(?:;|$)
|
Loading…
Reference in New Issue