Created
September 10, 2013 19:21
-
-
Save thomas-p-wilson/6514285 to your computer and use it in GitHub Desktop.
Fail2Ban Asterisk regexes for 1.8.x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
failregex = NOTICE.* .*: Registration from '.*' failed for '<HOST>:.*' - Wrong password | |
NOTICE.* .*: Registration from '.*' failed for '<HOST>:.*' - No matching peer found | |
NOTICE.* .*: Registration from '.*' failed for '<HOST>:.*' - No matching peer found | |
NOTICE.* .*: Registration from '.*' failed for '<HOST>:.*' - Username/auth name mismatch | |
NOTICE.* .*: Registration from '.*' failed for '<HOST>:.*' - Device does not match ACL | |
NOTICE.* .*: Registration from '.*' failed for '<HOST>:.*' - Peer is not supposed to register | |
NOTICE.* .*: Registration from '.*' failed for '<HOST>:.*' - ACL error (permit/deny) | |
NOTICE.* .*: Registration from '.*' failed for '<HOST>:.*' - Device does not match ACL | |
NOTICE.* .*: Registration from '\".*\".*' failed for '<HOST>:.*' - No matching peer found | |
NOTICE.* .*: Registration from '\".*\".*' failed for '<HOST>:.*' - Wrong password | |
NOTICE.* <HOST> failed to authenticate as '.*'$ | |
NOTICE.* .*: No registration for peer '.*' \(from <HOST>\) | |
NOTICE.* .*: Host <HOST> failed MD5 authentication for '.*' (.*) | |
NOTICE.* .*: Failed to authenticate user .*@<HOST>.* | |
NOTICE.* .*: <HOST> failed to authenticate as '.*' | |
NOTICE.* .*: <HOST> tried to authenticate with nonexistent user '.*' | |
VERBOSE.*SIP/<HOST>-.*Received incoming SIP connection from unknown peer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment