bad things in netlogon file/event log
First off, I'd like to give a "How do ya do?" to the forums. I just found the site and am eagerly awaiting the time that I can delve into the security tutorials available on the boards. I appreciate any comments in re my post...
I came back from vacation and got slammed with work (what else is new..) but eventually made my way to do my pseudo-periodic check of several output files from a script that parses the netlogon log for attempted logons with invalid user names or invalid passwords. I found many, many entries (approx 1-2 per second) that look like this:
03/20 18:03:21 [LOGON] SCL: SamLogon: Interactive logon of SCL\Administrator from EXCHANGE Returns 0xC0000064
03/20 18:03:22 [LOGON] SCL: SamLogon: Interactive logon of SCL\Administrator from EXCHANGE Returns 0xC0000064
03/20 18:03:22 [LOGON] SCL: SamLogon: Interactive logon of SCL\Administrator from EXCHANGE Returns 0xC0000064
03/20 18:03:23 [LOGON] SCL: SamLogon: Interactive logon of SCL\Administrator from EXCHANGE Returns 0xC0000064
Obviously we do not have an account named administrator (it has been renamed). They do not occur each day (nor is there a specific pattern that I can see as to the days/times they do occur) and the attempts to logon last for exactly 20 minutes. Here is what I see in the Security event log at the times that these attempted logons occur:
4/13/2006,12:48:55 AM,Security,Failure Audit,Logon/Logoff ,529,NT AUTHORITY\SYSTEM,EXCHANGE,"Logon Failure:
Reason: Unknown user name or bad password
User Name: Administrator
Domain: SCL
Logon Type: 8
Logon Process: IIS
Authentication Package: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0
Workstation Name: EXCHANGE
Caller User Name: EXCHANGE$
Caller Domain: SCL
Caller Logon ID: (0x0,0x3E7)
Caller Process ID: 1900
Transited Services: -
Source Network Address: -
Source Port: -
I am also noticing Sec event log entries on clients that say users are logging onto the clients when there is no activity the user is initiating. They are logon type 3 (Kerberos) and log off after about 10 seconds. This does not occur on all the clients, only a few. I'm not sure if this is related but thought it best to include the info.
I've attached a .txt with the parsed failed logons. You will notice other domain/usernames attempting to logon. Again, I'm not sure they are related.
"Exchange" is a DC that also has a website and exchange 2003 on it. Yes, I know that is a security risk but I inherited the network a few months ago and will not be able to install more servers for a few more months....
Where do I go/what can I do to resolve this? :confused:
I appreciate the feedback...
***Edit: The .txt is too large to attach. I can mail it if anyone needs it.