fail2ban/config/filter.d
Sergey G. Brester efbbcb41ea
non capturing group
2022-11-18 12:32:15 +01:00
..
ignorecommands filter.d/ignorecommands/apache-fakegooglebot: added timeout parameter (default 55 seconds) - avoid fail with timeout (default 1 minute) by reverse lookup on some slow DNS services (googlebots must be resolved fast); 2021-03-02 19:35:27 +01:00
3proxy.conf
apache-auth.conf filter.d/apache-auth.conf: 2019-10-18 11:26:19 +02:00
apache-badbots.conf
apache-botsearch.conf
apache-common.conf filter.d/apache-auth.conf: 2019-10-18 11:26:19 +02:00
apache-fakegooglebot.conf filter.d/apache-fakegooglebot.conf: better, more precise regex and datepattern (closes possible weakness like #3013) 2021-05-11 13:47:48 +02:00
apache-modsecurity.conf updated 2019-04-24 21:35:19 +02:00
apache-nohome.conf
apache-noscript.conf filter.d/apache-noscript.conf: extended to match "script not found" with error AH02811 (and cgi-bin path segment in script) 2020-11-23 17:25:41 +01:00
apache-overflows.conf filter.d/apache-overflows.conf: extended to match AH00126 error (Invalid URI ...); 2021-01-11 15:10:53 +01:00
apache-pass.conf
apache-shellshock.conf
assp.conf
asterisk.conf Add transport to asterisk RE 2021-01-31 15:22:16 +01:00
bitwarden.conf review and small tweaks (more precise and safe RE) 2020-11-09 13:43:59 +01:00
botsearch-common.conf
centreon.conf Add Centreon jail 2019-10-24 14:37:18 +02:00
common.conf common.conf: fixed typo in comment (rfc5424 for logtype) 2022-05-12 18:09:09 +02:00
counter-strike.conf
courier-auth.conf filter.d/courier-auth.conf: consider optional port after IP, regex is rewritten without catch-all's and right anchor, so it is more stable against further modifications now; 2022-02-09 12:18:23 +01:00
courier-smtp.conf filter.d/courier-smtp.conf: prefregex extended to consider port in log-message (closes gh-2697) 2020-04-21 13:32:17 +02:00
cyrus-imap.conf
dante.conf non capturing group 2022-11-18 12:32:15 +01:00
directadmin.conf
domino-smtp.conf filter.d/domino-smtp.conf: 2018-09-21 14:14:00 +02:00
dovecot.conf fixes gh-3370: resolve extremely long search by repeated apply of non-greedy RE `(?:: (?:[^\(]+|\w+\([^\)]*\))+)?` with following branches (it may be extremely slow up to infinite search depending on message); added new regression tests 2022-10-04 14:10:45 +02:00
dropbear.conf
drupal-auth.conf more precise RE (avoids weakness with catch-all's and is injection safe) 2021-02-11 18:32:32 +01:00
ejabberd-auth.conf
exim-common.conf filter.d\exim-common.conf: pid-prefix extended to match `mx1 exim[...]:` (gh-2553) 2021-05-29 20:47:56 +02:00
exim-spam.conf
exim.conf filter.d/exim.conf: failregex extended with SMTP call dropped: too many syntax or protocol errors. 2018-02-19 09:50:46 +01:00
freeswitch.conf filter.d/freeswitch.conf: provide mode parameter, allows to avoid matching of messages like `auth challenge (REGISTER)` (see gh-2163) (currently `extra` as default to be backwards-compatible), see comments in filter how to set it to mode `normal`. 2018-08-03 11:42:15 +02:00
froxlor-auth.conf
gitlab.conf New Gitlab jail 2020-04-09 16:42:08 +02:00
grafana.conf no catch-alls, user name and error message stored in ticket 2020-11-09 15:36:30 +01:00
groupoffice.conf
gssftpd.conf
guacamole.conf Enhance Guacamole jail 2020-08-25 13:01:50 +02:00
haproxy-http-auth.conf
horde.conf
kerio.conf
lighttpd-auth.conf filter.d/lighttpd-auth.conf: adjusted to the current source code + avoiding catch-all's, etc (gh-3116) 2021-10-01 15:03:24 +02:00
mongodb-auth.conf
monit.conf filter.d/common.conf: closes gh-2650, avoid substitute of default values in related `lt_*` section, `__prefix_line` should be interpolated in definition section (after the config considers all sections that can overwrite it); 2020-03-05 13:47:11 +01:00
monitorix.conf more precise anchored RE (also combining all 3 REs in a single regex) 2021-04-14 13:06:58 +02:00
mssql-auth.conf precise regex (left anchor and fewer catch-all's); fixed tests (added failJSON and more tests for some corner-cases around new RE) 2021-04-03 20:16:47 +02:00
murmur.conf filter.d/murmur.conf: fixed detection of failures reading from journal (systemd-backend only): 2018-02-09 11:43:55 +01:00
mysqld-auth.conf filter.d/mysqld-auth.conf: capture user name in filter (can be more strict if user switched, used in action or fail2ban-regex output); 2020-01-22 17:24:40 +01:00
nagios.conf
named-refused.conf `filter.d/named-refused.conf` extended (closes gh-3388): 2022-11-03 11:41:21 +01:00
nginx-bad-request.conf fix: add journalmatch to nginx filters 2021-04-03 19:20:50 +02:00
nginx-botsearch.conf fix: add journalmatch to nginx filters 2021-04-03 19:20:50 +02:00
nginx-http-auth.conf Merge branch 'master' into master 2021-04-04 00:04:08 +02:00
nginx-limit-req.conf fix: add journalmatch to nginx filters 2021-04-03 19:20:50 +02:00
nsd.conf restore anchor (e. g. catch all in the middle), dot is optional now, RE rewritten a bit more precise 2021-04-03 21:00:14 +02:00
openhab.conf
openwebmail.conf
oracleims.conf
pam-generic.conf quick optimization: normalizes pam-generic prefregex (more similar to the same regex within sshd-filter) + datepattern anchored now; 2018-03-20 16:00:21 +01:00
perdition.conf
php-url-fopen.conf
phpmyadmin-syslog.conf typo 2020-11-23 18:08:38 +01:00
portsentry.conf
postfix.conf filter.d/postfix.conf: mode `ddos` (and `aggressive`) extended to consider abusive handling of clients hitting command limit (gh-3040) 2021-06-10 15:23:24 +02:00
proftpd.conf typo 2020-11-23 18:07:49 +01:00
pure-ftpd.conf
qmail.conf
recidive.conf filter.d/recidive.conf: fixed if logging into systemd-journal (SYSLOG) with daemon name in prefix, gh-2069 2018-03-09 13:56:38 +01:00
roundcube-auth.conf
scanlogd.conf small amend: sport after saddr is optional 2021-04-03 23:29:16 +02:00
screensharingd.conf
selinux-common.conf small amend (non capturing group) 2022-11-14 18:56:01 +01:00
selinux-ssh.conf amend to #3405, eliminate catch-all 2022-11-15 14:29:59 +01:00
sendmail-auth.conf filter.d/sendmail-auth.conf: detect failures without user part 2022-08-01 09:20:28 +02:00
sendmail-reject.conf filter.d/sendmail-reject.conf: fix reverse DNS for ... (gh-3012) 2021-05-29 18:45:59 +02:00
sieve.conf
slapd.conf
softethervpn.conf small tweaks (both 2nd time and facility are optional, avoid catch-all, etc) 2020-11-09 13:19:25 +01:00
sogo-auth.conf Merge branch 'master-0.9' into 0.10 2019-03-12 16:58:08 +01:00
solid-pop3d.conf
squid.conf
squirrelmail.conf
sshd.conf filter.d/sshd.conf: `ddos` mode extended - recognizes messages "kex_exchange_identification: Connection closed / reset by pear" (fixed possible regression of f77398c49d); 2022-01-18 15:42:35 +01:00
stunnel.conf
suhosin.conf
tine20.conf
traefik-auth.conf filter.d/traefik-auth.conf: filter extended with parameter mode (`normal`, `ddos`, `aggressive`) to handle the match of username differently: 2020-04-23 13:08:24 +02:00
uwimap-auth.conf
vsftpd.conf
webmin-auth.conf
wuftpd.conf
xinetd-fail.conf
znc-adminlog.conf filter.d/znc-adminlog.conf: support logging format of systemd-journal, bypass port after address (optional, removed end-anchor, see gh-2520) 2019-09-10 21:02:26 +02:00
zoneminder.conf padding with space, prefregex, regex review (simplifying, capture user name, consider possible space char in user name) 2021-05-21 13:00:24 +02:00