All hostnames chub.bz resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label WHISPER CANON · chub.bz 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 4.6/10 canon.whisper.security/host/chub.bz Resolution chain chub.bz 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 3.5.85.252 3.5.85.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 3.5.87.14 3.5.87.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.218.247.234 52.219.0.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.218.250.178 52.219.5.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.131.243 52.92.232.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.136.27 52.92.240.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.137.211 52.92.240.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.139.139 52.92.240.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.184.51 52.94.7.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.193.107 52.94.8.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.203.139 52.94.9.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.205.155 52.94.9.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.227.131 52.94.12.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.227.147 52.94.12.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.248.51 52.94.15.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.92.250.243 52.94.15.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity Registrar iana:146 Organization — Contact emails — Related pages Pivot deeper into the graph from chub.bz.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chub.bz"})-[: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 .