The attacks have become more and more sophisticated lately, I took a closer look at the logs today and found that most attacks are now being carried out via botnets. The IP addresses are therefore changing every minute and a blocking via Fail2ban is becoming difficult without locking out regular customers.
So Fail2ban is bypassed by botnets and another solution is needed ...
does anyone have an idea?
check out:
tail -n 50000 /var/log/fail2ban.log | grep wordpress
tail -n 50000 /var/log/fail2ban.log | grep postfix
tail -n 50000 /var/log/fail2ban.log | grep postfix
tail -n 50000 /var/log/fail2ban.log | grep dovecot
tail -n 50000 /var/log/fail2ban.log | grep postfix-sasl
etc.