Hostname
nzwine.com
Last fetched
nzwine.com resolves to 1 IPv4 address operated by AS4770 in NZ. WHOIS lists iana:1291 as the registrar.
Nutrition Label
Resolution chain
nzwine.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 |
|---|---|---|---|---|
| 210.48.11.58 | 210.48.0.0/17 | AS4770 | — | NZ |
WHOIS identity
- Registrar
- iana:1291
- Organization
- domain administrator
- Contact emails
Subdomains
10 observed subdomains of nzwine.com.
Web-graph footprint
Distinct hostnames that link to or from nzwine.com in the public web crawl.
641 sites link to this hostname.
667 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for nzwine.com.
| Mechanism | Target |
|---|---|
| SPF_A | nzwine.com |
| SPF_INCLUDE | additionalspf.nzwine.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.nz.smxemail.com |
| SPF_INCLUDE | spf.securemx.biz |
| SPF_IP | 103.13.11.66 |
| SPF_IP | 103.20.138.16 |
| SPF_IP | 113.197.64.0/22 |
| SPF_IP | 202.36.199.16 |
| SPF_IP | 202.89.46.114/32 |
| SPF_IP | 203.144.33.75 |
| SPF_IP | 203.84.134.0/23 |
| SPF_IP | 210.48.22.36 |
| SPF_MX | nzwine.com |
Related pages
Pivot deeper into the graph from nzwine.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nzwine.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.