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

26 lines
584 B
YAML
Raw Normal View History

2020-11-11 21:27:34 +00:00
id: spoofable-spf-records-ptr
info:
name: Spoofable SPF Records with PTR Mechanism
2020-11-11 21:27:34 +00:00
author: binaryfigments
severity: info
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
tags: dns,spf
2020-11-11 21:27:34 +00:00
dns:
- name: "{{FQDN}}"
type: TXT
2020-11-11 21:27:34 +00:00
matchers:
- type: word
words:
- "v=spf1"
- " ptr "
condition: and
# Enhanced by mp on 2022/03/14