Hostname
remote.savvga.com
Last fetched
remote.savvga.com resolves to 3 IPv4 addresses operated by AS16276 in US.
Nutrition Label
Resolution chain
remote.savvga.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 15.204.55.124 | 15.204.0.0/17 | AS16276 | — | US |
| 172.234.24.211 | 172.234.16.0/20 | AS63949 | — | US |
| 172.239.57.117 | 172.239.32.0/19 | AS63949 | — | US |
WHOIS identity
No WHOIS records are currently associated with remote.savvga.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for remote.savvga.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 129.227.218.244 |
| SPF_IP | 129.227.218.247 |
| SPF_IP | 178.162.203.93 |
| SPF_IP | 178.162.203.95 |
| SPF_IP | 195.138.247.36 |
| SPF_IP | 195.138.247.37 |
| SPF_IP | 208.89.63.58 |
| SPF_IP | 216.75.63.133 |
| SPF_IP | 216.75.63.134 |
| SPF_IP | 67.23.237.130 |
| SPF_IP | 67.23.237.131 |
| SPF_IP | 67.23.237.132 |
| SPF_IP | 67.23.237.133 |
| SPF_IP | 69.166.8.124 |
Related pages
Pivot deeper into the graph from remote.savvga.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "remote.savvga.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.