spf record detection template
parent
6a5cc64d9a
commit
183277a771
|
@ -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(.+)"
|
Loading…
Reference in New Issue