34 lines
861 B
YAML
34 lines
861 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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: dns,dmarc
|
|
|
|
dns:
|
|
- name: "_dmarc.{{FQDN}}"
|
|
type: TXT
|
|
matchers:
|
|
- type: regex
|
|
part: answer
|
|
regex:
|
|
- "IN\tTXT\\t(.+DMARC.+)$"
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- "IN\tTXT\t(.+DMARC.+)"
|
|
# digest: 490a004630440220335e345c05d8f300441f04a958c88488dbf8883aaa9711617f3ec302812b49e90220519168a5e0b501f2ac00f03ac65505b534dca57cc732d873d26ead8e09c1738a:922c64590222798bb761d5b6d8e72950 |