Hostname
56z.cc
Last fetched
56z.cc resolves to 3 IPv4 addresses operated by AS135377 in HK. WHOIS lists iana:1923 as the registrar.
Nutrition Label
Resolution chain
56z.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 |
|---|---|---|---|---|
| 154.51.62.231 | 154.52.11.0/24 | AS135377 | — | HK |
| 47.83.169.116 | 47.87.27.0/24 | AS45102 | — | HK |
| 8.210.22.65 | 8.211.88.0/21 | AS45102 | — | HK |
WHOIS identity
- Registrar
- iana:1923
- Organization
- chen rong li
- Contact emails
Subdomains
3 observed subdomains of 56z.cc.
| Subdomain |
|---|
| sitemap.56z.cc |
| tu.56z.cc |
| www.56z.cc |
Threat posture
History
Related pages
Pivot deeper into the graph from 56z.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "56z.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.