Skip to content

Hostname

vnbc.org.vn

Last fetched

vnbc.org.vn resolves to 2 IPv4 addresses operated by VNDATA-AS-VN - Viet Storage Technology Joint Stock Company in VN.

Nutrition Label

WHISPER CANON · vnbc.org.vnRouting diversity2.4/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/vnbc.org.vn

Resolution chain

vnbc.org.vn resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.155.160.25103.155.160.0/24AS135932VNDATA-AS-VN - Viet Storage Technology Joint Stock CompanyVN
117.122.125.107117.122.124.0/22AS24066VNNIC-AS-VN - Vietnam Internet Network Information CenterVN

WHOIS identity

No WHOIS records are currently associated with vnbc.org.vn in WhisperGraph.

Subdomains

6 observed subdomains of vnbc.org.vn.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from vnbc.org.vn.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "vnbc.org.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.