Gabia IP ranges
Current IP ranges (CIDRs) used by the Gabia cloud infrastructure, updated daily.
| category | Datacenter & Hosting |
|---|---|
| website | https://www.gabia.com |
| ranges | 99 (99 IPv4, 0 IPv6) |
| last change | |
| downloads | 878 |
| download | txt csv json — permalinks, always the latest data |
curl -O https://cloud-ip-ranges.com/download/gabia.txt
Ranges
Sample of 25 of 99 ranges. Download the full list above, or check a specific IP.
| CIDR | Type | Tag |
|---|---|---|
| 1.201.99.0/24 | ipv4 | AS17589 |
| 1.201.224.0/24 | ipv4 | AS17589 |
| 1.201.225.0/24 | ipv4 | AS17589 |
| 1.201.227.0/24 | ipv4 | AS17589 |
| 103.240.48.0/22 | ipv4 | AS17589 |
| 121.78.79.0/24 | ipv4 | AS17589 |
| 121.78.87.0/24 | ipv4 | AS17589 |
| 121.78.93.0/24 | ipv4 | AS17589 |
| 121.78.95.0/24 | ipv4 | AS17589 |
| 121.78.112.0/24 | ipv4 | AS17589 |
| 121.78.113.0/24 | ipv4 | AS17589 |
| 121.78.114.0/24 | ipv4 | AS17589 |
| 121.78.115.0/24 | ipv4 | AS17589 |
| 121.78.116.0/24 | ipv4 | AS17589 |
| 121.78.117.0/24 | ipv4 | AS17589 |
| 121.78.118.0/24 | ipv4 | AS17589 |
| 121.78.119.0/24 | ipv4 | AS17589 |
| 121.78.121.0/24 | ipv4 | AS17589 |
| 121.78.122.0/24 | ipv4 | AS17589 |
| 121.78.124.0/24 | ipv4 | AS17589 |
| 121.78.126.0/24 | ipv4 | AS17589 |
| 121.78.127.0/24 | ipv4 | AS17589 |
| 121.78.129.0/24 | ipv4 | AS17589 |
| 121.78.131.0/24 | ipv4 | AS17589 |
| 121.78.132.0/24 | ipv4 | AS17589 |
Blocking Gabia
iptables
curl -sO https://cloud-ip-ranges.com/download/gabia.txt
while read ip; do
iptables -A INPUT -s $ip -j DROP
iptables -A OUTPUT -d $ip -j DROP
done < gabia.txt
ufw
curl -sO https://cloud-ip-ranges.com/download/gabia.txt
while read ip; do
ufw deny from $ip
ufw deny to $ip
done < gabia.txt
fail2ban
sudo tee /etc/fail2ban/filter.d/gabia-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF
sudo tee /etc/fail2ban/jail.d/gabia-block.conf << EOF
[gabia-block]
enabled = true
filter = gabia-block
action = iptables-allports[name=gabia]
logpath = /tmp/gabia.txt
findtime = 1
bantime = -1
maxretry = 1
EOF
curl -so /tmp/gabia.txt https://cloud-ip-ranges.com/download/gabia.txt
sudo systemctl restart fail2ban
pfSense / OPNsense
curl -sO https://cloud-ip-ranges.com/download/gabia.txt
# Firewall > Aliases: new alias GABIA_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=GABIA_BLOCK
About
These IP ranges are sourced directly from Gabia's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by Gabia's infrastructure worldwide. Last update was about 18 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, 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, Windscribe, Yandex, Zoho, Zoom, Zscaler