Hostname
saviola.com
Last fetched
saviola.com resolves to 1 IPv4 address operated by AS200858 in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
saviola.com 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 |
|---|---|---|---|---|
| 185.78.66.17 | 185.78.64.0/22 | AS200858 | — | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- saviola holding srl societa/ditta
- Contact emails
Subdomains
3 observed subdomains of saviola.com.
Web-graph footprint
Distinct hostnames that link to or from saviola.com in the public web crawl.
44 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for saviola.com.
| Mechanism | Target |
|---|---|
| SPF_A | pindarica.it |
| SPF_A | saviola.com |
| SPF_INCLUDE | mailcontrol.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.69.200.47/32 |
| SPF_IP | 167.114.242.125 |
| SPF_IP | 193.178.235.21/32 |
| SPF_IP | 193.178.235.22/32 |
| SPF_IP | 31.44.171.40 |
| SPF_MX | grupposaviola.com |
| SPF_MX | saviola.com |
Related pages
Pivot deeper into the graph from saviola.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saviola.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.