Skip to content

Hostname

developer-uploaded-assets.s3.amazonaws.com

Last fetched

developer-uploaded-assets.s3.amazonaws.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · developer-uploaded-assets.s3.amazonaws.comRouting diversity5.7/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/developer-uploaded-assets.s3.amazonaws.com

Resolution chain

developer-uploaded-assets.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.2816.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.192.11316.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.5316.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.0.2103.5.0.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.20.1243.5.20.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.22.123.5.22.0/23AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.28.1803.5.28.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.32.6552.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.48.24952.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.103.8452.217.100.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.140.11352.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.171.20952.217.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.172.8952.217.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.174.1752.217.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.197.24152.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.192.11354.231.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with developer-uploaded-assets.s3.amazonaws.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from developer-uploaded-assets.s3.amazonaws.com in the public web crawl.

6 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from developer-uploaded-assets.s3.amazonaws.com.

Cypher and MCP

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

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