All hostnames test-api.bxindex.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · test-api.bxindex.com Routing diversity 5.7/10 Peering density 6.9/10 MOAS conflict ✓ none Threat-feed listings 10.0/10 WHOIS transparency 0.0/10 Resolver footprint 0.0/10 canon.whisper.security/host/test-api.bxindex.com Resolution chain test-api.bxindex.com 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 100.49.20.97 100.48.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 100.50.166.232 100.48.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 13.223.29.172 13.216.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US 18.214.46.208 18.208.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US 3.234.8.169 3.224.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.195.130.29 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.205.234.191 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.206.123.157 34.192.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 34.239.23.105 34.224.0.0/12 AS14618 AMAZON-AES - Amazon.com, Inc. US 35.153.110.180 35.153.0.0/16 AS14618 AMAZON-AES - Amazon.com, Inc. US 35.173.147.116 35.168.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US 52.207.108.246 52.200.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.165.249.115 54.164.0.0/15 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.173.141.126 54.172.0.0/15 AS14618 AMAZON-AES - Amazon.com, Inc. US 54.91.232.144 54.90.0.0/15 AS14618 AMAZON-AES - Amazon.com, Inc. US 98.85.113.65 98.80.0.0/13 AS14618 AMAZON-AES - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with test-api.bxindex.com in WhisperGraph.
Related pages Pivot deeper into the graph from test-api.bxindex.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test-api.bxindex.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 .