fail2ban/config
grafwol 2f9e5fe1da Enhancing the searching regex for 3 common situations:
1. Clients or bots trying to access resources not being hosted to explore critical files.
-> Error 404 is returned

2. Clients or bots trying to exploit services by pinging URIs with methods not allowed (i.e. POST instead of GET)
-> Error 405 is returned

3. Clients or bots explore dynamic hosted sites by randomly sending parameters to exploit the API (for all APIs from old CGI to REST service proxied)
-> Error 50x is returned
The latter is the weekest criteria bc. the return code is at best a expected exception and then defined by the API designer or at worst depending on the system behind. CGI for example let nginx throw 519 on harsh errors (which is not covered by the regex at all)
2024-06-25 09:32:01 +02:00
..
action.d extend ipset actions with new parameter ipsettype for the type of set (gh-3760), affected actions: 2024-06-09 23:38:58 +02:00
filter.d Enhancing the searching regex for 3 common situations: 2024-06-25 09:32:01 +02:00
fail2ban.conf New logtarget: systemd-journal; 2022-08-29 12:30:05 +02:00
jail.conf cherry-pick from debian: debian default banactions are nftables, systemd backend for sshd 2024-04-26 02:26:55 +02:00
paths-arch.conf Add a path configuration for Arch Linux 2017-02-14 18:43:01 +08:00
paths-common.conf [DATALAD RUNCMD] run codespell throughout fixing typo automagically 2023-11-18 10:04:04 -05:00
paths-debian.conf cherry-pick from debian: debian default banactions are nftables, systemd backend for sshd 2024-04-26 02:26:55 +02:00
paths-fedora.conf config/paths-common.conf: Added initial values for syslog_authpriv, syslog_mail in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00
paths-freebsd.conf config/paths-common.conf: Added initial values for syslog_authpriv, syslog_mail in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00
paths-opensuse.conf config/paths-common.conf: Added initial values for syslog_authpriv, syslog_mail in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00
paths-osx.conf config/paths-common.conf: Added initial values for syslog_authpriv, syslog_mail in order to avoid errors while parsing/interpolating configuration; 2017-11-03 14:15:07 +01:00