All hostnames api.dev.testvivo.com resolves to 18 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label WHISPER CANON · api.dev.testvivo.com Routing diversity 5.4/10 Peering density 9.5/10 MOAS conflict ✓ none Threat-feed listings 10.0/10 WHOIS transparency 0.0/10 Resolver footprint 0.0/10 canon.whisper.security/host/api.dev.testvivo.com Resolution chain api.dev.testvivo.com resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 34.250.234.242 34.248.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 46.137.85.141 46.137.0.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.17.102.165 52.16.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.17.204.99 52.16.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.208.32.212 52.208.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.209.32.143 52.208.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.212.75.21 52.208.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.215.55.237 52.208.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.31.218.163 52.30.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.49.253.1 52.48.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.49.71.134 52.48.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. IE 52.51.182.62 52.48.0.0/14 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.154.121.3 54.154.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.220.31.103 54.220.0.0/16 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.246.191.89 54.246.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. IE 54.77.158.45 54.76.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 99.80.0.252 99.80.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE 99.81.21.155 99.80.0.0/15 AS16509 AMAZON-02 - Amazon.com, Inc. IE
WHOIS identity No WHOIS records are currently associated with api.dev.testvivo.com in WhisperGraph.
Related pages Pivot deeper into the graph from api.dev.testvivo.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.dev.testvivo.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server .