Block FTP connections from different IPs.

Post Reply
Sergio
Junior Member
Posts: 1712
Joined: 12 Dec 2006, 14:56

Block FTP connections from different IPs.

Post by Sergio »

Hi,
it will be nice if CSF could block IPs that are trying to connect to the same FTP account but from different IPs.

Let me explain, a few days ago an account got compromised, customer had a virus that sent his FTP password to a hacker, in less than 10 seconds, about 200 different IPs were trying to access the account. Of couse we detected the intrusion and blocked the account, so, no major damage was done.

So, it would be nice if we could have a way to tell CSF if more than X different IPs are connected to the same FTP account to block the account or block the IPs.

Is this possible?

Regards,
Sergio
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Post by chirpy »

It's not currently possible as all login failures are based on ip address tracking, not account tracking. I'll add the idea to the dev list for consideration.
Sergio
Junior Member
Posts: 1712
Joined: 12 Dec 2006, 14:56

Post by Sergio »

Thankyou Jonathan,
I will wait to see this in a very near future.
chirpy
Moderator
Posts: 3537
Joined: 09 Dec 2006, 18:13

Post by chirpy »

It might take a while as it's not a simple change as currently all the regex's track IP addresses, not account names.
Post Reply