Skip to content

Hostname

bcgbq.com

Last fetched

bcgbq.com resolves to 4 IPv4 addresses operated by CLOUDIE-AS-AP Cloudie Limited in CN. WHOIS lists iana:120 as the registrar.

Nutrition Label

WHISPER CANON · bcgbq.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bcgbq.com

Resolution chain

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

IPPrefixASNOperatorCountry
103.237.92.193103.237.92.0/24AS55933CLOUDIE-AS-AP Cloudie LimitedCN
104.21.9.49104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.232.112.221172.232.96.0/19AS63949AKAMAI-LINODE-AP Akamai Connected CloudIN
172.67.141.189172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:120
Organization
zhouxiaoming
Contact emails

Web-graph footprint

Distinct hostnames that link to or from bcgbq.com in the public web crawl.

151 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from bcgbq.com.

Cypher and MCP

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

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