Skip to content

Hostname

chub.bz

Last fetched

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.bzRouting diversity5.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.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.

IPPrefixASNOperatorCountry
3.5.85.2523.5.85.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.5.87.143.5.87.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.247.23452.219.0.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.218.250.17852.219.5.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.131.24352.92.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.136.2752.92.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.137.21152.92.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.139.13952.92.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.184.5152.94.7.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.193.10752.94.8.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.203.13952.94.9.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.205.15552.94.9.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.227.13152.94.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.227.14752.94.12.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.248.5152.94.15.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.92.250.24352.94.15.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
Contact emails

Threat posture

History

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 20

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