fail2ban icon indicating copy to clipboard operation
fail2ban copied to clipboard

Daemon to ban hosts that cause multiple authentication errors

Results 259 fail2ban issues
Sort by recently updated
recently updated
newest added

I hope I used the correct issue category, sorry if not. ### Environment: - Fail2Ban version : v1.0.2 - OS, including release name/version : Debian 12 #### Service, project or...

filter-request

When running ```fail2ban-client get dbpurgeage```, I noticed there is no space between the value and the string "dbpurgeage" in the output. This PR fixes that. BEFORE: ``` # fail2ban-client get...

### Environment: - Fail2Ban version : 0.11.2-2 - OS, including release name/version : Debian GNU/Linux 11 (bullseye) #### Service, project or product which log or journal should be monitored -...

moreinfo
filter-request

Hello, I am trying to ignore bans/unbans after restart for one action that is sending unbans/bans to external service. Its slows the restore wih calling the server with stuff that...

enhancement

#### Description Many syslog daemon-implementations allow forwarding the received log-entries further -- to another `host`:`port` combination -- in stead of, or in addition to writing them into files. By becoming...

enhancement

An excessive number of HTTP errors is likely abuse of some kind. This may include application login errors, if the app responds with an appropriate HTTP status code. We use...

#### Description The use of pyinotify is predicted on the inotify support, which is, largely, a Linux-only thing. The [watchdog](https://pypi.org/project/watchdog/) module would be preferable, because it supports other frameworks, such...

enhancement

Jail for [paperless-ngx](https://github.com/paperless-ngx/paperless-ngx) unsuccessful authentication attempts

Added filter for Crowdsec banned IP Added action to ban IP banned by crowdsec in fail2ban Added filter for cs-cloudflare (Crowdsec Cloudflare) Added action to ban cs-cloudflare banned IP to...

Support for multiline logging. This will catch cases where the exception is thrown on the next line. Ie, these: 2024-11-13 07:29:21.851 1 => New connection: 91.238.000.00:65070 2024-11-13 07:29:21.859 1 =>...