Skip to content

Hostname

entry.ccsu.cn

Last fetched

entry.ccsu.cn resolves to 2 IPv4 addresses operated by ERX-CERNET-BKB China Education and Research Network Center in CN.

Nutrition Label

WHISPER CANON · entry.ccsu.cnRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/entry.ccsu.cn

Resolution chain

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

IPPrefixASNOperatorCountry
218.196.45.5218.196.40.0/21AS4538ERX-CERNET-BKB China Education and Research Network CenterCN
42.48.30.442.48.0.0/15AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN

WHOIS identity

No WHOIS records are currently associated with entry.ccsu.cn in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from entry.ccsu.cn in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from entry.ccsu.cn.

Cypher and MCP

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

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