All hostnames b2xbook.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR. WHOIS lists iana:146 as the registrar.
Nutrition Label WHISPER CANON · b2xbook.com Routing diversity 3.5/10 Peering density 9.2/10 MOAS conflict ✓ none Threat-feed listings 8.0/10 WHOIS transparency 0.0/10 Resolver footprint 8.0/10 canon.whisper.security/host/b2xbook.com Resolution chain b2xbook.com 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 108.158.186.123 108.158.184.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. BR 108.158.186.50 108.158.184.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. BR 108.158.186.51 108.158.184.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. BR 108.158.186.7 108.158.184.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. BR 18.66.26.14 18.66.24.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. IE 18.66.26.43 18.66.24.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. IE 18.66.26.74 18.66.24.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. IE 18.66.26.94 18.66.24.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. IE 99.84.141.106 99.84.136.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. JP 99.84.141.15 99.84.136.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. JP 99.84.141.50 99.84.136.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. JP 99.84.141.61 99.84.136.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. JP 99.84.152.111 99.84.152.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. DE 99.84.152.2 99.84.152.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. DE 99.84.152.33 99.84.152.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. DE 99.84.152.89 99.84.152.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. DE
WHOIS identity Registrar iana:146 Organization — Contact emails — Related pages Pivot deeper into the graph from b2xbook.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b2xbook.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server .