Hostname
codalien-website.s3.amazonaws.com
Last fetched
codalien-website.s3.amazonaws.com resolves to 15 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
codalien-website.s3.amazonaws.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.15.183.154 | 16.15.224.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.15.199.212 | 16.15.248.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.0.9 | 3.5.0.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.24.116 | 3.5.24.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.25.23 | 3.5.25.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.29.155 | 3.5.29.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.29.64 | 3.5.29.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.216.245.52 | 52.217.0.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.216.56.33 | 52.216.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.162.89 | 52.218.16.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.192.121 | 52.218.17.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.232.233 | 52.218.18.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.71.172 | 52.217.81.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.91.217 | 52.217.160.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.139.65 | 54.236.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with codalien-website.s3.amazonaws.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from codalien-website.s3.amazonaws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codalien-website.s3.amazonaws.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.