Hostname
preview-test.sony.ca
Last fetched
preview-test.sony.ca resolves to 4 IPv4 addresses operated by AS38040 in TH.
Nutrition Label
Resolution chain
preview-test.sony.ca resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 203.153.50.118 | 203.153.50.0/24 | AS38040 | — | TH |
| 203.153.50.185 | 203.153.50.0/24 | AS38040 | — | TH |
| 23.211.135.136 | 23.211.135.0/24 | AS20940 | — | ES |
| 23.211.135.141 | 23.211.135.0/24 | AS20940 | — | ES |
WHOIS identity
No WHOIS records are currently associated with preview-test.sony.ca in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from preview-test.sony.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "preview-test.sony.ca"})-[: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.