summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-06-22 15:37:33 +0200
committerAnton Khirnov <anton@khirnov.net>2022-06-22 15:37:33 +0200
commit0ace847121754dc99e696df1569f296f8daea18b (patch)
tree44ca9bee77c66eceb1e5b4937b1d7ab3e9085ce5
parent260bd745cd3749b2d6fef6d855f537ce64012a37 (diff)
sshban: add more lines observed in the wildHEADmaster
-rwxr-xr-xsshban.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sshban.py b/sshban.py
index 82d0d5c..98329b1 100755
--- a/sshban.py
+++ b/sshban.py
@@ -35,6 +35,8 @@ regexes = {
r'^PAM .* authentication failure .* rhost=(\S+)',
r'^error: maximum authentication attempts exceeded\b.* from (\S+)',
r'^banner exchange: Connection from (\S+) port \d+: invalid format',
+ r'^ssh_dispatch_run_fatal: Connection from (\S+) port \d+: message authentication code incorrect \[preauth\]',
+ r'^ssh_dispatch_run_fatal: Connection from (\S+) port \d+: Connection corrupted \[preauth\]',
],
IFF_GRAY : [
r'^Received disconnect from (\S+)',