22 lines
468 B
YAML
22 lines
468 B
YAML
|
id: dynatrace-api-token
|
||
|
|
||
|
info:
|
||
|
name: Dynatrace API Token
|
||
|
author: DhiyaneshDK
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/dynatrace.yml
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
tags: dynatrace,token,exposure
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- '\b(dt0[a-zA-Z]{1}[0-9]{2}\.[A-Z0-9]{24}\.[A-Z0-9]{64})\b'
|