Hostname
x2.zedo.dev
Last fetched
x2.zedo.dev resolves to 2 IPv4 addresses operated by HKCABLE2-HK-AP HK Cable TV Ltd in HK.
Nutrition Label
Resolution chain
x2.zedo.dev 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 |
|---|---|---|---|---|
| 218.252.68.221 | 218.252.64.0/20 | AS9908 | HKCABLE2-HK-AP HK Cable TV Ltd | HK |
| 58.153.40.188 | 58.153.32.0/19 | AS4760 | HKTIMS-AP HKT Limited | HK |
WHOIS identity
No WHOIS records are currently associated with x2.zedo.dev in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from x2.zedo.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "x2.zedo.dev"})-[: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.