Merge pull request #4048 from juliosmelo/dns-dmarc-detection

feat: DMARC detection
patch-1
Dhiyaneshwaran 2023-02-02 15:29:03 +05:30 committed by GitHub
commit a063a85151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
dns/dmarc-detect.yaml Normal file
View File

@ -0,0 +1,22 @@
id: dmarc-detect
info:
name: DNS DMARC Detection
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.
reference:
- https://dmarc.org/
- https://dmarc.org/wiki/FAQ#Why_is_DMARC_important.3F
tags: dns,dmarc
dns:
- name: "_dmarc.{{FQDN}}"
type: TXT
extractors:
- type: regex
group: 1
regex:
- "IN\tTXT\t(.+)"