email_spf_enumerate
Enumerate a domain's SPF include chain to extract all authorized IPs and CIDR ranges, revealing mail infrastructure and enabling attack surface mapping.
Instructions
Recursively walk the entire SPF include chain for a domain and extract all authorized IP addresses and CIDR ranges. Reveals mail infrastructure: cloud providers, hosting ranges, third-party senders. Useful for attack surface mapping and infrastructure reconnaissance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to enumerate SPF IPs for (e.g. google.com) | |
| max_depth | No | Maximum include chain depth to follow (default 10) |