New Project on automatic IP Blacklisting based on Apache Logs: opinion asked
Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I made it because I couldn't find other ways to block the numerous access to my webserver for screening security holes. The system is totaly automatic.
What do you think about it? Is it usefull? Or are there better ways?
Would it have been possible to leverage fail2ban to accomplish this as well? I've never had good luck using fail2ban in this way but just wondering if you had tried that solution? Other than that thought, good work! I'll be checking this out to see if it can be used as a nice slowloris or DOS attack mitigation technique.
Actually, the design is flexible enough that if you can match a string in a log file it can setup the firewall rule to block an IP address. It's just a matter of crafting the right regex for the job.
Actually, the design is flexible enough that if you can match a string in a log file it can setup the firewall rule to block an IP address. It's just a matter of crafting the right regex for the job.
That's correct.
But the extra's in this concept:
- blacklist is centralised
- everebody can use the blacklist freely
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.