
fail2ban
Fail2Ban scans log files and bans IP addresses conducting too many failed login attempts by updating system firewall rules.
About
Fail2Ban is an intrusion prevention framework written in Python that protects servers from brute-force attacks. It monitors log files across multiple services and automatically bans IP addresses that exhibit suspicious behavior, such as repeated failed login attempts. This tool i…