cloud-ip-ranges

Datadog IP ranges

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

categorySaaS & Business APIs
websitehttps://www.datadoghq.com
ranges148 (146 IPv4, 2 IPv6)
last change
downloads291
download txt csv json — permalinks, always the latest data
curl -O https://cloud-ip-ranges.com/download/datadog.txt

Ranges

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

CIDR Type Tag
3.233.144.0/20 ipv4 agents, api, apm, global, logs, orchestrator, process, remote-configuration, synthetics-private-locations
2600:1f18:24e6:b900::/56 ipv6 agents, api, apm, global, logs, orchestrator, process, remote-configuration, synthetics-private-locations
3.1.36.99/32 ipv4 synthetics
3.1.219.207/32 ipv4 synthetics
3.18.172.189/32 ipv4 synthetics
3.18.188.104/32 ipv4 synthetics
3.18.197.0/32 ipv4 synthetics
3.35.66.96/32 ipv4 synthetics
3.36.177.119/32 ipv4 synthetics
3.40.2.64/29 ipv4 synthetics
3.40.134.72/29 ipv4 synthetics
3.41.0.88/29 ipv4 synthetics
3.41.176.48/29 ipv4 synthetics
2607:4240:4000::/34 ipv6 synthetics
3.90.129.171/32 ipv4 webhooks
3.208.6.150/32 ipv4 webhooks
3.210.147.169/32 ipv4 webhooks
3.220.254.141/32 ipv4 webhooks
3.227.186.226/32 ipv4 webhooks
3.229.242.89/32 ipv4 webhooks
18.215.84.107/32 ipv4 webhooks
23.20.66.169/32 ipv4 webhooks
23.20.198.65/32 ipv4 webhooks
23.23.216.60/32 ipv4 webhooks
34.196.179.210/32 ipv4 webhooks

Blocking Datadog

iptables

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

ufw

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

fail2ban

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

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

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

pfSense / OPNsense

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

About

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