Hostname
conn.cc
Last fetched
conn.cc resolves to 7 IPv4 addresses operated by XNNET - XNNET LLC in HK. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
conn.cc resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.244.90.232 | 103.244.90.0/24 | AS6134 | XNNET - XNNET LLC | HK |
| 119.28.66.45 | 119.28.66.0/23 | AS132203 | TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue | HK |
| 154.94.237.175 | 154.94.237.0/24 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 45.125.33.113 | 45.125.33.0/24 | AS55933 | CLOUDIE-AS-AP - Cloudie Limited | HK |
| 47.79.90.183 | 47.79.88.0/21 | AS45102 | ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd. | JP |
| 47.91.10.68 | 47.91.0.0/20 | AS45102 | ALIBABA-CN-NET - Alibaba (US) Technology Co., Ltd. | JP |
| 65.52.163.214 | 65.52.0.0/14 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | HK |
WHOIS identity
- Registrar
- iana:1910
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of conn.cc.
| Subdomain |
|---|
| www.conn.cc |
Web-graph footprint
Distinct hostnames that link to or from conn.cc in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from conn.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "conn.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.