Skip to content

Hostname

polybuzz.ai

Last fetched

polybuzz.ai resolves to 4 IPv4 addresses operated by TENCENT-NET-AP-CN Tencent Building, Kejizhongyi Avenue in US. WHOIS lists iana:3858 as the registrar.

Nutrition Label

WHISPER CANON · polybuzz.aiRouting diversity3.0/10Peering density7.3/10MOAS conflict✓ noneThreat-feed listings6.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/polybuzz.ai

Resolution chain

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

IPPrefixASNOperatorCountry
43.130.171.15243.130.160.0/19AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueUS
43.130.171.22543.130.160.0/19AS132203TENCENT-NET-AP-CN Tencent Building, Kejizhongyi AvenueUS
47.252.118.24047.252.64.0/18AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.US
47.253.41.4047.253.0.0/17AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.US

WHOIS identity

Registrar
iana:3858
Organization
'changbiao yan'
Contact emails

Subdomains

5 observed subdomains of polybuzz.ai.

Web-graph footprint

Distinct hostnames that link to or from polybuzz.ai in the public web crawl.

777 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from polybuzz.ai.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "polybuzz.ai"})-[: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.