Hostname
amazonaws.cn
Last fetched
amazonaws.cn resolves to 6 IPv4 addresses operated by BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital in CN. WHOIS lists registrar:厦门易名科技股份有限公司 as the registrar.
Nutrition Label
Resolution chain
amazonaws.cn resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 140.179.122.235 | 140.179.0.0/16 | AS55960 | BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital | CN |
| 140.179.122.235 | 140.179.0.0/16 | AS55960 | BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital | CN |
| 43.192.37.20 | 43.192.0.0/16 | AS135629 | WESTCLOUDDATA Ningxia West Cloud Data Technology Co.Ltd. | CN |
| 52.81.170.225 | 52.81.0.0/16 | AS55960 | BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital | CN |
| 52.81.170.225 | 52.81.0.0/16 | AS55960 | BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital | CN |
| 52.83.128.157 | 52.83.128.0/17 | AS135629 | WESTCLOUDDATA Ningxia West Cloud Data Technology Co.Ltd. | CN |
| 52.83.70.25 | 52.83.64.0/18 | AS135629 | WESTCLOUDDATA Ningxia West Cloud Data Technology Co.Ltd. | CN |
| 54.223.86.57 | 54.223.64.0/18 | AS55960 | BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital | CN |
| 54.223.86.57 | 54.223.64.0/18 | AS55960 | BJ-GUANGHUAN-AP Beijing Guanghuan Xinwang Digital | CN |
WHOIS identity
- Registrar
- registrar:厦门易名科技股份有限公司
- Organization
- ????????(??)????
- Contact emails
Subdomains
52 observed subdomains of amazonaws.cn.
Showing 25 of 52. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from amazonaws.cn in the public web crawl.
588 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for amazonaws.cn.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf1.amazon.com |
| SPF_INCLUDE | spf2.amazon.com |
Related pages
Pivot deeper into the graph from amazonaws.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amazonaws.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.