Jodrive32.exe, aadrive32.exe
Собственно проблема в этих вирусах. Переустанавливал систему с полным форматированием разделов - не помогало. Наткнулся на одну из тем и выполнил в АВЗ следующий скрипт:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('vsbntlo.exe');
TerminateProcessByName('c:\windows\system32\bsysmgr.exe');
StopService('szkgfs');
StopService('szkg5');
QuarantineFile('C:\RECYCLER\S-1-5-21-0243936033-3052116371-381863308-1811\vsbntlo.exe','');
QuarantineFile('C:\WINDOWS\system32\ac32.exe','');
QuarantineFile('C:\WINDOWS\jodrive32.exe','');
QuarantineFile('C:\Documents and Settings\мтс\Application Data\Uwoeoy.exe','');
QuarantineFile('C:\Documents and Settings\мтс\Application Data\34.tmp','');
QuarantineFile('C:\Documents and Settings\мтс\Application Data\32.tmp','');
QuarantineFile('c:\windows\system32\drivers\szkg5.sys','');
QuarantineFile('c:\windows\system32\drivers\szkgfs.sys','');
QuarantineFile('c:\windows\system32\drivers\szkg.sys','');
QuarantineFile('c:\windows\system32\drivers\szkg5.sys','');
QuarantineFile('szkgfs.sys','');
QuarantineFile('szkg.sys','');
QuarantineFile('vsbntlo.exe','');
QuarantineFile('c:\windows\system32\bsysmgr.exe','');
DeleteFile('c:\windows\system32\drivers\szkg.sys');
DeleteFile('c:\windows\system32\drivers\szkgfs.sys');
DeleteFile('c:\windows\system32\drivers\szkg5.sys');
DeleteFile('C:\Documents and Settings\мтс\Application Data\Uwoeoy.exe');
DeleteFile('C:\WINDOWS\system32\ac32.exe');
DeleteFile('C:\RECYCLER\S-1-5-21-0243936033-3052116371-381863308-1811\vsbntlo.exe');
DeleteFile('C:\Documents and Settings\мтс\Application Data\32.tmp');
DeleteFile('C:\Documents and Settings\мтс\Application Data\34.tmp');
DeleteFile('c:\windows\system32\bsysmgr.exe');
DeleteFile('C:\WINDOWS\jodrive32.exe');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','name_me');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Uwoeoy');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','ac32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','12CFG214-K641-12SF-N85P');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','name_meexuii');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','bsysmgr');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft Config Setup');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','Microsoft Config Setup');
RegKeyIntParamWrite('HKLM','SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer','NoDriveTypeAutoRun', 221);
DeleteService('szkgfs');
DeleteService('szkg5');
BC_ImportALL;
ExecuteSysClean;
BC_Activate;
ExecuteWizard('TSW', 2, 3, true);
RebootWindows(true);
end.
Потом лог взял лог из hijackthis. Прикрепляю карантин из АВЗ и лог. А что дальше, не знаю, может даже сделал что-то не так. Помогите!