Skip to content

Hostname

data.configuration.commerce.theplatform.com

Last fetched

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

Nutrition Label

WHISPER CANON · data.configuration.commerce.theplatform.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/data.configuration.commerce.theplatform.com

Resolution chain

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

IPPrefixASNOperatorCountry
34.215.250.034.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
44.230.40.16144.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.242.10.11844.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
52.10.120.11552.10.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
52.41.226.22052.40.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
54.184.240.2654.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

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

Subdomains

1 observed subdomain of data.configuration.commerce.theplatform.com.

Threat posture

History

Related pages

Pivot deeper into the graph from data.configuration.commerce.theplatform.com.

Cypher and MCP

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

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