Skip to content

Hostname

craft-storage.s3.amazonaws.com

Last fetched

craft-storage.s3.amazonaws.com resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
16.15.0.016.15.8.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.0.13216.15.8.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.0.1516.15.8.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.0.25016.15.8.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.0.6016.15.8.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.4.18916.15.10.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.4.20416.15.10.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
16.15.4.3716.15.10.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.112.5852.219.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.116.16252.219.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.117.12952.219.138.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.121.11352.219.143.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.193.12952.219.216.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
52.219.193.13752.219.216.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with craft-storage.s3.amazonaws.com in WhisperGraph.

Web-graph footprint

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

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from craft-storage.s3.amazonaws.com.

Cypher and MCP

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

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