Skip to content

Hostname

shop.dev.fixdapp.com

Last fetched

shop.dev.fixdapp.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

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

Resolution chain

shop.dev.fixdapp.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.165.122.12818.165.122.0/23AS16509AMAZON-02 - Amazon.com, Inc.IE
18.165.122.3118.165.122.0/23AS16509AMAZON-02 - Amazon.com, Inc.IE
18.165.122.4018.165.122.0/23AS16509AMAZON-02 - Amazon.com, Inc.IE
18.165.122.7118.165.122.0/23AS16509AMAZON-02 - Amazon.com, Inc.IE
54.230.62.11754.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.3254.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.6754.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR
54.230.62.7354.230.60.0/22AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with shop.dev.fixdapp.com in WhisperGraph.

Subdomains

1 observed subdomain of shop.dev.fixdapp.com.

Threat posture

History

Related pages

Pivot deeper into the graph from shop.dev.fixdapp.com.

Cypher and MCP

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

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