Hostname
go2.net.nz
Last fetched
go2.net.nz resolves to 1 IPv4 address operated by AS9303 in NZ. WHOIS lists registrar:1api as the registrar.
Nutrition Label
Resolution chain
go2.net.nz 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 |
|---|---|---|---|---|
| 103.49.172.90 | 103.49.172.0/24 | AS9303 | — | NZ |
WHOIS identity
- Registrar
- registrar:1api
- Organization
- —
- Contact emails
- —
Subdomains
22 observed subdomains of go2.net.nz.
Showing 20 of 22. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for go2.net.nz.
| Mechanism | Target |
|---|---|
| SPF_A | go2.net.nz |
| SPF_IP | 103.49.172.149 |
| SPF_IP | 103.49.172.162 |
| SPF_IP | 123.100.117.149 |
| SPF_IP | 202.89.49.2 |
| SPF_IP | 202.89.49.28 |
| SPF_IP | 202.89.49.29 |
| SPF_IP | 202.89.49.8 |
| SPF_MX | go2.net.nz |
Related pages
Pivot deeper into the graph from go2.net.nz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "go2.net.nz"})-[: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.