Hostname
sand.ecom.io
Last fetched
sand.ecom.io resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU.
Nutrition Label
Resolution chain
sand.ecom.io 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.65.244.108 | 18.66.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.128 | 18.66.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.4 | 18.66.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.93 | 18.66.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.164.240.51 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.62 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.74 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.86 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
WHOIS identity
No WHOIS records are currently associated with sand.ecom.io in WhisperGraph.
Subdomains
1 observed subdomain of sand.ecom.io.
| Subdomain |
|---|
| wildcard.sand.ecom.io |
Threat posture
History
Related pages
Pivot deeper into the graph from sand.ecom.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sand.ecom.io"})-[: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.