2022-01-07 08:02:20 +00:00
|
|
|
id: txt-fingerprint
|
|
|
|
|
|
|
|
info:
|
2022-03-17 17:01:45 +00:00
|
|
|
name: DNS TXT Record Detected
|
2022-01-07 08:02:20 +00:00
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2022-03-17 17:01:45 +00:00
|
|
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: dns,txt
|
2022-01-07 08:02:20 +00:00
|
|
|
|
|
|
|
dns:
|
|
|
|
- name: "{{FQDN}}"
|
|
|
|
type: TXT
|
|
|
|
matchers:
|
2023-09-29 15:10:50 +00:00
|
|
|
- type: regex
|
|
|
|
part: answer
|
|
|
|
regex:
|
|
|
|
- "IN\tTXT\\t(.+)$"
|
2022-01-07 08:02:20 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "IN\tTXT\t(.+)"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4b0a00483046022100e4559c121d9f67b4f8ae256bc1310808d8b5223de95617f4043356431e9d65e50221008b74ba8f34d3497f956434868c133d05dfe8408acdcfa3480f7cd64284dee17a:922c64590222798bb761d5b6d8e72950
|