Enhancement: dns/dmarc-detect.yaml by md
parent
25c6e4fb44
commit
3dc319ba80
|
@ -1,14 +1,18 @@
|
|||
id: dmarc-detect
|
||||
|
||||
info:
|
||||
name: DNS DMARC Detection
|
||||
name: DNS DMARC - Detect
|
||||
author: juliosmelo
|
||||
severity: info
|
||||
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.
|
||||
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:
|
||||
|
@ -20,3 +24,5 @@ dns:
|
|||
group: 1
|
||||
regex:
|
||||
- "IN\tTXT\t(.+)"
|
||||
|
||||
# Enhanced by md on 2023/04/20
|
||||
|
|
Loading…
Reference in New Issue