Hostname
webzone.it
Last fetched
webzone.it has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:webzone s.r.l.s. as the registrar.
Nutrition Label
Resolution chain
webzone.it has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:webzone s.r.l.s.
- Organization
- leto srl
- Contact emails
- —
Subdomains
22 observed subdomains of webzone.it.
Web-graph footprint
Distinct hostnames that link to or from webzone.it in the public web crawl.
17 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for webzone.it.
| Mechanism | Target |
|---|---|
| SPF_A | webzone.it |
| SPF_IP | 178.18.248.210/32 |
| SPF_IP | 37.9.224.227/32 |
| SPF_IP | 5.189.129.9/32 |
| SPF_IP | 62.171.169.8/32 |
| SPF_IP | 75.119.146.111/32 |
| SPF_IP | 75.119.146.142/32 |
| SPF_IP | 89.250.72.241/32 |
| SPF_MX | webzone.it |
Related pages
Pivot deeper into the graph from webzone.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webzone.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.