cloud-ip-ranges:~$

BinaryEdge logo BinaryEdge IP Ranges

Download current IP ranges (CIDRs) used by the BinaryEdge scanner.

Provider Information

Official Website
https://www.binaryedge.io
Total IP Ranges
50
50 IPv4 · 0 IPv6
Last Updated
Total Downloads
1

Download Options

Choose your preferred format. All downloads are permalinks that always provide the latest data.

IP Ranges

First 25 of 50 ranges. Download the full list above, or search for a specific IP.

CIDR Type Tag
24.199.102.171/32 ipv4 binaryedge
24.199.112.60/32 ipv4 binaryedge
24.199.116.225/32 ipv4 binaryedge
24.199.120.244/32 ipv4 binaryedge
24.199.122.28/32 ipv4 binaryedge
24.199.126.120/32 ipv4 binaryedge
24.199.127.91/32 ipv4 binaryedge
45.33.74.165/32 ipv4 binaryedge
45.56.83.110/32 ipv4 binaryedge
45.56.104.83/32 ipv4 binaryedge
45.79.149.61/32 ipv4 binaryedge
45.79.152.94/32 ipv4 binaryedge
66.228.41.25/32 ipv4 binaryedge
67.205.171.175/32 ipv4 binaryedge
69.164.213.224/32 ipv4 binaryedge
96.126.98.168/32 ipv4 binaryedge
134.122.38.188/32 ipv4 binaryedge
134.209.222.199/32 ipv4 binaryedge
137.184.105.192/32 ipv4 binaryedge
137.184.123.50/32 ipv4 binaryedge
137.184.238.170/32 ipv4 binaryedge
138.68.248.169/32 ipv4 binaryedge
138.197.210.80/32 ipv4 binaryedge
139.59.122.183/32 ipv4 binaryedge
142.93.10.93/32 ipv4 binaryedge

Usage Examples - Blocking BinaryEdge IPs

Download the IP ranges

# Download with curl
curl -O https://cloud-ip-ranges.com/download/binaryedge.txt

# Or download with wget
wget https://cloud-ip-ranges.com/download/binaryedge.txt

Block with iptables (Linux firewall)

# Download and block BinaryEdge IPs with iptables
wget -O binaryedge_ips.txt https://cloud-ip-ranges.com/download/binaryedge.txt
while read ip; do
  iptables -A INPUT -s $ip -j DROP
  iptables -A OUTPUT -d $ip -j DROP
done < binaryedge_ips.txt

Block with UFW (Ubuntu/Debian firewall)

# Download and block BinaryEdge IPs with UFW
wget -O binaryedge_ips.txt https://cloud-ip-ranges.com/download/binaryedge.txt
while read ip; do
  ufw deny from $ip
  ufw deny to $ip
done < binaryedge_ips.txt

Block with fail2ban (intrusion prevention)

# Create fail2ban filter for BinaryEdge
sudo tee /etc/fail2ban/filter.d/binaryedge-block.conf << EOF
[Definition]
failregex = ^.*$
ignoreregex =
EOF

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

# Download IP list and restart fail2ban
wget -O /tmp/binaryedge_ips.txt https://cloud-ip-ranges.com/download/binaryedge.txt
sudo systemctl restart fail2ban

Block with pfSense/OPNsense (FreeBSD firewall)

# Create alias table for BinaryEdge IPs
# 1. Download the IP list
wget -O binaryedge_ips.txt https://cloud-ip-ranges.com/download/binaryedge.txt

# 2. In pfSense/OPNsense web interface:
# - Go to Firewall > Aliases
# - Create new alias named "BINARYEDGE_BLOCK"
# - Type: Network(s)
# - Import the downloaded file
#
# 3. Create firewall rule:
# - Go to Firewall > Rules > WAN
# - Add rule: Action=Block, Source=BINARYEDGE_BLOCK

About BinaryEdge IP Ranges

These are the addresses BinaryEdge scans the internet from, updated regularly. Use them to tag background scanning in your firewall and IDS logs so it does not read as a targeted attack, or to block the scanner outright if you would rather not be indexed. Last update was 27 minutes ago.

Other Cloud Providers

AirVPN IP Ranges Akamai IP Ranges Alibaba IP Ranges Alpha Strike Labs IP Ranges Amazonbot IP Ranges Amzn-SearchBot IP Ranges Amzn-User IP Ranges Anthropic IP Ranges AppleBot IP Ranges Atlassian IP Ranges AWS IP Ranges Azure IP Ranges Backblaze IP Ranges Baidu IP Ranges BingBot IP Ranges Bunny IP Ranges CacheFly IP Ranges CCBot IP Ranges Censys IP Ranges ChatGPT-User IP Ranges ClaudeBot IP Ranges Cloudflare IP Ranges Datadog IP Ranges DigitalOcean IP Ranges DuckDuckBot IP Ranges Fastly IP Ranges Gabia IP Ranges G-Core IP Ranges GitHub IP Ranges Googlebot IP Ranges Google Cloud IP Ranges Google Public DNS IP Ranges Google Services IP Ranges GPTBot IP Ranges Hetzner IP Ranges Hostway IP Ranges Huawei Cloud IP Ranges IBM Cloud IP Ranges iCloud Private Relay IP Ranges Internet Archive IP Ranges IVPN IP Ranges Leaseweb IP Ranges Linode IP Ranges Meta IP Ranges Microsoft 365 IP Ranges Mistral IP Ranges Mullvad IP Ranges NHN Cloud IP Ranges NordVPN IP Ranges OpenAI ChatGPT IP Ranges OpenAI SearchBot IP Ranges Oracle Cloud IP Ranges OVHcloud IP Ranges OVPN.com IP Ranges PerplexityBot IP Ranges Perplexity-User IP Ranges Pingdom IP Ranges Private Internet Access IP Ranges QUIC.cloud IP Ranges Rackspace IP Ranges Rapid7 Sonar IP Ranges Salesforce IP Ranges Scaleway IP Ranges Shodan IP Ranges StatusCake IP Ranges StormWall IP Ranges Stretchoid IP Ranges Sucuri IP Ranges Telegram IP Ranges Tencent IP Ranges TOR IP Ranges UpCloud IP Ranges UptimeRobot IP Ranges Vultr IP Ranges Wasabi IP Ranges Windscribe IP Ranges Yandex IP Ranges Zoho IP Ranges Zoom IP Ranges Zscaler IP Ranges