Hostname
ahs.nz
Last fetched
ahs.nz resolves to 1 IPv4 address operated by AS153312 in NZ. WHOIS lists registrar:sitetech solutions ltd t/a sitename as the registrar.
Nutrition Label
Resolution chain
ahs.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 |
|---|---|---|---|---|
| 160.30.240.8 | 160.30.240.0/23 | AS153312 | — | NZ |
WHOIS identity
- Registrar
- registrar:sitetech solutions ltd t/a sitename
- Organization
- —
- Contact emails
- —
Subdomains
2 observed subdomains of ahs.nz.
| Subdomain |
|---|
| mail.ahs.nz |
| www.ahs.nz |
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for ahs.nz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | hostedon.btit.nz |
| SPF_IP | 160.30.240.8 |
| SPF_IP | 2401:c060:0:0:0:0:0:8 |
Related pages
Pivot deeper into the graph from ahs.nz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ahs.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.