Home All Groups Group Topic Archive Search About
Author
3 Apr 2006 1:16 PM
MikeV06
I have been getting a bunch of brute force attempted logins to account
Administrator on my ftp server (IIS 6). I have got the appropriate changes
to my server to make the attacks no more than troublesome. I do have a
couple of questions though.

Are there any changes one can make to prevent continuous failed login
attempts on ftp? I find it difficult to believe that one cannot stop such
activity, even on an account that does not exist. Maybe a portsentry type
of program for windows? Any advice?

I normally just add the range of ip addresses from the offending isp to my
ftp and web server directory security deny list. However, sometimes the
offending ip requires several ranges to block them completely, such as
those from Korea. I have been using a Linux program called cidr_range.pl
which will take the ip range and convert it into the network ips needed to
cover the entire range.

cidr_range first_ip second_ip gives nnn.0.0.0/nn type of information.

Does such a program exist for windows?

Thanks.

Author
4 Apr 2006 2:39 AM
Bernard Cheah [MVP]
I have not seen one yet. typically in the past, I did it at firewall level -
checkpoint.

Show quoteHide quote
"MikeV06" <m*@privacy.net> wrote in message
news:1a7jsqpklicaq.dlg@mycomputer06.invalid.com...
>I have been getting a bunch of brute force attempted logins to account
> Administrator on my ftp server (IIS 6). I have got the appropriate changes
> to my server to make the attacks no more than troublesome. I do have a
> couple of questions though.
>
> Are there any changes one can make to prevent continuous failed login
> attempts on ftp? I find it difficult to believe that one cannot stop such
> activity, even on an account that does not exist. Maybe a portsentry type
> of program for windows? Any advice?
>
> I normally just add the range of ip addresses from the offending isp to my
> ftp and web server directory security deny list. However, sometimes the
> offending ip requires several ranges to block them completely, such as
> those from Korea. I have been using a Linux program called cidr_range.pl
> which will take the ip range and convert it into the network ips needed to
> cover the entire range.
>
> cidr_range first_ip second_ip gives nnn.0.0.0/nn type of information.
>
> Does such a program exist for windows?
>
> Thanks.