23 lines
559 B
YAML
23 lines
559 B
YAML
|
id: doppler-service
|
||
|
|
||
|
info:
|
||
|
name: Doppler Service
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/builtin/rules/doppler.yml
|
||
|
- https://docs.doppler.com/reference/api
|
||
|
- https://docs.doppler.com/reference/auth-token-formats
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: doppler,keys,file
|
||
|
|
||
|
file:
|
||
|
- extensions:
|
||
|
- all
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- \b(dp\.st\.(?:[a-z0-9\-_]{2,35}\.)?[a-zA-Z0-9]{40,44})\b
|