nuclei-templates/dns/dnssec-detection.yaml

25 lines
694 B
YAML
Raw Normal View History

2021-07-22 08:41:50 +00:00
id: dnssec-detection
info:
name: DNSSEC Detection
author: pdteam
severity: info
description: Domain Name System Security Extensions (DNSSEC) are enabled. The Delegation of Signing (DS) record provides information about a signed zone file when DNSSEC enabled.
reference:
- https://www.icann.org/resources/pages/dnssec-what-is-it-why-important-2019-03-05-en
- https://www.cyberciti.biz/faq/unix-linux-test-and-validate-dnssec-using-dig-command-line/
classification:
cwe-id: CWE-200
tags: dns,dnssec
metadata:
max-request: 1
2021-07-22 08:41:50 +00:00
dns:
- name: "{{FQDN}}"
type: DS
matchers:
2021-07-22 08:41:50 +00:00
- type: regex
2023-09-29 15:10:50 +00:00
part: answer
2021-07-22 08:41:50 +00:00
regex:
2023-09-29 15:10:50 +00:00
- "IN\tDS\\t(.+)$"