Hostname
zegan.cn
Last fetched
zegan.cn resolves to 2 IPv4 addresses operated by CrownCloud - GWY IT PTY LTD in US. WHOIS lists registrar:广东金万邦科技投资有限公司 as the registrar.
Nutrition Label
Resolution chain
zegan.cn 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 |
|---|---|---|---|---|
| 103.79.78.34 | 103.79.78.0/24 | AS199959 | CrownCloud - GWY IT PTY LTD | US |
| 122.246.1.140 | 122.246.0.0/19 | AS136188 | CHINATELECOM-ZHEJIANG-NINGBO-IDC - NINGBO, ZHEJIANG Province, P.R.China. | CN |
WHOIS identity
- Registrar
- registrar:广东金万邦科技投资有限公司
- Organization
- 五华区学锋百货店(个体工商户)
- Contact emails
Subdomains
13 observed subdomains of zegan.cn.
Showing 5 of 13. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from zegan.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zegan.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.