cloud-ip-ranges

Tencent IP ranges

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

categoryDatacenter & Hosting
websitehttps://www.tencentcloud.com
ranges3,433 (3,361 IPv4, 72 IPv6)
last change
downloads1,314
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/tencent.txt

Ranges

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

CIDR Type Tag
1.201.184.0/22 ipv4 AS132203
1.201.188.0/23 ipv4 AS132203
43.128.0.0/18 ipv4 AS132203
43.128.12.0/23 ipv4 AS132203
43.128.52.0/24 ipv4 AS132203
43.128.64.0/18 ipv4 AS132203
43.128.64.0/24 ipv4 AS132203
240d:c000:1000::/36 ipv6 AS132203
240d:c000:2000::/36 ipv6 AS132203
240d:c000:3000::/36 ipv6 AS132203
240d:c000:6000::/36 ipv6 AS132203
240d:c000:7000::/44 ipv6 AS132203
240d:c000:f000::/44 ipv6 AS132203
1.12.0.0/14 ipv4 AS45090
1.12.0.0/18 ipv4 AS45090
1.12.0.0/20 ipv4 AS45090
1.12.14.0/23 ipv4 AS45090
1.12.34.0/23 ipv4 AS45090
1.12.64.0/18 ipv4 AS45090
2402:4e00::/32 ipv6 AS45090
2402:4e00::/33 ipv6 AS45090
2402:4e00::/35 ipv6 AS45090
2402:4e00::/48 ipv6 AS45090
2402:4e00:1::/48 ipv6 AS45090
2402:4e00:4::/48 ipv6 AS45090

Blocking Tencent

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

These IP ranges are sourced directly from Tencent's official feeds and are updated regularly to ensure accuracy. The data includes IPv4 and IPv6 ranges used by Tencent'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, TOR, UpCloud, UptimeRobot, Vultr, Wasabi, Windscribe, Yandex, Zoho, Zoom, Zscaler