Hostname
spf.rev.io
Last fetched
spf.rev.io resolves to 1 IPv4 address operated by PIEG-01 - PIE&G in US.
Nutrition Label
Resolution chain
spf.rev.io resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.73.236.244 | 109.73.224.0/20 | AS400238 | PIEG-01 - PIE&G | US |
WHOIS identity
No WHOIS records are currently associated with spf.rev.io in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for spf.rev.io.
| Mechanism | Target |
|---|---|
| SPF_IP | 167.89.9.223 |
| SPF_IP | 168.245.10.141 |
| SPF_IP | 168.245.49.18 |
| SPF_IP | 198.37.144.99/32 |
| SPF_IP | 50.31.43.239 |
Related pages
Pivot deeper into the graph from spf.rev.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.rev.io"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.