Skip to content

Hostname

chat.amazoncloud.cn

Last fetched

chat.amazoncloud.cn resolves to 4 IPv4 addresses operated by VRSN-AC50-340 - VeriSign Global Registry Services in CN.

Nutrition Label

WHISPER CANON · chat.amazoncloud.cnRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/chat.amazoncloud.cn

Resolution chain

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

IPPrefixASNOperatorCountry
120.52.12.67120.52.0.0/17AS133119VRSN-AC50-340 - VeriSign Global Registry ServicesCN
120.52.12.80120.52.0.0/17AS133119VRSN-AC50-340 - VeriSign Global Registry ServicesCN
120.52.12.81120.52.0.0/17AS133119VRSN-AC50-340 - VeriSign Global Registry ServicesCN
120.52.12.86120.52.0.0/17AS133119VRSN-AC50-340 - VeriSign Global Registry ServicesCN

WHOIS identity

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

Threat posture

History

Related pages

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

Cypher and MCP

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

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