Information Disclosure: Spoofable SPF Records with PTR Mechanism¶
Identifier:
spoofable_spf_records_ptr_mechanism
Scanner(s) Support¶
| GraphQL Scanner | REST Scanner | WebApp Scanner |
|---|---|---|
Description¶
SPF records in DNS containing a PTR mechanism are spoofable.
Reference:
Configuration¶
Example¶
Example configuration:
---
security_tests:
spoofable_spf_records_ptr_mechanism:
assets_allowed:
- REST
- GRAPHQL
- WEBAPP
skip: false
Reference¶
assets_allowed¶
Type : List[AssetType]*
List of assets that this check will cover.
skip¶
Type : boolean
Skip the test if true.