Skip to content

Hostname

eg-ensemble.s3.amazonaws.com

Last fetched

eg-ensemble.s3.amazonaws.com resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · eg-ensemble.s3.amazonaws.comRouting diversity4.2/10Peering density9.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/eg-ensemble.s3.amazonaws.com

Resolution chain

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

IPPrefixASNOperatorCountry
16.15.178.16516.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.178.4116.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.183.16716.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.42.16116.182.40.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.0.323.5.0.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
3.5.27.2033.5.27.0/24AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.95.3552.216.95.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.140.24952.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with eg-ensemble.s3.amazonaws.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from eg-ensemble.s3.amazonaws.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from eg-ensemble.s3.amazonaws.com.

Cypher and MCP

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

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