Hostname
hotpoints.co.nz
Last fetched
hotpoints.co.nz resolves to 3 IPv4 addresses operated by AS20940 in US. WHOIS lists registrar:csc corporate domains, inc as the registrar.
Nutrition Label
Resolution chain
hotpoints.co.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 |
|---|---|---|---|---|
| 104.109.53.135 | 104.64.0.0/10 | AS20940 | — | US |
| 2.17.22.65 | 2.17.22.0/24 | AS20940 | — | DE |
| 95.101.79.74 | 95.101.79.0/24 | AS20940 | — | DE |
WHOIS identity
- Registrar
- registrar:csc corporate domains, inc
- Organization
- westpac new zealand
- Contact emails
Subdomains
6 observed subdomains of hotpoints.co.nz.
Web-graph footprint
Distinct hostnames that link to or from hotpoints.co.nz in the public web crawl.
8 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for hotpoints.co.nz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | deliverygateways.mastercard.com |
| SPF_INCLUDE | external.mastercard.com |
| SPF_INCLUDE | external2.mastercard.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 208.85.53.30 |
Related pages
Pivot deeper into the graph from hotpoints.co.nz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hotpoints.co.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.