Hostname
info.savetheduck.it
Last fetched
info.savetheduck.it resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
info.savetheduck.it 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 |
|---|---|---|---|---|
| 107.178.242.219 | 107.178.224.0/19 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with info.savetheduck.it in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for info.savetheduck.it.
| Mechanism | Target |
|---|---|
| SPF_IP | 139.180.17.0/24 |
| SPF_IP | 143.244.80.0/20 |
| SPF_IP | 158.247.16.0/20 |
| SPF_IP | 18.208.124.128/25 |
| SPF_IP | 3.93.157.0/24 |
| SPF_IP | 54.174.52.0/24 |
| SPF_IP | 54.174.53.128/30 |
| SPF_IP | 54.174.57.0/24 |
| SPF_IP | 54.174.59.0/24 |
| SPF_IP | 54.174.60.0/23 |
| SPF_IP | 54.174.63.0/24 |
Related pages
Pivot deeper into the graph from info.savetheduck.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "info.savetheduck.it"})-[: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.