Hostname
zone.eu
Last fetched
zone.eu resolves to 1 IPv4 address operated by ZONE Zone Media OU in EE. WHOIS lists registrar:name: zone media oü|website: www.zone.eu|| as the registrar.
Nutrition Label
Resolution chain
zone.eu 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.31.241.38 | 185.31.240.0/22 | AS49604 | ZONE Zone Media OU | EE |
WHOIS identity
- Registrar
- registrar:name: zone media oü|website: www.zone.eu||
- Organization
- —
- Contact emails
- —
Subdomains
691 observed subdomains of zone.eu.
Showing 25 of 691. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from zone.eu in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for zone.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.hostedemail.com |
| SPF_INCLUDE | _spf.smaily.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 185.26.229.213/32 |
| SPF_IP | 185.31.240.0/22 |
| SPF_IP | 194.204.49.0/29 |
| SPF_IP | 2001:1530:b0:700::/64 |
| SPF_IP | 2001:7d0:b00:f110::/64 |
| SPF_IP | 212.123.41.224/28 |
| SPF_IP | 217.146.64.0/20 |
| SPF_IP | 2a02:29e8::/32 |
| SPF_IP | 85.222.232.0/22 |
| SPF_IP | 90.191.225.240/29 |
Related pages
Pivot deeper into the graph from zone.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zone.eu"})-[: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.