Hostname
52755.cn
Last fetched
52755.cn resolves to 4 IPv4 addresses operated by AS138415 in HK. WHOIS lists registrar:dynadot inc as the registrar.
Nutrition Label
Resolution chain
52755.cn 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 |
|---|---|---|---|---|
| 156.234.126.53 | 156.234.0.0/16 | AS138415 | — | HK |
| 207.56.6.178 | 207.56.6.0/24 | AS54801 | ZILLION-NETWORK - Zillion Network Inc. | HK |
| 23.248.203.123 | 23.248.192.0/18 | AS138415 | — | US |
| 23.248.203.125 | 23.248.192.0/18 | AS138415 | — | US |
WHOIS identity
- Registrar
- registrar:dynadot inc
- Organization
- 王宝坪
- Contact emails
Subdomains
1 observed subdomain of 52755.cn.
| Subdomain |
|---|
| www.52755.cn |
Web-graph footprint
Distinct hostnames that link to or from 52755.cn in the public web crawl.
360 sites link to this hostname.
81 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from 52755.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "52755.cn"})-[: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.