Hostname
dxshield.com
Last fetched
dxshield.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK. WHOIS lists iana:244 as the registrar.
Nutrition Label
Resolution chain
dxshield.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.183.127 | 13.33.225.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.16 | 13.33.225.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.30 | 13.33.225.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.33.183.57 | 13.33.225.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 3.160.150.10 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.36 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.48 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.160.150.51 | 3.160.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.168.167.118 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.50 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.67 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.87 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
- Registrar
- iana:244
- Organization
- nshc
- Contact emails
Subdomains
2 observed subdomains of dxshield.com.
| Subdomain |
|---|
| www.dxshield.com |
| xo.dxshield.com |
Threat posture
History
Related pages
Pivot deeper into the graph from dxshield.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dxshield.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.