X7ROOT File Manager
Current Path:
/etc/fail2ban/filter.d
etc
/
fail2ban
/
filter.d
/
📁
..
📄
3proxy.conf
(467 B)
📄
apache-auth.conf
(3.15 KB)
📄
apache-badbots.conf
(2.76 KB)
📄
apache-botsearch.conf
(1.24 KB)
📄
apache-common.conf
(1.58 KB)
📄
apache-fakegooglebot.conf
(324 B)
📄
apache-modsecurity.conf
(511 B)
📄
apache-nohome.conf
(596 B)
📄
apache-noscript.conf
(1.22 KB)
📄
apache-overflows.conf
(2.13 KB)
📄
apache-pass.conf
(362 B)
📄
apache-shellshock.conf
(1020 B)
📄
assp.conf
(3.41 KB)
📄
asterisk.conf
(2.31 KB)
📄
bitwarden.conf
(427 B)
📄
botsearch-common.conf
(522 B)
📄
centreon.conf
(307 B)
📄
common.conf
(2.71 KB)
📄
counter-strike.conf
(244 B)
📄
courier-auth.conf
(429 B)
📄
courier-smtp.conf
(512 B)
📄
cyrus-imap.conf
(444 B)
📄
directadmin.conf
(338 B)
📄
domino-smtp.conf
(2.06 KB)
📄
dovecot.conf
(2.4 KB)
📄
dropbear.conf
(1.69 KB)
📄
drupal-auth.conf
(557 B)
📄
ejabberd-auth.conf
(1.54 KB)
📄
exim-common.conf
(516 B)
📄
exim-spam.conf
(2.11 KB)
📄
exim.conf
(2.81 KB)
📄
freeswitch.conf
(1.88 KB)
📄
froxlor-auth.conf
(1.18 KB)
📄
gitlab.conf
(236 B)
📄
grafana.conf
(388 B)
📄
groupoffice.conf
(236 B)
📄
gssftpd.conf
(322 B)
📄
guacamole.conf
(1.41 KB)
📄
haproxy-http-auth.conf
(1.14 KB)
📄
horde.conf
(404 B)
📁
ignorecommands
📄
kerio.conf
(938 B)
📄
lighttpd-auth.conf
(333 B)
📄
mongodb-auth.conf
(2.23 KB)
📄
monit.conf
(787 B)
📄
murmur.conf
(927 B)
📄
mysqld-auth.conf
(953 B)
📄
nagios.conf
(400 B)
📄
named-refused.conf
(1.46 KB)
📄
nginx-botsearch.conf
(681 B)
📄
nginx-http-auth.conf
(485 B)
📄
nginx-limit-req.conf
(1.42 KB)
📄
nsd.conf
(760 B)
📄
openhab.conf
(452 B)
📄
openwebmail.conf
(495 B)
📄
oracleims.conf
(1.89 KB)
📄
pam-generic.conf
(947 B)
📄
perdition.conf
(568 B)
📄
php-url-fopen.conf
(891 B)
📄
phpmyadmin-syslog.conf
(278 B)
📄
portsentry.conf
(242 B)
📄
postfix.conf
(3.09 KB)
📄
proftpd.conf
(1.14 KB)
📄
pure-ftpd.conf
(2.35 KB)
📄
qmail.conf
(795 B)
📄
recidive.conf
(1.34 KB)
📄
roundcube-auth.conf
(1.46 KB)
📄
screensharingd.conf
(821 B)
📄
selinux-common.conf
(538 B)
📄
selinux-ssh.conf
(570 B)
📄
sendmail-auth.conf
(776 B)
📄
sendmail-reject.conf
(2.88 KB)
📄
sieve.conf
(371 B)
📄
slapd.conf
(706 B)
📄
softethervpn.conf
(451 B)
📄
sogo-auth.conf
(722 B)
📄
solid-pop3d.conf
(1.07 KB)
📄
squid.conf
(260 B)
📄
squirrelmail.conf
(191 B)
📄
sshd.conf
(7.34 KB)
📄
stunnel.conf
(363 B)
📄
suhosin.conf
(649 B)
📄
tine20.conf
(890 B)
📄
traefik-auth.conf
(2.33 KB)
📄
uwimap-auth.conf
(374 B)
📄
vsftpd.conf
(637 B)
📄
webmin-auth.conf
(444 B)
📄
wuftpd.conf
(520 B)
📄
xinetd-fail.conf
(521 B)
📄
znc-adminlog.conf
(912 B)
📄
zoneminder.conf
(524 B)
Editing: common.conf
# Generic configuration items (to be used as interpolations) in other # filters or actions configurations # [INCLUDES] # Load customizations if any available after = common.local [DEFAULT] # Type of log-file resp. log-format (file, short, journal, rfc542): logtype = file # Daemon definition is to be specialized (if needed) in .conf file _daemon = \S* # # Shortcuts for easier comprehension of the failregex # # PID. # EXAMPLES: [123] __pid_re = (?:\[\d+\]) # Daemon name (with optional source_file:line or whatever) # EXAMPLES: pam_rhosts_auth, [sshd], pop(pam_unix) __daemon_re = [\[\(]?<_daemon>(?:\(\S+\))?[\]\)]?:? # extra daemon info # EXAMPLE: [ID 800047 auth.info] __daemon_extra_re = \[ID \d+ \S+\] # Combinations of daemon name and PID # EXAMPLES: sshd[31607], pop(pam_unix)[4920] __daemon_combs_re = (?:<__pid_re>?:\s+<__daemon_re>|<__daemon_re><__pid_re>?:?) # Some messages have a kernel prefix with a timestamp # EXAMPLES: kernel: [769570.846956] __kernel_prefix = kernel:\s?\[ *\d+\.\d+\]:? __hostname = \S+ # A MD5 hex # EXAMPLES: 07:06:27:55:b0:e3:0c:3c:5a:28:2d:7c:7e:4c:77:5f __md5hex = (?:[\da-f]{2}:){15}[\da-f]{2} # bsdverbose is where syslogd is started with -v or -vv and results in <4.3> or # <auth.info> appearing before the host as per testcases/files/logs/bsd/*. __bsd_syslog_verbose = <[^.]+\.[^.]+> __vserver = @vserver_\S+ __date_ambit = (?:\[\]) # Common line prefixes (beginnings) which could be used in filters # # [bsdverbose]? [hostname] [vserver tag] daemon_id spaces # # This can be optional (for instance if we match named native log files) __prefix_line = <lt_<logtype>/__prefix_line> # PAM authentication mechanism check for failures, e.g.: pam_unix, pam_sss, # pam_ldap __pam_auth = pam_unix # standardly all formats using prefix have line-begin anchored date: datepattern = <lt_<logtype>/datepattern> [lt_file] # Common line prefixes for logtype "file": __prefix_line = <__date_ambit>?\s*(?:<__bsd_syslog_verbose>\s+)?(?:<__hostname>\s+)?(?:<__kernel_prefix>\s+)?(?:<__vserver>\s+)?(?:<__daemon_combs_re>\s+)?(?:<__daemon_extra_re>\s+)? datepattern = {^LN-BEG} [lt_short] # Common (short) line prefix for logtype "journal" (corresponds output of formatJournalEntry): __prefix_line = \s*(?:<__hostname>\s+)?(?:<_daemon><__pid_re>?:?\s+)?(?:<__kernel_prefix>\s+)? datepattern = %(lt_file/datepattern)s [lt_journal] __prefix_line = %(lt_short/__prefix_line)s datepattern = %(lt_short/datepattern)s [lt_rfc5424] # RFC 5424 log-format, see gh-2309: #__prefix_line = \s*<__hostname> <__daemon_re> \d+ \S+ \S+\s+ __prefix_line = \s*<__hostname> <__daemon_re> \d+ \S+ (?:[^\[\]\s]+|(?:\[(?:[^\]"]*|"[^"]*")*\])+)\s+ datepattern = ^<\d+>\d+\s+{DATE} # Author: Yaroslav Halchenko, Sergey G. Brester (aka sebres)
Upload File
Create Folder