Hostname
mcw.nz
Last fetched
mcw.nz has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:sitetech solutions ltd t/a sitename as the registrar.
Nutrition Label
Resolution chain
mcw.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:sitetech solutions ltd t/a sitename
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of mcw.nz.
Web-graph footprint
Distinct hostnames that link to or from mcw.nz in the public web crawl.
12 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for mcw.nz.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.au.exclaimer.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 111.69.29.226 |
| SPF_IP | 124.248.128.161 |
| SPF_IP | 20.70.185.88 |
| SPF_IP | 219.89.117.33 |
| SPF_IP | 34.198.193.174/32 |
| SPF_IP | 34.199.167.230/32 |
| SPF_IP | 34.202.174.188/32 |
| SPF_IP | 52.203.5.138/32 |
| SPF_MX | mcw.nz |
Related pages
Pivot deeper into the graph from mcw.nz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mcw.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.