Windscribe IP ranges
Current IP ranges (CIDRs) used by the Windscribe network, updated daily.
| category | VPN & Networks |
|---|---|
| website | https://windscribe.com |
| ranges | 1,068 (1,068 IPv4, 0 IPv6) |
| last change | |
| downloads | 420 |
| download | txt csv json — permalinks, always the latest data |
curl -O https://cloud-ip-ranges.com/download/windscribe.txt
Ranges
Sample of 25 of 1,068 ranges. Download the full list above, or check a specific IP.
| CIDR | Type | Region | Tag |
|---|---|---|---|
| 1.220.90.178/32 | ipv4 | Seoul - Hangang, KR | normal |
| 1.220.90.179/32 | ipv4 | Seoul - Hangang, KR | normal |
| 1.220.90.180/32 | ipv4 | Seoul - Hangang, KR | normal |
| 2.27.116.2/32 | ipv4 | Bali - Pulau Dewata, ID | normal |
| 2.27.116.3/32 | ipv4 | Bali - Pulau Dewata, ID | normal |
| 2.27.116.4/32 | ipv4 | Bali - Pulau Dewata, ID | normal |
| 2.56.188.243/32 | ipv4 | Dallas - BBQ, US | normal |
| 2.56.188.244/32 | ipv4 | Dallas - BBQ, US | normal |
| 2.56.189.224/32 | ipv4 | Dallas - BBQ, US | normal |
| 2.56.189.225/32 | ipv4 | Dallas - BBQ, US | normal |
| 2.56.189.240/32 | ipv4 | Dallas - BBQ, US | normal |
| 2.56.189.241/32 | ipv4 | Dallas - BBQ, US | normal |
| 5.187.52.146/32 | ipv4 | Gdansk - Motlawa, PL | normal |
| 5.187.52.147/32 | ipv4 | Gdansk - Motlawa, PL | normal |
| 5.187.52.148/32 | ipv4 | Gdansk - Motlawa, PL | normal |
| 23.82.137.230/32 | ipv4 | Miami - Snow, US | normal |
| 23.82.138.29/32 | ipv4 | Miami - Snow, US | normal |
| 23.133.64.162/32 | ipv4 | Calgary - Chinook, CA | normal |
| 23.133.64.163/32 | ipv4 | Calgary - Chinook, CA | normal |
| 23.133.64.164/32 | ipv4 | Calgary - Chinook, CA | normal |
| 23.148.144.19/32 | ipv4 | Philadelphia - Sunny, US | normal |
| 23.148.144.20/32 | ipv4 | Philadelphia - Sunny, US | normal |
| 23.148.144.21/32 | ipv4 | Philadelphia - Sunny, US | normal |
| 23.148.145.199/32 | ipv4 | Philadelphia - Fresh Prince, US | normal |
| 23.148.146.210/32 | ipv4 | Philadelphia - Fresh Prince, US | normal |
Blocking Windscribe
iptables
curl -sO https://cloud-ip-ranges.com/download/windscribe.txt
while read ip; do
iptables -A INPUT -s $ip -j DROP
iptables -A OUTPUT -d $ip -j DROP
done < windscribe.txt
ufw
curl -sO https://cloud-ip-ranges.com/download/windscribe.txt
while read ip; do
ufw deny from $ip
ufw deny to $ip
done < windscribe.txt
fail2ban
sudo tee /etc/fail2ban/filter.d/windscribe-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF
sudo tee /etc/fail2ban/jail.d/windscribe-block.conf << EOF
[windscribe-block]
enabled = true
filter = windscribe-block
action = iptables-allports[name=windscribe]
logpath = /tmp/windscribe.txt
findtime = 1
bantime = -1
maxretry = 1
EOF
curl -so /tmp/windscribe.txt https://cloud-ip-ranges.com/download/windscribe.txt
sudo systemctl restart fail2ban
pfSense / OPNsense
curl -sO https://cloud-ip-ranges.com/download/windscribe.txt
# Firewall > Aliases: new alias WINDSCRIBE_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=WINDSCRIBE_BLOCK
About
These IP ranges cover the Windscribe network and are updated regularly from its official source. The data includes IPv4 and IPv6 ranges. Last update was about 16 hours ago.
Other providers
AirVPN, Akamai, Alibaba, Alpha Strike Labs, Amazonbot, Amzn-SearchBot, Amzn-User, Anthropic, AppleBot, Atlassian, AWS, Azure, Backblaze, Baidu, BinaryEdge, BingBot, Bunny, CacheFly, CCBot, Censys, ChatGPT-User, ClaudeBot, Cloudflare, Datadog, DigitalOcean, DuckDuckBot, Fastly, Gabia, G-Core, GitHub, Googlebot, Google Cloud, Google Public DNS, Google Services, GPTBot, Hetzner, Hostway, Huawei Cloud, IBM Cloud, iCloud Private Relay, Internet Archive, IVPN, Leaseweb, Linode, Meta, Microsoft 365, Mistral, Mullvad, NHN Cloud, NordVPN, OpenAI ChatGPT, OpenAI SearchBot, Oracle Cloud, OVHcloud, OVPN.com, PerplexityBot, Perplexity-User, Pingdom, Private Internet Access, QUIC.cloud, Rackspace, Rapid7 Sonar, Salesforce, Scaleway, Shodan, StatusCake, StormWall, Stretchoid, Sucuri, Telegram, Tencent, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Yandex, Zoho, Zoom, Zscaler