Выполните скрипт в 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;
SetServiceStart('IePluginService', 4);
QuarantineFile('C:\WINDOWS\system32\drivers\hlnfd.sys','');
QuarantineFile('C:\WINDOWS\system32\ieycss.exe','');
QuarantineFile('C:\PROGRA~1\SearchProtect\SearchProtect\bin\SPVC32Loader.dll','');
QuarantineFile('C:\WINDOWS\driver\core\CServ.exe','');
QuarantineFile('C:\WINDOWS\system32\alive.exe','');
QuarantineFile('C:\Program Files\suptab\suptab.dll','');
QuarantineFile('C:\Program Files\suptab\dpinterface32.dll','');
QuarantineFile('C:\WINDOWS\system32\a.exe','');
QuarantineFile('C:\Program Files\Zapp\IE\Zapp.dll','');
QuarantineFile('C:\WINDOWS\system32\drivers\qknfd.sys','');
QuarantineFile('C:\Program Files\GamesRS\GUpdater.exe','');
QuarantineFile('C:\Program Files\DolkaRuIePlugin\TinyBHO.dll','');
QuarantineFile('C:\Program Files\Deal Keeper\DealKeeperbho.dll','');
QuarantineFile('c:\windows\system\dcache\data\scan\svchost.exe','');
QuarantineFile('c:\windows\system\dcache\data\scan\spoolsv.exe','');
QuarantineFile('c:\documents and settings\all users\application data\iepluginservice\pluginservice.exe','');
QuarantineFile('c:\windows\system32\iexplorer.exe','');
DeleteFile('c:\windows\system\dcache\data\scan\spoolsv.exe','32');
DeleteFile('c:\windows\system\dcache\data\scan\svchost.exe','32');
DeleteFile('C:\Program Files\Deal Keeper\DealKeeperbho.dll','32');
DeleteFile('C:\Program Files\DolkaRuIePlugin\TinyBHO.dll','32');
DeleteFile('C:\Program Files\GamesRS\GUpdater.exe','32');
DeleteFile('C:\WINDOWS\system32\drivers\qknfd.sys','32');
DeleteFile('C:\WINDOWS\system32\a.exe','32');
DeleteFile('C:\WINDOWS\system32\iexplorer.exe','32');
DeleteFile('C:\Program Files\suptab\dpinterface32.dll','32');
DeleteFile('C:\Program Files\suptab\suptab.dll','32');
DeleteFile('C:\WINDOWS\system32\alive.exe','32');
DeleteFile('C:\WINDOWS\system32\ieycss.exe','32');
DeleteFile('C:\PROGRA~1\SearchProtect\SearchProtect\bin\SPVC32Loader.dll');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunServices','Microsoft');
RegKeyParamDel('HKEY_USERS','.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Run','Windows Service Agent');
RegKeyParamDel('HKEY_USERS','S-1-5-18\Software\Microsoft\Windows\CurrentVersion\Run','Windows Service Agent');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Windows Service Agent');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\RunServices','Windows Service Agent');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Remote Registry Service');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Windows Service Agent');
DeleteService('Update Deal Keeper');
DeleteService('Update BrowseMark');
DeleteService('spoolsv.exe');
DeleteService('MgAssistService');
DeleteService('GamesRS');
DeleteService('CltMngSvc');
DeleteService('IePluginService');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(false);
end.
Компьютер перезагрузится.
Выполните скрипт в AVZ
Код:
begin
CreateQurantineArchive('c:\quarantine.zip');
end.
Отправьте c:\quarantine.zip при помощи этой формы
Сделайте новые логи
Сделайте лог МВАМ
|