Skip to content

Hostname

qtest-lite-data.qtestnet.com

Last fetched

qtest-lite-data.qtestnet.com resolves to 14 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · qtest-lite-data.qtestnet.comRouting diversity5.4/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/qtest-lite-data.qtestnet.com

Resolution chain

qtest-lite-data.qtestnet.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.48.151.100100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
18.235.43.23118.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
23.20.144.18423.20.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.209.252.463.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.213.201.2253.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.218.12.1813.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.196.130.15334.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.226.44.24934.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.201.199.24352.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.163.128.2454.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.235.84.1154.234.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.91.204.17654.90.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.223.19752.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.
32.194.43.7032.192.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.

WHOIS identity

No WHOIS records are currently associated with qtest-lite-data.qtestnet.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from qtest-lite-data.qtestnet.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "qtest-lite-data.qtestnet.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.