Skip to content

Hostname

codechef_shared.s3.amazonaws.com

Last fetched

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

Nutrition Label

WHISPER CANON · codechef_shared.s3.amazonaws.comRouting diversity6.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/codechef_shared.s3.amazonaws.com

Resolution chain

codechef_shared.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.178.1716.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.22416.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.223.22116.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.109.916.182.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.43.3316.182.40.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
16.182.74.8916.182.72.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.6.2173.5.6.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.77.18052.216.77.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.116.12152.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.172.5752.217.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.172.9752.217.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.202.12152.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.42.25252.217.42.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.68.23652.217.68.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.199.22554.231.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.234.20154.231.224.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Web-graph footprint

Distinct hostnames that link to or from codechef_shared.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 codechef_shared.s3.amazonaws.com.

Cypher and MCP

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

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