Projekt

Allgemein

Profil

Aktionen

Setup fail2ban » Historie » Revision 3

« Zurück | Revision 3/5 (Vergleich) | Weiter »
Jeremias Keihsler, 13.04.2019 12:24


Setup fail2ban

Requirements

To install fail2ban you will need the following:
  • a installed and supported operating system (e.g. CentOS 7.x)
  • root-access
  • a fast internet connection
  • EPEL

Preliminary Note

This procedure is based on a documentation taken from https://www.howtoforge.com/tutorial/how-to-install-fail2ban-on-centos/

Most Linux servers offer an SSH login via Port 22 for remote administration purposes. This port is a well-known port, therefore, it is often attacked by brute force attacks. Fail2ban is a software that scans log files for brute force login attempts in real-time and bans the attackers with firewalld or iptables. Fail2ban recognizes unwanted access or security breach efforts to the server within the administrator set time frame and blocks the IP addresses which show signs of brute force attacks or dictionary attacks. This program works in the background and continuously scans the log files for unusual login patterns and security breach attempts.

Install

yum install fail2ban fail2ban-systemd

Von Jeremias Keihsler vor mehr als 5 Jahren aktualisiert · 3 Revisionen