Skip to content

Hostname

storefront.commerce.theplatform.com

Last fetched

storefront.commerce.theplatform.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · storefront.commerce.theplatform.comRouting diversity3.9/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/storefront.commerce.theplatform.com

Resolution chain

storefront.commerce.theplatform.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
44.230.29.11645.2.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
50.112.192.5950.114.24.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.10.107.11352.46.10.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.88.160.2452.94.6.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.148.124.8754.176.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.149.1.1754.176.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with storefront.commerce.theplatform.com in WhisperGraph.

Subdomains

1 observed subdomain of storefront.commerce.theplatform.com.

Threat posture

History

Related pages

Pivot deeper into the graph from storefront.commerce.theplatform.com.

Cypher and MCP

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

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