Hostname
comcom.govt.nz
Last fetched
comcom.govt.nz resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:1463 as the registrar.
Nutrition Label
Resolution chain
comcom.govt.nz resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.65.87.92 | 52.65.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 54.252.127.126 | 54.252.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 54.66.130.183 | 54.66.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:1463
- Organization
- helpdesk
- Contact emails
Subdomains
6 observed subdomains of comcom.govt.nz.
Web-graph footprint
Distinct hostnames that link to or from comcom.govt.nz in the public web crawl.
896 sites link to this hostname.
227 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for comcom.govt.nz.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_A | mail.springboard.com.au |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.208.141.147 |
| SPF_IP | 13.72.242.175 |
| SPF_IP | 13.75.142.181 |
| SPF_IP | 40.126.227.79 |
| SPF_IP | 40.126.253.45 |
Related pages
Pivot deeper into the graph from comcom.govt.nz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "comcom.govt.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.