Skip to content

Hostname

czaxty.cn

Last fetched

czaxty.cn resolves to 2 IPv4 addresses operated by AS135097 in HK. WHOIS lists registrar:成都世纪东方网络通信有限公司 as the registrar.

Nutrition Label

WHISPER CANON · czaxty.cnRouting diversity2.4/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint8.0/10canon.whisper.security/host/czaxty.cn

Resolution chain

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

IPPrefixASNOperatorCountry
156.226.120.217156.226.64.0/18AS135097HK
23.94.238.9923.94.238.0/24AS36352AS-COLOCROSSING - HostPapaUS

WHOIS identity

Registrar
registrar:成都世纪东方网络通信有限公司
Organization
沧州奥祥文体用品制造有限公司
Contact emails

Subdomains

1 observed subdomain of czaxty.cn.

Threat posture

History

Related pages

Pivot deeper into the graph from czaxty.cn.

Cypher and MCP

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

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