cloud-ip-ranges

NHN Cloud IP ranges

Current IP ranges (CIDRs) used by the NHN Cloud infrastructure, updated daily.

categoryDatacenter & Hosting
websitehttps://www.nhncloud.com
ranges375 (375 IPv4, 0 IPv6)
last change
downloads800
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/nhn-cloud.txt

Ranges

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

CIDR Type Tag
103.243.200.0/24 ipv4 AS10038
59.150.18.0/24 ipv4 AS152291
59.150.32.0/24 ipv4 AS152291
59.150.33.0/24 ipv4 AS152291
59.150.34.0/24 ipv4 AS152291
59.150.35.0/24 ipv4 AS152291
59.150.36.0/24 ipv4 AS152291
59.150.37.0/24 ipv4 AS152291
1.209.199.0/24 ipv4 AS45974
43.227.116.0/22 ipv4 AS45974
43.227.116.0/24 ipv4 AS45974
43.227.117.0/24 ipv4 AS45974
43.227.118.0/24 ipv4 AS45974
43.227.119.0/24 ipv4 AS45974
43.254.244.0/24 ipv4 AS45974
45.125.232.0/22 ipv4 AS45974
45.125.232.0/24 ipv4 AS45974
45.125.233.0/24 ipv4 AS45974
45.125.234.0/24 ipv4 AS45974
45.125.235.0/24 ipv4 AS45974
45.249.160.0/24 ipv4 AS45974
45.249.161.0/24 ipv4 AS45974
45.249.162.0/24 ipv4 AS45974
45.249.163.0/24 ipv4 AS45974
61.42.226.0/24 ipv4 AS45974

Blocking NHN Cloud

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

These IP ranges are sourced directly from NHN Cloud's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by NHN Cloud'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, 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, 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