Skip to content

Hostname

minecraft.cn

Last fetched

minecraft.cn resolves to 3 IPv4 addresses operated by NETEASE-NETWORK NetEase Building No.16 Ke Yun Road in CN.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
42.186.122.5842.186.0.0/17AS45062NETEASE-NETWORK NetEase Building No.16 Ke Yun RoadCN
45.253.118.14145.253.116.0/22AS45062NETEASE-NETWORK NetEase Building No.16 Ke Yun RoadCN
123.58.184.152123.58.184.0/24AS45062NETEASE-NETWORK NetEase Building No.16 Ke Yun RoadUS

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

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

Threat posture

History

Related pages

Pivot deeper into the graph from minecraft.cn.

Cypher and MCP

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

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