nuclei-templates/dns/dmarc-detect.yaml

29 lines
559 B
YAML

id: dmarc-detect
info:
name: DNS DMARC - Detect
author: juliosmelo
severity: info
description: |
DNS DMARC information was detected.
reference:
- https://dmarc.org/
- https://dmarc.org/wiki/FAQ#Why_is_DMARC_important.3F
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: dns,dmarc
dns:
- name: "_dmarc.{{FQDN}}"
type: TXT
extractors:
- type: regex
group: 1
regex:
- "IN\tTXT\t(.+)"
# Enhanced by md on 2023/04/20