Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2005 23:16:05 +0200
From:      Daniel Gerzo <danger@rulez.sk>
To:        Ed Stover <estover@nativenerds.com>, questions@freebsd.org
Subject:   Re[2]: too many illegal connection attempts through ssh
Message-ID:  <482818047.20050413231605@rulez.sk>
In-Reply-To: <1113425167.91701.14.camel@red.nativenerds.com>
References:  <36f5bbba050406001514562df7@mail.gmail.com> <1113425167.91701.14.camel@red.nativenerds.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ed,

Wednesday, April 13, 2005, 10:46:07 PM, you wrote these comments:

> Forgive the top posting (long message) ;)
> A quick way to make that crap go away is to run your ssh on a  different
> port. quick, simple, effective. I used to have those "brute force"
> attacks every day and fill my logs and I would go in and create and
> entry that that entire Netmask in the ipfw and hosts.allow files but
> that got tedious real quick. Changing the port made my life easier.
> ssh -p 99 -l yournamehere 192.168.1.10

or, if Edwin uses pf, he can use my bruteforceblocker.pl, which is
daemonized process that checks for these login attempts and ads given
IPs to the pf's table.

it's located at:

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

PS: it seems like Edwin will have to little bit adjust the regexp in
my script, since my regexp checks for Failed password attempts, but to
do so is trivial thing...

> On Wed, 2005-04-06 at 07:15 +0000, Edwin D. Vinas wrote:
>> hello,
>> 
>> shown below is snapshot of too many illegal attempts to login to my
>> server from a suspicious hacker. this is taken from the
>> "/var/log/auth.log". my question is, how do i automatically block an
>> IP address if it is attempting to guess my login usernames? can i
>> configure the firewall to check the instances a certain IP has
>> attempted to access/ssh the sevrer, and if it has failed to login for
>> about "x" number of attempts, it will be blocked automatically?
>> 
>> thank you in advance!
>> 
>> -edwin
>> 
>> ----------------
>> Mar 26 05:00:00 pawikan newsyslog[11879]: logfile turned over due to size>100K
>> Mar 26 22:49:29 pawikan sshd[66637]: Illegal user test from 211.176.33.46
>> Mar 26 22:49:32 pawikan sshd[66639]: Illegal user guest from 211.176.33.46
>> Mar 26 22:49:35 pawikan sshd[66641]: Illegal user admin from 211.176.33.46

-- 
Best Regards,

+----------==/\/\==----------+       (__)      FreeBSD
|  DanGer <danger@rulez.sk>  |    \\\'',)      The
| DanGer@IRCnet ICQ261701668 |      \/  \ ^    Power
|   http://danger.rulez.sk   |      .\._/_)    To
+----------==\/\/==----------+                 Serve

[ Oh, what is it now? Can't you leave me in Peace? - Basil Fawlty ]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?482818047.20050413231605>