Skip to content
Snippets Groups Projects
Commit ad7f2414 authored by Russ Allbery's avatar Russ Allbery
Browse files

Update comments and pattern for another ssh failure

Don't single out the specific accounts that Nessus checks, but instead
skip all the errors about disconnecting due to too many authentication
failures.
parent 8e48f578
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,10 @@ sshd: /^refused connect from (::ffff:)?171\.67\.22\.12 /
sshd: / authentication failure; .* rhost=(scan1|inspect(2-scan)?)\.stanford/
sshd: /^Postponed \S+ for invalid user \S+ from (::ffff:)?171\.67\.22\.12 /
sshd: /^Postponed \S+ for \S+ from (::ffff:)?171\.67\.22\.12 /
# Ignore noise on ubuntu from nessus scan
sshd: /^Disconnecting: Too many authentication failures for (n3ssus|root|admin|manage|cisco|monitor|Cisco|ftp)$/
# Ignore the logged disconnect message. (We'll still get individual
# authentication failures from compromised systems.)
sshd: /^Disconnecting: Too many authentication failures for \S+$/
# Ignore failed logins by IDG, Systems, and other ITS staff. We all mistype
# passwords occasionally.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment