Hostname
rbl.saverpigeeks.com
Last fetched
rbl.saverpigeeks.com resolves to 2 IPv4 addresses operated by UUNET - Verizon Business in US.
Nutrition Label
Resolution chain
rbl.saverpigeeks.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 96.252.92.100 | 97.64.80.0/22 | AS701 | UUNET - Verizon Business | US |
| 96.252.92.125 | 97.64.80.0/22 | AS701 | UUNET - Verizon Business | US |
WHOIS identity
No WHOIS records are currently associated with rbl.saverpigeeks.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for rbl.saverpigeeks.com.
| Mechanism | Target |
|---|---|
| SPF_A | out.smtp.wronka.org |
| SPF_MX | rbl.saverpigeeks.com |
Related pages
Pivot deeper into the graph from rbl.saverpigeeks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rbl.saverpigeeks.com"})-[: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.