Skip to content

Hostname

minesweeper.cc

Last fetched

minesweeper.cc resolves to 2 IPv4 addresses operated by HKZTCL-AS-AP Hong Kong Zhengxing Technology Co., Ltd. in DE. WHOIS lists iana:1331 as the registrar.

Nutrition Label

WHISPER CANON · minesweeper.ccRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/minesweeper.cc

Resolution chain

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

IPPrefixASNOperatorCountry
154.48.226.24154.48.226.0/24AS150706HKZTCL-AS-AP Hong Kong Zhengxing Technology Co., Ltd.DE
43.255.29.8043.255.29.0/24AS133199SONDERCLOUDLIMITED-AS-AP SonderCloud LimitedHK

WHOIS identity

Registrar
iana:1331
Organization
Contact emails

Subdomains

1 observed subdomain of minesweeper.cc.

Web-graph footprint

Distinct hostnames that link to or from minesweeper.cc in the public web crawl.

Sample inbound links

Sample outbound links

Threat posture

History

Related pages

Pivot deeper into the graph from minesweeper.cc.

Cypher and MCP

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

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