Skip to content

Hostname

datafeeds.s3.amazonaws.com

Last fetched

datafeeds.s3.amazonaws.com resolves to 7 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
16.12.66.12416.12.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.129.2533.5.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.130.1493.5.130.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.133.1043.5.133.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.133.2333.5.133.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.228.11652.219.228.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.94.7652.219.92.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

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

Threat posture

History

Related pages

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

Cypher and MCP

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

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