Заранее спасибо!
- Вложения
Код: Выделить всё
O4 - HKLM\..\Run: [Windows Data Serivce] system32.exe
O4 - HKLM\..\Run: [NetworkShareSessionManager] C:\WINDOWS\system32\nssm.exe
O21 - SSODL: UpdateCheck - {ED8A27E1-4A1D-4518-BBCC-7C65DC07E90E} - (no file)Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('c:\windows\system32\nssm.exe');
TerminateProcessByName('c:\windows\system32.exe');
QuarantineFile('c:\windows\system32\nssm.exe','');
QuarantineFile('c:\windows\system32.exe','');
QuarantineFile('c:\temp\tccpuinfo.sys','');
QuarantineFile('d:\autorun.inf','');
QuarantineFile('e:\autorun.inf','');
DeleteFile('c:\windows\system32\nssm.exe');
DeleteFile('c:\windows\system32.exe');
DeleteFile('c:\temp\tccpuinfo.sys');
DeleteFile('d:\autorun.inf');
DeleteFile('e:\autorun.inf');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','NetworkShareSessionManager');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunServices','NetworkShareSessionManager');
DeleteService('tccrystalcpuinfo');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(20);
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('c:\windows\system32\nssm.exe');
QuarantineFile('c:\windows\system32\nssm.exe','');
QuarantineFile('c:\windows\system\csrss.exe','');
DeleteFile('c:\windows\system32\nssm.exe');
DeleteFile('c:\windows\system\csrss.exe');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','NetworkShareSessionManager');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunServices','NetworkShareSessionManager');
DeleteService('nrconnmags');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.