Note: I’ve stopped updating the repository
.txt
files and now use the live URLs below.
If you still want the repo files updated, please open an issue and say which ones.
This repository contains curated lists of IP addresses that are known for spam activities. The lists are dynamically updated using Cloudflare Workers.
-
merged-list.txt
- This file contains a merged list of IP addresses from both the
nixspam-ip.txt
andsslipblacklist-ips.txt
files.
- This file contains a merged list of IP addresses from both the
-
nixspam-ip.txt
- This file contains IP addresses from the Nixspam iX spam protection feed.
-
sslipblacklist-ips.txt
- This file contains IP addresses from the SSBL SSL botnet IPs feed.
-
cidrs-only.txt
- This file contains IPv4 network ranges in CIDR notation (e.g.,
203.0.113.0/24
), one per line.
- This file contains IPv4 network ranges in CIDR notation (e.g.,
The following Cloudflare Workers are used to dynamically curate and update the lists:
- Nixspam IP List: https://ip-blacklist.corale.workers.dev/nixspam-ip.txt
- SSBL IP List: https://ip-blacklist.corale.workers.dev/sslipblacklist-ips.txt
- Merged IP List: https://ip-blacklist.corale.workers.dev/merged-list.txt
- CIDRs Only: https://ip-blacklist.corale.workers.dev/cidrs-only.txt
- Combined IPs Only: https://ip-blacklist.corale.workers.dev/combined-ips.txt
- Combined CIDRs Only: https://ip-blacklist.corale.workers.dev/combined-cidrs.txt
These workers ensure that the lists are always up to date with the latest data.
You can use these lists to block known spam IP addresses in your firewall or security settings to enhance your protection against spam and botnet activities.
Feel free to contribute by submitting pull requests or opening issues for any suggestions or improvements.