Hostname
vtv.vn
Last fetched
vtv.vn resolves to 3 IPv4 addresses operated by VNPT-AS-VN - VNPT Corp in VN.
Nutrition Label
Resolution chain
vtv.vn resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 123.30.151.68 | 123.30.151.0/24 | AS45899 | VNPT-AS-VN - VNPT Corp | VN |
| 14.225.10.7 | 14.225.10.0/24 | AS135905 | VNPT-AS-VN - VIETNAM POSTS AND TELECOMMUNICATIONS GROUP | VN |
| 14.225.199.134 | 14.225.199.0/24 | AS135905 | VNPT-AS-VN - VIETNAM POSTS AND TELECOMMUNICATIONS GROUP | VN |
WHOIS identity
- Registrar
- —
- Organization
- ipv4 address block not managed by the ripe ncc
- Contact emails
- —
Subdomains
84 observed subdomains of vtv.vn.
Showing 25 of 84. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vtv.vn in the public web crawl.
4,617 sites link to this hostname.
301 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for vtv.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.27.67.89 |
Related pages
Pivot deeper into the graph from vtv.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vtv.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.