Hostname
support.kingdee.com
Last fetched
support.kingdee.com resolves to 2 IPv4 addresses operated by CNCGROUP-SZ - China Unicom Shenzen network in CN.
Nutrition Label
Resolution chain
support.kingdee.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 |
|---|---|---|---|---|
| 114.119.32.197 | 114.119.32.0/24 | AS17623 | CNCGROUP-SZ - China Unicom Shenzen network | CN |
| 45.250.180.196 | 45.250.180.0/23 | AS4816 | CHINANET-IDC-GD - China Telecom (Group) | CN |
WHOIS identity
No WHOIS records are currently associated with support.kingdee.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from support.kingdee.com in the public web crawl.
29 sites link to this hostname.
Sample inbound links
- www_jinhaisoft_com.anfengc.cn
- www_jinhaisoft_com.cdprer.cn
- www_jinhaisoft_com.americanyachtclub.com.cn
- www_jinhaisoft_com.fenxiao365.com.cn
- www_jinhaisoft_com.sc4.com.cn
- www_jinhaisoft_com.dgask.cn
- www_jinhaisoft_com.huo-li.cn
- www_jinhaisoft_com.iiixx.cn
- www_jinhaisoft_com.ljygy.cn
- www_jinhaisoft_com.s1895.cn
Threat posture
History
Related pages
Pivot deeper into the graph from support.kingdee.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.kingdee.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.