Merge pull request #9218 from rxerium/spf-record-detect

SPF Record Detection Template
patch-1
pussycat0x 2024-03-20 23:13:46 +05:30 committed by GitHub
commit b9a765d777
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: spf-record-detect
info:
name: SPF Record - Detection
author: rxerium
severity: info
description: |
An SPF TXT record was detected
reference:
- https://www.mimecast.com/content/how-to-create-an-spf-txt-record
tags: dns,spf
dns:
- name: "{{FQDN}}"
type: TXT
matchers:
- type: word
words:
- "v=spf1"
extractors:
- type: regex
regex:
- "v=spf1(.+)"