spf record detection template

patch-1
Rishi 2024-02-24 14:28:56 +00:00 committed by GitHub
parent 6a5cc64d9a
commit 183277a771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: spf-record
info:
name: SPF Record Detected
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(.+)"