Hostname
msdev.nz
Last fetched
msdev.nz resolves to 1 IPv4 address operated by OVH - OVH SAS in FR. WHOIS lists registrar:voyager internet ltd t/a 1st domains as the registrar.
Nutrition Label
Resolution chain
msdev.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 |
|---|---|---|---|---|
| 147.135.218.187 | 147.135.128.0/17 | AS16276 | OVH - OVH SAS | FR |
WHOIS identity
- Registrar
- registrar:voyager internet ltd t/a 1st domains
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of msdev.nz.
Web-graph footprint
Distinct hostnames that link to or from msdev.nz in the public web crawl.
6 sites link to this hostname.
61 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for msdev.nz.
| Mechanism | Target |
|---|---|
| SPF_A | msdev.nz |
| SPF_IP | 134.213.24.6 |
| SPF_IP | 162.13.167.119 |
| SPF_IP | 2a00:1a48:7808:101:be76:4eff:fe08:2ea6 |
| SPF_IP | 54.38.71.50 |
| SPF_IP | 95.138.166.75 |
| SPF_MX | msdev.nz |
Related pages
Pivot deeper into the graph from msdev.nz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "msdev.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.