Skip to content

Hostname

dev.amazoncloud.cn

Last fetched

dev.amazoncloud.cn resolves to 6 IPv4 addresses operated by AS_STADTWERKE_DORFEN in CN.

Nutrition Label

WHISPER CANON · dev.amazoncloud.cnRouting diversity4.2/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/dev.amazoncloud.cn

Resolution chain

dev.amazoncloud.cn resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
161.189.210.53161.189.0.0/16AS135629AS_STADTWERKE_DORFENCN
43.192.187.7143.192.0.0/16AS135629AS_STADTWERKE_DORFENCN
52.83.16.5952.83.0.0/19AS135629AS_STADTWERKE_DORFENCN
52.83.255.8452.83.128.0/17AS135629AS_STADTWERKE_DORFENCN
69.230.229.8969.230.192.0/18AS135629AS_STADTWERKE_DORFENCN
69.235.179.20569.235.128.0/18AS135629AS_STADTWERKE_DORFENCN

WHOIS identity

No WHOIS records are currently associated with dev.amazoncloud.cn in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from dev.amazoncloud.cn in the public web crawl.

31 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.amazoncloud.cn.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dev.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.