Index of /ports_security/bruteforceblocker

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 11-Jan-2009 13:58 1.4K [   ] distinfo 02-Apr-2006 04:14 224 [DIR] files/ 25-Dec-2006 04:06 - [TXT] pkg-descr 15-Sep-2006 13:39 680 [   ] pkg-plist 12-Nov-2005 22:30 410
BruteForceBlocker is a perl script, that works along with pf - OpenBSD's
firewall (Which is also available on FreeBSD since version 5.2 is out).
It's main purpose is to block SSH bruteforce attacks via firewall.
When this script is running, it checks sshd logs from syslog and looks
for Failed Login attempts - mostly some annoying script attacks, and
counts number of such attempts. When given IP reaches configured limit
of fails, script puts this IP to the pf's table and blocks any further
traffic to the that box from given IP (This also depends on
configuration done in pf.conf).

WWW: http://danger.rulez.sk/projects/bruteforceblocker/

- Daniel Gerzo <danger@FreeBSD.org>