Skip to content

Hostname

app-dev.storimake.com

Last fetched

app-dev.storimake.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · app-dev.storimake.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/app-dev.storimake.com

Resolution chain

app-dev.storimake.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.128.90.151108.128.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
3.255.4.2503.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.18.172.12952.18.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.210.125.6452.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.210.234.3952.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
99.80.210.20699.80.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with app-dev.storimake.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from app-dev.storimake.com.

Cypher and MCP

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

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