Hostname
amazoncloud.cn
Last fetched
amazoncloud.cn resolves to 7 IPv4 addresses operated by AS_STADTWERKE_DORFEN in CN. WHOIS lists registrar:厦门易名科技股份有限公司 as the registrar.
Nutrition Label
Resolution chain
amazoncloud.cn resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 52.82.119.234 | 52.82.0.0/17 | AS135629 | AS_STADTWERKE_DORFEN | CN |
| 52.83.211.217 | 52.83.128.0/17 | AS135629 | AS_STADTWERKE_DORFEN | CN |
| 52.83.255.84 | 52.83.128.0/17 | AS135629 | AS_STADTWERKE_DORFEN | CN |
| 69.230.229.89 | 69.230.192.0/18 | AS135629 | AS_STADTWERKE_DORFEN | CN |
| 69.231.180.122 | 69.231.128.0/18 | AS135629 | AS_STADTWERKE_DORFEN | CN |
| 69.234.220.232 | 69.234.192.0/18 | AS135629 | AS_STADTWERKE_DORFEN | CN |
| 69.235.179.205 | 69.235.128.0/18 | AS135629 | AS_STADTWERKE_DORFEN | CN |
WHOIS identity
- Registrar
- registrar:厦门易名科技股份有限公司
- Organization
- amazon technologies,
- Contact emails
Subdomains
18 observed subdomains of amazoncloud.cn.
Web-graph footprint
Distinct hostnames that link to or from amazoncloud.cn in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from amazoncloud.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amazoncloud.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.