https://store-images.s-microsoft.com/image/apps.57785.0695cb14-442b-43b9-a6dd-fbac869e8973.a78821ba-8345-4f31-89de-9cbd1d68af06.b72b2d3d-cd7d-40be-858a-f7e6f668565b
Fail2Ban
yayıncı: bCloud LLC
Just a moment, logging you in...
Version 1.1.1.1 + Free Support on Ubuntu 24.04
Fail2Ban is a security tool that protects Linux systems from brute-force attacks by monitoring system log files for suspicious behavior, such as multiple failed login attempts. When such behavior is detected, Fail2Ban automatically blocks the offending IP addresses using firewall rules. It is highly configurable and commonly used to secure services like SSH, FTP, and web applications.
Features of Fail2Ban:- Monitors log files for signs of brute-force attacks and other suspicious behavior.
- Blocks IP addresses by adding firewall rules (using `iptables`, `ufw`, or `firewalld`).
- Supports multiple services like SSH, Apache, Nginx, FTP, and more.
- Customizable configuration to set thresholds for failed attempts and ban durations.
- Can send alerts via email or other actions upon detecting malicious activity.
- Prevents repeated attacks from malicious users while allowing legitimate access.
- Logging and reporting features for auditing and monitoring blocked IPs.
To check the installed version run these commands on terminal:
$ sudo su
$cd /opt
$cd fail2ban
$fail2ban-server -V