Hostname
ixfish.cn
Last fetched
ixfish.cn resolves to 5 IPv4 addresses operated by CHINANET-JIANGXI-LINKONG-IDC China Telecom in CN. WHOIS lists registrar:烟台帝思普网络科技有限公司 as the registrar.
Nutrition Label
Resolution chain
ixfish.cn resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 106.227.27.14 | 106.227.16.0/20 | AS148969 | CHINANET-JIANGXI-LINKONG-IDC China Telecom | CN |
| 111.6.201.102 | 111.6.200.0/21 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
| 112.15.31.164 | 112.15.28.0/22 | AS56041 | CMNET-ZHEJIANG-AP China Mobile communications corporation | CN |
| 113.142.25.136 | 113.142.0.0/17 | AS4835 | CHINANET-IDC-SN China Telecom Group | CN |
| 118.252.0.68 | 118.248.0.0/13 | AS4134 | CHINANET-BACKBONE No.31,Jin-rong Street | CN |
WHOIS identity
- Registrar
- registrar:烟台帝思普网络科技有限公司
- Organization
- 张培镯
- Contact emails
Subdomains
4 observed subdomains of ixfish.cn.
Web-graph footprint
Distinct hostnames that link to or from ixfish.cn in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from ixfish.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ixfish.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.