30 lines
713 B
YAML
30 lines
713 B
YAML
id: nameserver-fingerprint
|
|
|
|
info:
|
|
name: NS Record Detection
|
|
author: pdteam
|
|
severity: info
|
|
description: An NS record was detected. An NS record delegates a subdomain to a set of name servers.
|
|
classification:
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: dns,ns
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: NS
|
|
matchers:
|
|
- type: regex
|
|
part: answer
|
|
regex:
|
|
- "IN\tNS\\t(.+)$"
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- "IN\tNS\t(.+)"
|
|
|
|
# digest: 4a0a0047304502201ea440eb1f3de07432e12f94f89b2db94a960b7e41bf0a985db8454471217852022100ea06c3b9f829f1e4cbdd3e2ce32b039e0cf6150525202a42361133fb321794fc:922c64590222798bb761d5b6d8e72950
|