nuclei-templates/dns/dmarc-detect.yaml

28 lines
557 B
YAML
Raw Normal View History

2023-02-02 09:54:47 +00:00
id: dmarc-detect
2023-02-02 09:02:25 +00:00
info:
name: DNS DMARC - Detect
2023-02-02 09:02:25 +00:00
author: juliosmelo
severity: info
2023-02-02 09:54:47 +00:00
description: |
DNS DMARC information was detected.
2023-02-02 09:02:25 +00:00
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
2023-02-02 09:53:26 +00:00
tags: dns,dmarc
metadata:
max-request: 1
2023-02-02 09:02:25 +00:00
dns:
- name: "_dmarc.{{FQDN}}"
type: TXT
extractors:
- type: regex
group: 1
regex:
2023-07-06 05:54:47 +00:00
- "IN\tTXT\t(.+)"