Using fail2ban to Block Brute Force Attacks

Posted by soapy | Linux Tutorials | Tuesday 14 October 2008 1:19 pm

From the category of log based tools I have chosen to present fail2ban because I consider it to be the best available log based brute force blocker. Basically, as any other log based brute force blockers, fail2ban will monitor the system log files and when certain configured events occur they will trigger fail2ban to block the offending host.
(more…)

Using iptables to Block Brute Force Attacks

Posted by soapy | Linux Tutorials | Tuesday 14 October 2008 1:19 pm

force attacks. In order to use this method you need a kernel and iptables installation that includes ipt_recent. If your linux distribution doesn’t include the ipt_recent module or you are using a custom compiled kernel you might need to first include the iptables recent patch that can be found on the author’s website or in the iptables patch-o-matic area. If you are using Debian/Ubuntu you don’t need to do anything special as this is already included in your system.
(more…)