24 lines
671 B
YAML
24 lines
671 B
YAML
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
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: DS
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "IN\tDS\t(.+)" |