Hostname
idcom.vn
Last fetched
idcom.vn resolves to 3 IPv4 addresses operated by AS45899 in VN.
Nutrition Label
Resolution chain
idcom.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.145.181 | 123.30.145.0/24 | AS45899 | — | VN |
| 203.162.163.44 | 203.162.163.0/24 | AS7643 | — | VN |
| 210.245.124.171 | 210.245.120.0/21 | AS18403 | — | VN |
WHOIS identity
No WHOIS records are currently associated with idcom.vn in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for idcom.vn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from idcom.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idcom.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.