Hostname
itel.vn
Last fetched
itel.vn resolves to 5 IPv4 addresses operated by AS135905 in VN.
Nutrition Label
Resolution chain
itel.vn resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 14.225.20.137 | 14.225.20.0/24 | AS135905 | — | VN |
| 14.225.238.51 | 14.225.238.0/24 | AS135905 | — | VN |
| 163.171.242.126 | 163.171.242.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | DE |
| 163.171.242.128 | 163.171.242.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | DE |
| 138.113.69.131 | 138.113.69.0/24 | AS54994 | ML-1432-54994 - Meteverse Limited. | DE |
WHOIS identity
No WHOIS records are currently associated with itel.vn in WhisperGraph.
Subdomains
23 observed subdomains of itel.vn.
Web-graph footprint
Distinct hostnames that link to or from itel.vn in the public web crawl.
34 sites link to this hostname.
35 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 itel.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from itel.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "itel.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.