All hostnames bl.ciright.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label WHISPER CANON · bl.ciright.com Routing diversity — Peering density — MOAS conflict — Threat-feed listings — WHOIS transparency — Resolver footprint — canon.whisper.security/host/bl.ciright.com Resolution chain bl.ciright.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 16.12.36.112 16.12.36.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 16.12.40.24 16.12.40.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 16.12.40.96 16.12.40.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 3.5.209.101 3.5.209.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 3.5.209.219 3.5.209.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 3.5.209.233 3.5.209.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 3.5.210.192 3.5.210.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 3.5.213.236 3.5.213.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 3.5.213.61 3.5.213.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 52.219.156.180 52.219.156.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 52.219.156.28 52.219.156.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 52.219.158.100 52.219.158.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 52.219.160.184 52.219.160.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 52.219.160.196 52.219.160.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 52.219.160.200 52.219.160.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN 52.219.66.6 52.219.66.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. IN
WHOIS identity No WHOIS records are currently associated with bl.ciright.com in WhisperGraph.
Related pages Pivot deeper into the graph from bl.ciright.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bl.ciright.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 .