Hostname
roxipark.vn
Last fetched
roxipark.vn resolves to 2 IPv4 addresses operated by AS45903 in VN.
Nutrition Label
Resolution chain
roxipark.vn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 203.171.19.41 | 203.171.18.0/23 | AS45903 | — | VN |
| 42.115.241.170 | 42.115.241.0/24 | AS18403 | — | VN |
WHOIS identity
No WHOIS records are currently associated with roxipark.vn in WhisperGraph.
Subdomains
4 observed subdomains of roxipark.vn.
Web-graph footprint
Distinct hostnames that link to or from roxipark.vn in the public web crawl.
7 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for roxipark.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.63.117.83 |
| SPF_IP | 203.171.16.87 |
| SPF_IP | 203.171.16.88 |
| SPF_IP | 42.115.241.167 |
| SPF_IP | 42.115.241.168 |
Related pages
Pivot deeper into the graph from roxipark.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "roxipark.vn"})-[: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.