Skip to content

Hostname

hzbdd.com

Last fetched

hzbdd.com resolves to 2 IPv4 addresses operated by TENCENT-NET-AP Shenzhen Tencent Computer Systems Company Limited in CN. WHOIS lists iana:1555 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
152.136.158.235152.136.156.0/22AS45090TENCENT-NET-AP Shenzhen Tencent Computer Systems Company LimitedCN
152.136.158.235152.136.156.0/22AS45090TENCENT-NET-AP Shenzhen Tencent Computer Systems Company LimitedCN
163.181.214.1163.181.214.0/24AS24429TAOBAO Zhejiang Taobao Network Co.,LtdUS

WHOIS identity

Registrar
iana:1555
Organization
hanzee
Contact emails

Subdomains

2 observed subdomains of hzbdd.com.

Web-graph footprint

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

Threat posture

History

Related pages

Pivot deeper into the graph from hzbdd.com.

Cypher and MCP

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

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