Hostname
down.microsoft.com.w.kunlunca.com
Last fetched
down.microsoft.com.w.kunlunca.com resolves to 5 IPv4 addresses operated by CMNET-Jiangxi-AP - China Mobile communications corporation in CN.
Nutrition Label
Resolution chain
down.microsoft.com.w.kunlunca.com 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 |
|---|---|---|---|---|
| 117.163.55.220 | 117.163.48.0/20 | AS56045 | CMNET-Jiangxi-AP - China Mobile communications corporation | CN |
| 122.156.133.58 | 122.156.0.0/14 | AS4837 | CHINA169-Backbone - CHINA UNICOM China169 Backbone | CN |
| 140.249.145.114 | 140.249.128.0/19 | AS136195 | CHINATELECOM-QINGDAO-CLOUDBASE - Qingdao, Shandong Province, P.R.China. | CN |
| 61.241.13.25 | 61.241.13.0/24 | AS135061 | UNICOM-ShenZhen-IDC - China Unicom Guangdong IP network | CN |
| 120.226.59.136 | 120.226.59.0/24 | AS56047 | CMNET-Hunan-AP - China Mobile communications corporation | CN |
WHOIS identity
No WHOIS records are currently associated with down.microsoft.com.w.kunlunca.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from down.microsoft.com.w.kunlunca.com.
- IP · 117.163.55.220
- ASN · AS56045CMNET-Jiangxi-AP - China Mobile communications corporation
- Country · CN
- Apex domain · kunlunca.com
- Parent domain · microsoft.com.w.kunlunca.com
- TLD · .com
- Browse hostnames · do…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "down.microsoft.com.w.kunlunca.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.