Skip to content

Hostname

zb1cc.com

Last fetched

zb1cc.com resolves to 3 IPv4 addresses operated by AS134548 in HK. WHOIS lists iana:1923 as the registrar.

Nutrition Label

WHISPER CANON · zb1cc.comRouting diversity2.4/10Peering density4.6/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/zb1cc.com

Resolution chain

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

IPPrefixASNOperatorCountry
122.10.8.15122.10.8.0/22AS134548HK
38.6.254.21938.6.224.0/19AS398478PEG-HK - PEG TECH INCHK
38.6.254.22438.6.224.0/19AS398478PEG-HK - PEG TECH INCHK

WHOIS identity

Registrar
iana:1923
Organization
Contact emails

Web-graph footprint

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

27 sites link to this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from zb1cc.com.

Cypher and MCP

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

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