Hostname
daisan.vn
Last fetched
daisan.vn resolves to 3 IPv4 addresses operated by AS7552 in VN.
Nutrition Label
Resolution chain
daisan.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 |
|---|---|---|---|---|
| 171.244.140.239 | 171.244.136.0/21 | AS7552 | — | VN |
| 185.158.133.1 | 185.158.133.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | PL |
| 34.36.26.83 | 34.32.0.0/11 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with daisan.vn in WhisperGraph.
Subdomains
21 observed subdomains of daisan.vn.
Showing 19 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from daisan.vn in the public web crawl.
30 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from daisan.vn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "daisan.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.