2020-11-11 21:27:34 +00:00
|
|
|
id: spoofable-spf-records-ptr
|
|
|
|
|
|
|
|
info:
|
2022-03-17 17:01:45 +00:00
|
|
|
name: Spoofable SPF Records with PTR Mechanism
|
2020-11-11 21:27:34 +00:00
|
|
|
author: binaryfigments
|
|
|
|
severity: info
|
2022-03-17 17:01:45 +00:00
|
|
|
description: SPF records in DNS containing a PTR mechanism are spoofable.
|
|
|
|
reference:
|
|
|
|
- https://www.digitalocean.com/community/tutorials/how-to-use-an-spf-record-to-prevent-spoofing-improve-e-mail-reliability
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: dns,spf
|
2020-11-11 21:27:34 +00:00
|
|
|
|
|
|
|
dns:
|
|
|
|
- name: "{{FQDN}}"
|
|
|
|
type: TXT
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "v=spf1"
|
|
|
|
- " ptr "
|
2023-10-14 11:27:55 +00:00
|
|
|
condition: and
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100dcb965b47233e3942f4879e832d145cc6ade3ddc990891e0ff365e8209a6aa8302201ecdb55e85d79a9c4e2d585fd8ce7b83e7549fb3bc257be05038e166b73ec1a6:922c64590222798bb761d5b6d8e72950
|