АфТфеЛф_07, выполните в AVZ следующий скрипт (AVZ-Файл-Выполнить скрипт...):
После выполнения скрипта комп перезагрузиться. Выполните в AVZ Стандартный скрипт 2 и пришлите архив virusinfo_syscheck.zip.
З.ы. CureIt что нибудь нашел?
Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('d:\ojsu.pif');
TerminateProcessByName('c:\windows\system32\msvmiode.exe');
TerminateProcessByName('c:\windows\cfdrive32.exe');
StopService('amsint32');
SetServiceStart('amsint32', 4);
DeleteFile('c:\windows\cfdrive32.exe');
DeleteFile('c:\windows\system32\msvmiode.exe');
DeleteFile('d:\ojsu.pif');
DeleteFile('C:\WINDOWS\system32\drivers\njmms.sys');
DeleteFile('C:\Documents and Settings\FaNatKa\Application Data\ltzqai.exe');
DeleteFile('C:\RECYCLER\S-1-5-21-9812024242-8957041375-458692170-1986\syscr.exe,explorer.exe,C:\Documents and Settings\FaNatKa\Application Data\ltzqai.exe');
DeleteFile('C:\WINDOWS\cfdrive32.exe');
DeleteFile('C:\WINDOWS\system32\msvmiode.exe');
DeleteFile('C:\WINDOWS\system32\winsys2.exe');
DeleteFile('D:\System Volume Information\_restore{2DADD47B-7CC8-43A9-942A-83E5BBE3619D}\RP6\A0002413.pif');
DeleteFile('D:\System Volume Information\_restore{2DADD47B-7CC8-43A9-942A-83E5BBE3619D}\RP6\A0002933.pif');
DeleteFile('D:\System Volume Information\_restore{2DADD47B-7CC8-43A9-942A-83E5BBE3619D}\RP7\A0003024.pif');
DeleteFile('D:\System Volume Information\_restore{2DADD47B-7CC8-43A9-942A-83E5BBE3619D}\RP7\A0003433.pif');
DeleteFile('C:\autorun.inf');
DeleteFile('C:\mowc.pif');
DeleteFile('D:\autorun.inf');
DeleteFile('C:\WINDOWS\system32\53.exe');
DeleteService('amsint32');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft Driver Setup');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','Microsoft Driver Setup');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','MSODESNV7');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','WinSys2');
BC_ImportAll;
ExecuteSysClean;
ExecuteRepair(11);
ExecuteRepair(17);
ExecuteWizard('TSW', 2, 2, true);
ExecuteWizard('SCU', 2, 2, true);
BC_Activate;
RebootWindows(true);
end.
З.ы. CureIt что нибудь нашел?