Skip to content

Hostname

e-1.s3.amazonaws.com

Last fetched

e-1.s3.amazonaws.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · e-1.s3.amazonaws.comRouting diversity5.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/e-1.s3.amazonaws.com

Resolution chain

e-1.s3.amazonaws.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.177.16416.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.178.10316.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.184.2616.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.185.23116.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.186.23916.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.191.22016.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.34.23316.182.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.39.4116.182.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.65.8916.182.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.21.1143.5.21.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.29.643.5.29.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.3.1393.5.3.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.251.14852.216.251.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.140.22552.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.69.18852.217.69.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.230.6554.231.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with e-1.s3.amazonaws.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from e-1.s3.amazonaws.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "e-1.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.