Search found 1 match

by awalilko
05 Jan 2018, 17:17
Forum: General Discussion (csf)
Topic: Custom REGEX rules for CSF.
Replies: 92
Views: 1937978

Re: Custom REGEX rules for CSF.

I made a bit of regex to monitor failed plesk logins (which also seems to work for failed webmail logins on plesk) Working OS: RHEL7 Action: Block IP address after 5 failed Plesk login attempts over 3600s CUSTOM1_LOG = "/var/log/plesk/panel.log" if (($globlogs{CUSTOM1_LOG}{$lgfile}) and ($...