nuclei-templates/dns/txt-fingerprint.yaml

29 lines
641 B
YAML
Raw Normal View History

id: txt-fingerprint
info:
name: DNS TXT Record Detected
author: pdteam
severity: info
description: A DNS TXT record was detected. The TXT record lets a domain admin leave notes on a DNS server.
reference:
- https://www.netspi.com/blog/technical/network-penetration-testing/analyzing-dns-txt-records-to-fingerprint-service-providers/
classification:
cwe-id: CWE-200
tags: dns,txt
metadata:
max-request: 1
dns:
- name: "{{FQDN}}"
type: TXT
matchers:
- type: word
words:
- "IN\tTXT"
extractors:
- type: regex
group: 1
regex:
2023-07-06 05:54:47 +00:00
- "IN\tTXT\t(.+)"