fix-formatting
parent
183277a771
commit
51b06a5756
|
@ -1,10 +1,11 @@
|
||||||
id: spf-record
|
id: spf-record-detect
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: SPF Record Detected
|
name: SPF Record - Detection
|
||||||
author: rxerium
|
author: rxerium
|
||||||
severity: info
|
severity: info
|
||||||
description: An SPF TXT record was detected
|
description: |
|
||||||
|
An SPF TXT record was detected
|
||||||
reference:
|
reference:
|
||||||
- https://www.mimecast.com/content/how-to-create-an-spf-txt-record
|
- https://www.mimecast.com/content/how-to-create-an-spf-txt-record
|
||||||
tags: dns,spf
|
tags: dns,spf
|
||||||
|
@ -20,4 +21,4 @@ dns:
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- "v=spf1(.+)"
|
- "v=spf1(.+)"
|
||||||
|
|
Loading…
Reference in New Issue