Hostname
vmms.vn
Last fetched
vmms.vn resolves to 2 IPv4 addresses operated by AS18403 in VN.
Nutrition Label
Resolution chain
vmms.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 |
|---|---|---|---|---|
| 42.112.36.34 | 42.112.36.0/24 | AS18403 | — | VN |
| 42.112.36.81 | 42.112.36.0/24 | AS18403 | — | VN |
WHOIS identity
No WHOIS records are currently associated with vmms.vn in WhisperGraph.
Subdomains
56 observed subdomains of vmms.vn.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vmms.vn in the public web crawl.
15 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for vmms.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandrillapp.com |
Related pages
Pivot deeper into the graph from vmms.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vmms.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.