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
Resolution chain
minesweeper.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 154.48.226.24 | 154.48.226.0/24 | AS150706 | HKZTCL-AS-AP Hong Kong Zhengxing Technology Co., Ltd. | DE |
| 43.255.29.80 | 43.255.29.0/24 | AS133199 | SONDERCLOUDLIMITED-AS-AP SonderCloud Limited | HK |
WHOIS identity
- Registrar
- iana:1331
- Organization
- —
- Contact emails
Subdomains
1 observed subdomain of minesweeper.cc.
| Subdomain |
|---|
| www.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.
- IP · 154.48.226.24
- ASN · AS150706HKZTCL-AS-AP Hong Kong Zhengxing Technology Co., Ltd.
- Registrar · iana:1331
- Country · DE
- Email · 897dae8b9c5a2a2c4ed29bd686a62e75-9005769@contact.gandi.net
- TLD · .cc
- Browse hostnames · mi…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.