Заметки сисадмина » profhlp.exe

Заметки сисадмина о интересных вещах из мира IT, инструкции и рецензии. Настраиваем Компьютеры/Сервера/1С/SIP-телефонию в Москве

profhlp.exe

2009-01-15 · Posted in Антивирусы

begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
 QuarantineFile(‘C:\WINDOWS\system32\Restore\profhlp.exe’,”);
 QuarantineFile(‘PCANotify.dll’,”);
 QuarantineFile(‘C:\WINDOWS\system32\msindeo.dll’,”);
 BC_DeleteSvc(‘AdvPowerMgmt’);
 QuarantineFile(‘C:\WINDOWS\system32\powermgmt.sys’,”);
 QuarantineFile(‘C:\WINDOWS\system32\DRIVERS\tcpip.sys’,”);
 QuarantineFile(‘C:\WINDOWS\system32\1049b.exe’,”);
 QuarantineFile(‘C:\DOCUME~1\Edward\LOCALS~1\Temp\KXGWQ.exe’,”);
 DeleteFile(‘C:\WINDOWS\system32\powermgmt.sys’);
 DeleteFile(‘C:\WINDOWS\system32\msindeo.dll’);
 BC_ImportDeletedList;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.

Leave a Reply