Hostname
query.xcfunds.com
Last fetched
query.xcfunds.com resolves to 2 IPv4 addresses operated by HWCSNET - Huawei Cloud Service data center in CN.
Nutrition Label
Resolution chain
query.xcfunds.com 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 |
|---|---|---|---|---|
| 116.205.67.117 | 116.205.64.0/19 | AS55990 | HWCSNET - Huawei Cloud Service data center | CN |
| 116.205.73.47 | 116.205.64.0/19 | AS55990 | HWCSNET - Huawei Cloud Service data center | CN |
WHOIS identity
No WHOIS records are currently associated with query.xcfunds.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from query.xcfunds.com in the public web crawl.
9 sites link to this hostname.
Sample inbound links
- citicprufunds.com.cn
- www_citicprufunds_com_cn.linde-connect.cn
- www_citicprufunds_com_cn.bj-haocai.com
- www_citicprufunds_com_cn.haopangs.com
- www_citicprufunds_com_cn.oupur.com
- xcfunds.com
- www_citicprufunds_com_cn.xmlakeside-hotel.com
- www_citicprufunds_com_cn.zhenlansw.com
- www_citicprufunds_com_cn.zhibo8888.com
Threat posture
History
Related pages
Pivot deeper into the graph from query.xcfunds.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "query.xcfunds.com"})-[: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.