Hostname
bluetrust.vn
Last fetched
bluetrust.vn resolves to 2 IPv4 addresses operated by SUPERDATA-AS-VN - SUPERDATA-VN in VN.
Nutrition Label
Resolution chain
bluetrust.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 |
|---|---|---|---|---|
| 112.213.89.150 | 112.213.89.0/24 | AS45544 | SUPERDATA-AS-VN - SUPERDATA-VN | VN |
| 36.50.27.159 | 36.50.27.0/24 | AS150895 | EZTECH-VN - EZ TECHNOLOGY COMPANY LIMITED | VN |
WHOIS identity
No WHOIS records are currently associated with bluetrust.vn in WhisperGraph.
Subdomains
2 observed subdomains of bluetrust.vn.
| Subdomain |
|---|
| mail.bluetrust.vn |
| www.bluetrust.vn |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for bluetrust.vn.
| Mechanism | Target |
|---|---|
| SPF_A | bluetrust.vn |
| SPF_MX | bluetrust.vn |
Related pages
Pivot deeper into the graph from bluetrust.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bluetrust.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.