Feature: IP Blocklist Implementation
Problem / Use Case: There is curated IPv4 blocklist available on internet (such as Firehol, etc) which able to block known abusers and bots before they hitting web/application (mainly its implemented as ipset with drop as default action). In my opinion, its a critical proactive security measure for internet-facing servers. automatically blocking traffic from IP addresses known to be malicious, thus reducing the attack surface.
Proposed Solution: IP blocklist can be enabled on Firewall
Priority: Important
Some preferrable curated blocklist:
Thank you for the considerations.
Problem / Use Case: There is curated IPv4 blocklist available on internet (such as Firehol, etc) which able to block known abusers and bots before they hitting web/application (mainly its implemented as ipset with drop as default action). In my opinion, its a critical proactive security measure for internet-facing servers. automatically blocking traffic from IP addresses known to be malicious, thus reducing the attack surface.
Proposed Solution: IP blocklist can be enabled on Firewall
Priority: Important
Some preferrable curated blocklist:
- Tor Exit Nodes
- Bruteforce Blocker
- Blocklist.de
- GreenSnow
- Firehol (they have some levels of blocklist - level 1 to 4)
- StopForumSpam
- AbuseIPDB (100% confidence blocklist available on some github repo)
- DuggyTuxy
- Custom URL IPv4 blocklist
- etc...
Thank you for the considerations.