Skip to content

Dynatrace Token - Detect

ID: dynatrace-token

Severity: high

Author: gaurang

Tags: file,keys,token

Dynatrace token was detected.

id: dynatrace-token
info:
name: Dynatrace Token - Detect
author: gaurang
severity: high
description: Dynatrace token was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
tags: file,keys,token
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "dt0[a-zA-Z]{1}[0-9]{2}\\.[A-Z0-9]{24}\\.[A-Z0-9]{64}"
# Enhanced by md on 2023/05/04
# digest: 4a0a00473045022100b87dfc99077c8e62d0c2c8a1bbc302bd107f7cfb34da99eab61c97020e65431d022035c9062f41d470bbcdd1a46e5987edcdd6d93e9cac73493994f5715e944fb827:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/keys/dynatrace-token.yaml"

View on Github