-
The jail.local template file lists ssh, ssh-ddos, and apache as active jails. As of the version used in Debian 9, fail2ban has changed these to sshd, sshd-ddos, and apache-* (which has 11 different f…
-
Since the changes from #19, fail2ban won't start anymore. That's because the SSH jail in Ubuntu isn't `ssh`, but `sshd`. So now, fail2ban just refuses to start since there's no `ssh` filters on Ubuntu…
-
### Environment:
- Fail2Ban version : 1.0.2-3.el8
- OS, including release name/version : AlmaLinux 8.7
- [x] Fail2Ban installed via OS/distribution mechanisms
- [x] You have not applied any …
-
### Environment:
_Fill out and check (`[x]`) the boxes which apply. If your Fail2Ban version is outdated,
and you can't verify that the issue persists in the recent release, better seek support
f…
-
Integrated Travis tests for the filters on some sample logs would be awesome. :)
It is probably possible to duplicate some tests from the original fail2ban repo: https://github.com/fail2ban/fail2ban
-
Any chance of you all extending this for syslog-ng? Below is a slightly redacted version of what our config file on our central log server looks like just for reference.
```
[genebean@myLogServer ~]$…
-
We want to send notification to slack about IP address which seems sending too much request to our server.
### 1. Install Fail2ban
`apt install fail2ban -y`
- may have to `apt update` if it…
-
### 📝 Preliminary Checks
- [X] I tried searching for an existing issue and followed the [debugging docs](https://docker-mailserver.github.io/docker-mailserver/latest/config/debugging/) advice, but …
-
Debian12 + iptables+ fail2ban+postfix+dovecot
It is necessary to protect port 143 from password guessing(I use the blocking filter that comes with fail2ban /etc/fail2ban/filter.d/dovecot.conf)
[do…
-
OS: Debian 8 Jessie
`enabled = false`
`# pam-generic filter can be customized to monitor specific subset of 'tty's`
`filter = pam-generic`
`# port actually must be irrelevant but lets leave it all…