nuclei-templates/dns/spoofable-spf-records-ptr.yaml

29 lines
679 B
YAML

id: spoofable-spf-records-ptr
info:
name: Spoofable SPF Records with PTR Mechanism
author: binaryfigments
severity: info
description: SPF records in DNS containing a PTR mechanism are spoofable.
tags: dns,spf
reference:
- https://www.digitalocean.com/community/tutorials/how-to-use-an-spf-record-to-prevent-spoofing-improve-e-mail-reliability
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cve-id:
cwe-id: CWE-200
dns:
- name: "{{FQDN}}"
type: TXT
matchers:
- type: word
words:
- "v=spf1"
- " ptr "
condition: and
# Enhanced by mp on 2022/03/14