Hostname
zones.nu
Last fetched
zones.nu resolves to 1 IPv4 address operated by SPEEDXS-AS - DELTA Fiber Nederland B.V. in NL.
Nutrition Label
Resolution chain
zones.nu 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 |
|---|---|---|---|---|
| 109.109.100.196 | 109.109.96.0/19 | AS30925 | SPEEDXS-AS - DELTA Fiber Nederland B.V. | NL |
WHOIS identity
No WHOIS records are currently associated with zones.nu in WhisperGraph.
Subdomains
2 observed subdomains of zones.nu.
| Subdomain |
|---|
| mail.zones.nu |
| www.zones.nu |
Web-graph footprint
Distinct hostnames that link to or from zones.nu in the public web crawl.
7 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for zones.nu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-ironport.services.ppros.nl |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 109.109.117.60 |
| SPF_IP | 145.128.192.250 |
| SPF_IP | 2a03:82e0:0:5:0:0:32:11 |
| SPF_IP | 31.223.166.195 |
Related pages
Pivot deeper into the graph from zones.nu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zones.nu"})-[: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.