FTP server under hacking attempts

ftphacking

FileZilla log is showing regular attempts to login with dictionary keywords, and the attacker's IP remains the same for the last 3 days.

What can I do about it apart from deny this IP address?

Best Answer

Use fail2ban to ban IP addresses if you want an ongoing blocking solution. Rate limiting the logons is also a good idea if your server software supports it (I'm not sure if FileZilla's server supports it, maybe someone else can chime in).

A better idea is to make sure nobody's username or password are extremely simple (like single first names, or dictionary passwords). Proper usernames and complex passwords would take them years (at a minimum) to break.