All hostnames ws-dev.amelya.app resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label WHISPER CANON · ws-dev.amelya.app Routing diversity 4.5/10 Peering density 9.5/10 MOAS conflict ✓ none Threat-feed listings 10.0/10 WHOIS transparency 0.0/10 Resolver footprint 7.6/10 canon.whisper.security/host/ws-dev.amelya.app Resolution chain ws-dev.amelya.app resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 13.134.2.187 13.134.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. GB 13.135.115.209 13.134.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. GB 13.135.84.50 13.134.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. GB 13.42.0.249 13.40.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 13.42.121.119 13.40.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 13.42.164.52 13.40.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 13.43.40.175 13.40.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 18.134.247.160 18.132.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 18.135.107.224 18.132.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 18.135.205.247 18.132.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 18.135.40.147 18.132.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 18.168.94.10 18.168.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 3.11.165.55 3.8.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 3.8.76.201 3.8.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. GB 35.179.239.135 35.178.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. GB 52.56.44.102 52.56.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. GB
WHOIS identity No WHOIS records are currently associated with ws-dev.amelya.app in WhisperGraph.
Related pages Pivot deeper into the graph from ws-dev.amelya.app.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ws-dev.amelya.app"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server .