diff --git a/dns/spf-record-detect.yaml b/dns/spf-record-detect.yaml index 3dca6d7520..c5583ab23a 100644 --- a/dns/spf-record-detect.yaml +++ b/dns/spf-record-detect.yaml @@ -1,10 +1,11 @@ -id: spf-record +id: spf-record-detect info: - name: SPF Record Detected + name: SPF Record - Detection author: rxerium severity: info - description: An SPF TXT record was detected + description: | + An SPF TXT record was detected reference: - https://www.mimecast.com/content/how-to-create-an-spf-txt-record tags: dns,spf @@ -20,4 +21,4 @@ dns: extractors: - type: regex regex: - - "v=spf1(.+)" \ No newline at end of file + - "v=spf1(.+)"