Files
nuclei-templates/dns/spoofable-spf-records-ptr.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

26 lines
584 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.
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
dns:
- name: "{{FQDN}}"
type: TXT
matchers:
- type: word
words:
- "v=spf1"
- " ptr "
condition: and
# Enhanced by mp on 2022/03/14