Skip to content

Hostname

test-api.bxindex.com

Last fetched

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.comRouting diversity5.7/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.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.

IPPrefixASNOperatorCountry
100.49.20.97100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
100.50.166.232100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.223.29.17213.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.214.46.20818.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.234.8.1693.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.195.130.2934.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.205.234.19134.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.206.123.15734.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.239.23.10534.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.153.110.18035.153.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
35.173.147.11635.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.207.108.24652.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.165.249.11554.164.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.173.141.12654.172.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.91.232.14454.90.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.85.113.6598.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with test-api.bxindex.com in WhisperGraph.

Threat posture

History

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.