Hostname
northtec.ac.nz
Last fetched
northtec.ac.nz has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:freeparking limited t/a discountdomains as the registrar.
Nutrition Label
Resolution chain
northtec.ac.nz has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:freeparking limited t/a discountdomains
- Organization
- northtec (tai tokerau wananga)
- Contact emails
Subdomains
6 observed subdomains of northtec.ac.nz.
Web-graph footprint
Distinct hostnames that link to or from northtec.ac.nz in the public web crawl.
234 sites link to this hostname.
65 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for northtec.ac.nz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.psm.knowbe4.com |
| SPF_INCLUDE | _spf.unimarket.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mailrelay.t1cloud.com |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.238.86.90 |
| SPF_IP | 125.7.40.121 |
| SPF_IP | 202.36.224.0/24 |
| SPF_IP | 202.36.225.4 |
| SPF_IP | 52.63.64.239/32 |
| SPF_IP | 52.65.238.77/32 |
Related pages
Pivot deeper into the graph from northtec.ac.nz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "northtec.ac.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.