36 lines
851 B
YAML
36 lines
851 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(.+)$"
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- "IN\tTXT\t(.+)"
|
|
|
|
# digest: 4a0a0047304502204076c7a56a64102033ddcbffe604e0099b21d4e3fc93681f25db84b6c9ea0d49022100cc84a29967d71f3d07b107990f34ec5d804757336391661727adf79dc07eef3d:922c64590222798bb761d5b6d8e72950
|