2022-01-07 08:02:20 +00:00
|
|
|
id: nameserver-fingerprint
|
|
|
|
|
|
|
|
info:
|
2022-03-17 17:01:45 +00:00
|
|
|
name: NS Record Detection
|
2022-01-07 08:02:20 +00:00
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2022-03-17 17:01:45 +00:00
|
|
|
description: An NS record was detected. An NS record delegates a subdomain to a set of name servers.
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: dns,ns
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-01-07 08:02:20 +00:00
|
|
|
|
|
|
|
dns:
|
|
|
|
- name: "{{FQDN}}"
|
|
|
|
type: NS
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "IN\tNS"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-07-06 05:54:47 +00:00
|
|
|
- "IN\tNS\t(.+)"
|