Hostname
cn-commerce.com
Last fetched
cn-commerce.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in ES. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
cn-commerce.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.172.213.111 | 18.173.12.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 18.172.213.116 | 18.173.12.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 18.172.213.124 | 18.173.12.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 18.172.213.86 | 18.173.12.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | ES |
| 3.173.238.104 | 3.173.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.238.125 | 3.173.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.238.55 | 3.173.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.238.93 | 3.173.236.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:244
- Organization
- kim jung hyun
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from cn-commerce.com.
- IP · 18.172.213.111
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:244
- Country · ES
- Email · yuming@yinsibaohu.aliyun.com
- TLD · .com
- Browse hostnames · cn…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cn-commerce.com"})-[: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.