Skip to content

Hostname

chucai.cn

Last fetched

chucai.cn resolves to 13 IPv4 addresses operated by AS134963 in SG.

Nutrition Label

WHISPER CANON · chucai.cnRouting diversity3.0/10Peering density6.2/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/chucai.cn

Resolution chain

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

IPPrefixASNOperatorCountry
170.33.12.185170.33.12.0/24AS134963SG
208.98.40.201208.98.40.0/24AS46844SHARKTECH - SharktechUS
208.98.40.205208.98.40.0/24AS46844SHARKTECH - SharktechUS
208.98.40.207208.98.40.0/24AS46844SHARKTECH - SharktechUS
208.98.40.77208.98.40.0/24AS46844SHARKTECH - SharktechUS
208.98.43.13208.98.43.0/24AS46844SHARKTECH - SharktechUS
208.98.40.74208.98.40.0/24AS46844SHARKTECH - SharktechUS
208.98.43.77208.98.43.0/24AS46844SHARKTECH - SharktechUS
208.98.43.18208.98.43.0/24AS46844SHARKTECH - SharktechUS
208.98.43.71208.98.43.0/24AS46844SHARKTECH - SharktechUS
208.98.40.72208.98.40.0/24AS46844SHARKTECH - SharktechUS
208.98.43.15208.98.43.0/24AS46844SHARKTECH - SharktechUS
208.98.40.230208.98.40.0/24AS46844SHARKTECH - SharktechUS

WHOIS identity

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

Subdomains

1 observed subdomain of chucai.cn.

Subdomain
www.chucai.cn

Threat posture

History

Related pages

Pivot deeper into the graph from chucai.cn.

Cypher and MCP

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

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