Day: March 8, 2025
Fail2ban jail to mitigate DoS attacks against Apache
Requirements What we would like to accomplish: Scanning of all Apache access logs Ban the attackers IP if there are more than 300 GET requests during a time span of 5 mins resulting in HTTP non-200 (OK) status codes: 401, 403, 404, 503 Ban the attacker for 1 hour We're going to…