Hostname
ghstcd.cn
Last fetched
ghstcd.cn resolves to 2 IPv4 addresses operated by AS153494 in HK. WHOIS lists registrar:dynadot inc as the registrar.
Nutrition Label
Resolution chain
ghstcd.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 |
|---|---|---|---|---|
| 43.249.77.155 | 43.249.76.0/22 | AS153494 | — | HK |
| 45.204.168.219 | 45.204.160.0/20 | AS139880 | — | HK |
WHOIS identity
- Registrar
- registrar:dynadot inc
- Organization
- 阳清文
- Contact emails
Subdomains
2 observed subdomains of ghstcd.cn.
| Subdomain |
|---|
| 7x9a7.ghstcd.cn |
| s4o9y.ghstcd.cn |
Web-graph footprint
Distinct hostnames that link to or from ghstcd.cn in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ghstcd.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ghstcd.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.