Hostname
ydzb10.cc
Last fetched
ydzb10.cc resolves to 3 IPv4 addresses operated by AS59371 in HK.
Nutrition Label
Resolution chain
ydzb10.cc 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 |
|---|---|---|---|---|
| 103.82.214.187 | 103.82.214.0/24 | AS59371 | — | HK |
| 103.82.215.155 | 103.82.215.0/24 | AS59371 | — | HK |
| 66.203.153.151 | 66.203.153.0/24 | AS59371 | — | HK |
WHOIS identity
No WHOIS records are currently associated with ydzb10.cc in WhisperGraph.
Subdomains
2 observed subdomains of ydzb10.cc.
| Subdomain |
|---|
| v2.ydzb10.cc |
| www.ydzb10.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from ydzb10.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ydzb10.cc"})-[: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.