Hostname
cy123.cc
Last fetched
cy123.cc resolves to 5 IPv4 addresses operated by CNSERVERS - CNSERVERS LLC in HK. WHOIS lists iana:472 as the registrar.
Nutrition Label
Resolution chain
cy123.cc resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 162.209.140.14 | 162.209.140.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
| 202.79.174.38 | 202.79.174.0/24 | AS152194 | — | KR |
| 202.79.174.43 | 202.79.174.0/24 | AS152194 | — | KR |
| 45.78.63.131 | 45.78.60.0/22 | AS25820 | IT7NET - IT7 Networks Inc | JP |
| 162.209.140.13 | 162.209.140.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
WHOIS identity
- Registrar
- iana:472
- Organization
- —
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from cy123.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cy123.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.