# Fail2ban filter for Plex Media Server # Protects against brute force authentication attempts [Definition] # Match failed authentication attempts in Plex logs failregex = ^.*Authentication failed for user.*from .*$ ^.*Invalid credentials.*from .*$ ^.*Failed login attempt.*from .*$ ^.*Unauthorized access attempt.*from .*$ # Ignore successful authentications ignoreregex = ^.*Authentication successful.*$ ^.*Login successful.*$