Skip to content

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

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

Resolution chain

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

IPPrefixASNOperatorCountry
106.227.27.14106.227.16.0/20AS148969CHINANET-JIANGXI-LINKONG-IDC China TelecomCN
111.6.201.102111.6.200.0/21AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
112.15.31.164112.15.28.0/22AS56041CMNET-ZHEJIANG-AP China Mobile communications corporationCN
113.142.25.136113.142.0.0/17AS4835CHINANET-IDC-SN China Telecom GroupCN
118.252.0.68118.248.0.0/13AS4134CHINANET-BACKBONE No.31,Jin-rong StreetCN

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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.