One of our employees's (lets say his name is Bob Smith) Zimbra account kept changing to "Lockout". I discovered that Lockout refers to too many bad login attempts to that account within a certain time period.
Investigating the logs, I'm seeing this:
Code:
2010-03-23 12:31:04,880 WARN [btpool0-31374] [ip=50.24.49.30;ua=Mozilla/5.0 (X11;; U;; Linux x86_64;; en-US;; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc11 Lightning/1.0b1 Thunderbird/3.0.3;] security - cmd=Auth; account=bob.smith@mycompany.com; protocol=http_basic; error=authentication failed for john, account lockout;
2010-03-23 12:31:05,205 WARN [btpool0-31374] [ip=50.24.49.30;ua=Mozilla/5.0 (X11;; U;; Linux x86_64;; en-US;; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc11 Lightning/1.0b1 Thunderbird/3.0.3;] security - cmd=Auth; account=bob.smith@mycompany.com; protocol=http_basic; error=authentication failed for john, account lockout;
2010-03-23 12:31:05,517 WARN [btpool0-31374] [ip=50.24.49.30;ua=Mozilla/5.0 (X11;; U;; Linux x86_64;; en-US;; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc11 Lightning/1.0b1 Thunderbird/3.0.3;] security - cmd=Auth; account=bob.smith@mycompany.com; protocol=http_basic; error=authentication failed for john, account lockout;
2010-03-23 12:31:05,828 WARN [btpool0-31374] [ip=50.24.49.30;ua=Mozilla/5.0 (X11;; U;; Linux x86_64;; en-US;; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc11 Lightning/1.0b1 Thunderbird/3.0.3;] security - cmd=Auth; account=bob.smith@mycompany.com; protocol=http_basic; error=authentication failed for john, account lockout;
2010-03-23 12:31:06,151 WARN [btpool0-31374] [ip=50.24.49.30;ua=Mozilla/5.0 (X11;; U;; Linux x86_64;; en-US;; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc11 Lightning/1.0b1 Thunderbird/3.0.3;] security - cmd=Auth; account=bob.smith@mycompany.com; protocol=http_basic; error=authentication failed for john, account lockout;
Can anyone explain what these errors mean? Does it mean that someone is attempting to log into bob smiths email account from that IP address (I changed the IP address for this post)?
Why does it say authentication failed for john? Is someone trying to log into that email account using the name john?
Is this a hack attempt? You can see the log is recording this event happening multiple times every second... nonstop.