Skip to content

Hostname

static.flash.cn

Last fetched

static.flash.cn resolves to 12 IPv4 addresses operated by CMC - Catholic Medical Center in US.

Nutrition Label

WHISPER CANON · static.flash.cnRouting diversity5.6/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/static.flash.cn

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.

IPPrefixASNOperatorCountry
101.33.20.216101.33.20.0/24AS139341CMC - Catholic Medical CenterUS
111.170.168.113111.170.160.0/20AS151185SUELEN DE AZEVEDOCN
111.6.17.145111.6.16.0/21AS24445CMNET-V4HENAN-AS-AP Henan Mobile Communications Co.,LtdCN
111.7.103.12111.7.96.0/20AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
111.7.66.168111.7.64.0/20AS9808CHINAMOBILE-CN China Mobile Communications Group Co., Ltd.CN
113.219.144.65113.219.128.0/18AS63838UNICOM-CN China Unicom IP networkCN
116.162.210.150116.162.0.0/16AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
116.162.210.150116.162.0.0/16AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
116.211.235.133116.211.232.0/22AS58563NCS-MNS-SG 5 Ang Mo Kio Street 62CN
118.253.173.30118.253.173.0/24AS63835CHINAIXP Aiyun Technology Co.,LtdCN
119.36.124.159119.36.0.0/16AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
219.154.249.142219.154.0.0/15AS4837CHINA169-BACKBONE CHINA UNICOM China169 BackboneCN
43.159.77.16043.159.77.0/24AS139341CMC - Catholic Medical CenterUS

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 20

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