#!/bin/bash
SSH Attack blocker
A script to block ssh attacks.
This script blocks all traffic from an IP address if there have been 10 attempted ssh logins with bogus usernames from that IP address.
Project Category: security
Project owner: blindcoder
Version history:
| Version | Release date | ChangeLog | Download |
| 1.2 | Mon Apr 10 08:33:29 UTC 2006 | Now also blocks password brute force attacks. Thanks to netrunner again! | block.pl (application/x-perl) |
| 1.1 | Tue Feb 21 11:55:23 UTC 2006 | Some changes from Andreas .netrunner. Meier:
- Reset counter also for publickey login - small changes to output - also parse logfile if there is no ipv6 part in it | block.pl (application/x-perl) |
| 1.0 | Mon Aug 29 09:56:23 UTC 2005 | block.pl (application/octet-stream) |