Skip to content

Hostname

nczywc.cn

Last fetched

nczywc.cn resolves to 2 IPv4 addresses operated by DXTL-HK - DXTL Tseung Kwan O Service in HK.

Nutrition Label

WHISPER CANON · nczywc.cnRouting diversity2.4/10Peering density4.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.6/10canon.whisper.security/host/nczywc.cn

Resolution chain

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

IPPrefixASNOperatorCountry
38.238.88.22938.240.92.0/24AS134548DXTL-HK - DXTL Tseung Kwan O ServiceHK
45.199.90.14545.199.247.0/24AS134548DXTL-HK - DXTL Tseung Kwan O ServiceHK

WHOIS identity

No WHOIS records are currently associated with nczywc.cn in WhisperGraph.

Subdomains

1 observed subdomain of nczywc.cn.

Subdomain
www.nczywc.cn

Threat posture

History

Related pages

Pivot deeper into the graph from nczywc.cn.

Cypher and MCP

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

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