Skip to content

Hostname

ash.s3.amazonaws.com

Last fetched

ash.s3.amazonaws.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · ash.s3.amazonaws.comRouting diversity5.0/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint6.3/10canon.whisper.security/host/ash.s3.amazonaws.com

Resolution chain

ash.s3.amazonaws.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.217.18016.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.102.116.182.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.16.1563.5.16.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.217.2203.5.217.0/24AS16509AMAZON-02 - Amazon.com, Inc.SE
3.5.218.1933.5.218.0/24AS16509AMAZON-02 - Amazon.com, Inc.SE
3.5.27.1793.5.27.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.48.21752.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.54.1752.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.89.10852.216.89.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.43.12452.217.43.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ash.s3.amazonaws.com in WhisperGraph.

Subdomains

1 observed subdomain of ash.s3.amazonaws.com.

Threat posture

History

Related pages

Pivot deeper into the graph from ash.s3.amazonaws.com.

Cypher and MCP

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

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