Hi, I'm from México, sorry for my bad english:
Meanwhile you can unlock all your domain accounts using this tool:
http://www.joeware.net/freetools/tools/unlock/index.htmAdd a windows automatic task to execute a batch every minute, in the .bat you cant write something like this:
unlock . *
ping some IP
unlock . *
ping some IP
....
And/or edit your blocking domain politic.
(The ping is just to wait for a couple of seconds before the command executes again).
Also, you can set on the Netlogon.log to track down the computers who tries to auth sending bad passwords:
http://support.microsoft.com/kb/109626/en-usTo filter the Netlogon.log for easily tracking run this command:
findstr /I "0xC000006A" c:\winnt\debug\netlogon.log >> d:\save\failed.txt
0xC000006A error codes means bad pwds. ¿Why? because infected machines tries to guess users passwords sending a lot of auths, if a user tries to auth 4 times in a second, those entries are suspicious.
This .doc might be useful -> Tracking the Inside Intruder Using Net Logon Debug Logging:
http://download.microsoft.com/download/a/8...NetLogDebug.docHope this helps.