Hostname
static.flash.cn
Last fetched
static.flash.cn resolves to 12 IPv4 addresses operated by CMC - Catholic Medical Center in US.
Nutrition Label
Resolution chain
static.flash.cn resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 101.33.20.216 | 101.33.20.0/24 | AS139341 | CMC - Catholic Medical Center | US |
| 111.170.168.113 | 111.170.160.0/20 | AS151185 | SUELEN DE AZEVEDO | CN |
| 111.6.17.145 | 111.6.16.0/21 | AS24445 | CMNET-V4HENAN-AS-AP Henan Mobile Communications Co.,Ltd | CN |
| 111.7.103.12 | 111.7.96.0/20 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
| 111.7.66.168 | 111.7.64.0/20 | AS9808 | CHINAMOBILE-CN China Mobile Communications Group Co., Ltd. | CN |
| 113.219.144.65 | 113.219.128.0/18 | AS63838 | UNICOM-CN China Unicom IP network | CN |
| 116.162.210.150 | 116.162.0.0/16 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 116.162.210.150 | 116.162.0.0/16 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 116.211.235.133 | 116.211.232.0/22 | AS58563 | NCS-MNS-SG 5 Ang Mo Kio Street 62 | CN |
| 118.253.173.30 | 118.253.173.0/24 | AS63835 | CHINAIXP Aiyun Technology Co.,Ltd | CN |
| 119.36.124.159 | 119.36.0.0/16 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 219.154.249.142 | 219.154.0.0/15 | AS4837 | CHINA169-BACKBONE CHINA UNICOM China169 Backbone | CN |
| 43.159.77.160 | 43.159.77.0/24 | AS139341 | CMC - Catholic Medical Center | US |
WHOIS identity
No WHOIS records are currently associated with static.flash.cn in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from static.flash.cn in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from static.flash.cn.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.flash.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.