Skip to content

Hostname

dev.testrunz.com

Last fetched

dev.testrunz.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · dev.testrunz.comRouting diversity5.4/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/dev.testrunz.com

Resolution chain

dev.testrunz.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.182.18516.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.183.23116.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.183.24816.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.185.3416.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.186.16316.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.187.16316.15.184.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.197.21416.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.200.19416.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.207.5016.15.200.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.217.9116.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
52.216.236.16252.216.236.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.110.13952.217.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.118.21352.217.112.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.43.16352.217.43.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.49.9952.217.49.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
54.231.130.6954.231.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with dev.testrunz.com in WhisperGraph.

Subdomains

1 observed subdomain of dev.testrunz.com.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.testrunz.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev.testrunz.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.