Здравствуйте,
AVZ выполнить следующий скрипт.
Важно на ОС: Windows Vista/7/8/8.1 AVZ запускайте через контекстное меню проводника от имени Администратора.
Код:
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
StopService('ContentProtector');
StopService('ContentProtectorDrv');
StopService('ContentProtectorUpdate');
DeleteService('ContentProtector');
DeleteService('ContentProtectorDrv');
DeleteService('ContentProtectorUpdate');
QuarantineFile('C:\Program Files\contentprotector\conprotsetup.exe','');
QuarantineFile('c:\program files\contentprotector\contentprotector.exe','');
QuarantineFile('C:\Program Files\ContentProtector\ContentProtectorUpdate.exe','');
QuarantineFile('C:\Program Files\ContentProtector\LIBEAY32.dll','');
QuarantineFile('C:\Program Files\ContentProtector\SSLEAY32.dll','');
QuarantineFile('C:\Users\Victor\AppData\Local\Temp\1721B238-5F47173B-2808E9A0-D0FF52F8\7ac77d8f.sys','');
QuarantineFile('c:\users\victor\appdata\local\temp\1721b238-5f47173b-2808e9a0-d0ff52f8\boljfzht48yu.exe','');
QuarantineFile('C:\Users\Victor\AppData\Local\Temp\7C886120.sys','');
QuarantineFile('C:\Windows\system32\Drivers\contentprotectordrv.sys','');
QuarantineFile('C:\Windows\system32\drivers\hitmanpro37.sys','');
QuarantineFile('D:\программы\35.0.2066.79\D3DCompiler_47.dll','');
QuarantineFile('D:\программы\35.0.2066.79\libegl.dll','');
QuarantineFile('D:\программы\35.0.2066.79\libglesv2.dll','');
QuarantineFile('D:\программы\35.0.2066.79\opera.dll','');
DeleteFile('C:\Program Files\contentprotector\conprotsetup.exe','32');
DeleteFile('C:\Program Files\ContentProtector\ContentProtector.exe','32');
DeleteFile('c:\program files\contentprotector\contentprotectorupdate.exe','32');
DeleteFile('C:\Program Files\ContentProtector\LIBEAY32.dll','32');
DeleteFile('C:\Program Files\ContentProtector\SSLEAY32.dll','32');
DeleteFile('C:\Windows\system32\drivers\ContentProtectorDrv.sys','32');
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1001', 1);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1004', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '2201', 3);
RegKeyIntParamWrite('HKCU', 'Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3\', '1804', 1);
BC_ImportALL;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится.
После перезагрузки:
- Выполните в AVZ:
Код:
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
Файл quarantine.zip из папки AVZ загрузите по ссылке "Прислать запрошенный карантин" вверху темы.
- Подготовьте лог AdwCleaner и приложите его в теме.
- Сделайте лог Check Browsers' LNK и приложите его в теме.