Hostname
actify-cdn.s3.amazonaws.com
Last fetched
actify-cdn.s3.amazonaws.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
actify-cdn.s3.amazonaws.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 16.15.202.136 | 16.15.240.0/21 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 16.182.36.9 | 16.182.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.182.96.97 | 16.182.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.5.12.218 | 3.5.12.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.19.1 | 3.5.19.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.25.231 | 3.5.25.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.28.240 | 3.5.28.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.5.30.77 | 3.5.30.0/23 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 52.217.105.44 | 52.218.0.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.121.89 | 52.218.2.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.131.1 | 52.218.3.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.131.193 | 52.218.3.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.139.9 | 52.218.3.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.202.33 | 52.218.4.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.217.227.33 | 52.218.5.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.231.200.105 | 54.233.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with actify-cdn.s3.amazonaws.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from actify-cdn.s3.amazonaws.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "actify-cdn.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.