Generated Blocklists
Download the latest generated firewall and plain-text blocklists. by Polaris Network Indonesia
Last updated:
| List | Sources | Entries | Plain | MikroTik | nftables | ipset | Windows | pf |
|---|---|---|---|---|---|---|---|---|
base3 |
etblock + toxic + dshield30 + abuseipdb30 + feodo |
1,789 | TXT | RSC | NFT / SH | SH | PS1 / BAT | TXT / SH |
base7 |
etblock + toxic + dshield7 + abuseipdb7 + feodo |
1,746 | TXT | RSC | NFT / SH | SH | PS1 / BAT | TXT / SH |
baseip |
feodo + strongips + etcompromised + webserver |
2,196 | TXT | RSC | NFT / SH | SH | PS1 / BAT | TXT / SH |
compact |
etblock + toxic + dshield7 + abuseipdb7 + feodo + ipsum7 + strongips + etcompromised + webserver |
3,875 | TXT | RSC | NFT / SH | SH | PS1 / BAT | TXT / SH |
combined |
etblock + toxic + dshield30 + abuseipdb30 + feodo + ipsum3 + strongips + etcompromised + webserver |
13,683 | TXT | RSC | NFT / SH | SH | PS1 / BAT | TXT / SH |
combined4server |
etblock + toxic + dshield30 + abuseipdb30 + feodo + ipsum3 + strongips + etcompromised + webserver + threatfox + level4 + botnet |
191,060 | TXT | RSC | NFT / SH | SH | PS1 / BAT | TXT / SH |
complete |
etblock + toxic + dshield30 + abuseipdb30 + feodo + ipsum3 + strongips + etcompromised + webserver + threatfox + level2 + level3 |
48,429 | TXT | RSC | NFT / SH | SH | PS1 / BAT | TXT / SH |
Warning! Some Mikrotik have small memory might not able to handle too big list. Consider using smaller list according to your device capability!
Warning! Level1 contain bogons (private/local) IP address. It might block your LAN!
Check here for more info: Firehol IP Lists
Most lists are in CIDR form. Example etblock only about 1500 CIDR list, but it can block about 15 MILLION IP Address!
nb:
compact: mostly cidr, best for small firewall
combined: in addition to cidr, some important ip lists
Run this ONCE in you mikrotik to activate block rule and install the scheduler
#first activate firewall block rules
/ip/firewall/raw/add chain=prerouting action=drop log-prefix=ipbl comment=ipbl.dennyhalim.com place-before=0 src-address-list=blocklist-complete
/ip/firewall/raw/add chain=prerouting action=drop log-prefix=ipbl comment=ipbl.dennyhalim.com place-before=0 src-address-list=blocklist-combined
/ip/firewall/raw/add chain=prerouting action=drop log-prefix=ipbl comment=ipbl.dennyhalim.com place-before=0 src-address-list=blocklist-compact
#download and run installer
/tool fetch url="https://blacklists.pages.dev/ipbl-installer.rsc"
import ipbl-installer.rscOverlapping and adjacent networks are collapsed where possible before generating the RouterOS list.
#download
cd /data
curl -O https://blacklists.pages.dev/ui-install.sh
#examine
less ui-install.sh
# INSTALL
sudo ./ui-install.sh