nuclei-templates/dns/dmarc-detect.yaml

23 lines
627 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 Detection
author: juliosmelo
severity: info
2023-02-02 09:54:47 +00:00
description: |
DMARC is an open email authentication protocol that provides domain-level protection of the email channel. DMARC authentication detects and prevents email spoofing techniques used in phishing, business email compromise (BEC) and other email-based attacks.
2023-02-02 09:02:25 +00:00
reference:
- https://dmarc.org/
- https://dmarc.org/wiki/FAQ#Why_is_DMARC_important.3F
2023-02-02 09:53:26 +00:00
tags: dns,dmarc
2023-02-02 09:02:25 +00:00
dns:
- name: "_dmarc.{{FQDN}}"
type: TXT
extractors:
- type: regex
group: 1
regex:
- "IN\tTXT\t(.+)"