cloud-ip-ranges

Yandex IP ranges

Current IP ranges (CIDRs) used by the Yandex cloud infrastructure, updated daily.

categoryDatacenter & Hosting
websitehttps://yandex.cloud
ranges150 (140 IPv4, 10 IPv6)
last change
downloads789
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/yandex.txt

Ranges

Sample of 25 of 150 ranges. Download the full list above, or check a specific IP.

CIDR Type Tag
89.223.6.0/23 ipv4 baremetal
89.223.20.0/24 ipv4 baremetal
92.255.58.0/23 ipv4 baremetal
94.126.204.0/22 ipv4 baremetal
94.139.248.0/22 ipv4 baremetal
185.184.128.0/22 ipv4 baremetal
5.187.84.32/28 ipv4 cdn
31.135.225.72/29 ipv4 cdn
37.17.118.240/28 ipv4 cdn
37.128.241.248/29 ipv4 cdn
45.143.89.64/28 ipv4 cdn
45.157.212.160/28 ipv4 cdn
2a0d:d6c7:14::/64 ipv6 cdn
2a0d:d6c7:14:1::/64 ipv6 cdn
2a0d:d6c7:14:2::/64 ipv6 cdn
2a0d:d6c7:14:3::/64 ipv6 cdn
2a0d:d6c7:15::/64 ipv6 cdn
2a0d:d6c7:15:1::/64 ipv6 cdn
2a02:6b8::/32 ipv6 infra
2a0d:d6c0::/29 ipv6 infra
31.44.8.0/21 ipv4 vpc
37.230.168.0/23 ipv4 vpc
37.230.172.0/22 ipv4 vpc
37.230.188.0/22 ipv4 vpc
45.133.96.0/22 ipv4 vpc

Blocking Yandex

iptables

curl -sO https://cloud-ip-ranges.com/download/yandex.txt
while read ip; do
  iptables -A INPUT -s $ip -j DROP
  iptables -A OUTPUT -d $ip -j DROP
done < yandex.txt

ufw

curl -sO https://cloud-ip-ranges.com/download/yandex.txt
while read ip; do
  ufw deny from $ip
  ufw deny to $ip
done < yandex.txt

fail2ban

sudo tee /etc/fail2ban/filter.d/yandex-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF

sudo tee /etc/fail2ban/jail.d/yandex-block.conf << EOF
[yandex-block]
enabled = true
filter = yandex-block
action = iptables-allports[name=yandex]
logpath = /tmp/yandex.txt
findtime = 1
bantime = -1
maxretry = 1
EOF

curl -so /tmp/yandex.txt https://cloud-ip-ranges.com/download/yandex.txt
sudo systemctl restart fail2ban

pfSense / OPNsense

curl -sO https://cloud-ip-ranges.com/download/yandex.txt
# Firewall > Aliases: new alias YANDEX_BLOCK, type Network(s), import the file
# Firewall > Rules > WAN: Action=Block, Source=YANDEX_BLOCK

About

These IP ranges are sourced directly from Yandex's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by Yandex's infrastructure worldwide. Last update was about 6 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, Windscribe, Zoho, Zoom, Zscaler