29 lines
787 B
YAML
29 lines
787 B
YAML
id: dnssec-detection
|
|
|
|
info:
|
|
name: DNSSEC Detection
|
|
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.
|
|
author: pdteam
|
|
severity: info
|
|
tags: dns,dnssec
|
|
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:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cve-id:
|
|
cwe-id: CWE-200
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: DS
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- "IN\tDS\t(.+)"
|
|
|
|
# Enhanced by mp on 2022/03/14
|