Шевченко Иван
Постоянный участник
- Сообщения
- 116
- Реакции
- 0
Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
добрый, жду ответа. есть еще такой же компьютер, с такими же глюками.могу со 2 компа тоже скинуть логи.
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ClearQuarantine;
ClearHostsFile;
TerminateProcessByName('c:\windows\ufa\ufa.exe');
TerminateProcessByName('c:\windows\update.1\svchost.exe');
TerminateProcessByName('c:\windows\update.2\svchost.exe');
TerminateProcessByName('c:\windows\update.5.0\svchost.exe');
SetServiceStart('wxpdrivers', 4);
SetServiceStart('srviecheck', 4);
SetServiceStart('srvbtcclient', 4);
StopService('wxpdrivers');
StopService('srviecheck');
StopService('srvbtcclient');
QuarantineFile('C:\Windows\miner2.exe','');
QuarantineFile('services32.exe','');
QuarantineFile('C:\Windows\update.tray-14-0\svchost.exe','');
QuarantineFile('C:\Windows\update.3\svchost.exe','');
QuarantineFile('C:\Windows\update.6.1\svchost.exe','');
QuarantineFile('c:\windows\ufa\ufa.exe','');
QuarantineFile('c:\windows\update.1\svchost.exe','');
QuarantineFile('c:\windows\update.2\svchost.exe','');
QuarantineFile('c:\windows\update.5.0\svchost.exe','');
QuarantineFile('C:\Windows\unrar.exe','');
QuarantineFile('C:\Windows\myunrar2.exe','');
DeleteFile('c:\windows\ufa\ufa.exe');
DeleteFile('C:\Windows\update.5.0\svchost.exe');
DeleteFile('C:\Windows\update.2\svchost.exe');
DeleteFile('C:\Windows\update.1\svchost.exe');
DeleteFile('C:\Windows\update.6.1\svchost.exe');
DeleteFile('C:\Windows\update.3\svchost.exe');
DeleteFile('C:\Windows\update.tray-14-0\svchost.exe');
DeleteFile('C:\Windows\miner2.exe');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','tray_ico0');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','w_distrib.exe');
DeleteService('srvinstallvideodrv');
DeleteService('wxpdrivers');
DeleteService('srviecheck');
DeleteService('srvbtcclient');
DeleteFileMask('c:\windows\ufa','*.*',true);
DeleteFileMask('C:\Windows\update.5.0','*.*',true);
DeleteFileMask('C:\Windows\update.2','*.*',true);
DeleteFileMask('C:\Windows\update.1','*.*',true);
DeleteFileMask('C:\Windows\update.6.1','*.*',true);
DeleteFileMask('C:\Windows\update.3','*.*',true);
DeleteFileMask('C:\Windows\update.tray-14-0','*.*',true);
DeleteDirectory('c:\windows\ufa');
DeleteDirectory('C:\Windows\update.5.0');
DeleteDirectory('C:\Windows\update.2');
DeleteDirectory('C:\Windows\update.1');
DeleteDirectory('C:\Windows\update.6.1');
DeleteDirectory('C:\Windows\update.3');
DeleteDirectory('C:\Windows\update.tray-14-0');
BC_ImportAll;
ExecuteSysClean;
BC_DeleteSvc('srvbtcclient');
BC_DeleteSvc('srviecheck');
BC_DeleteSvc('wxpdrivers');
BC_DeleteSvc('srvinstallvideodrv');
BC_Activate;
RebootWindows(true);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
Вы в ручную удаляли?удалил с C:\Windows\update.1, C:\Windows\update.2 (подобные папки скрытые 5.0,6.1) в них лежал svchost.exe и вирусы типа 1000642.exe (находил до этого около 180 вирусов доктором вебом куреит, вирусы в ввиде цифер 2004895.exe и пару svchost.exe)
Извините. Поправил, выполняйте.нажимаю выполнить скрипт в авз, пишет ошибка : ')' expected в позиции 26:17
сам не нашел где скопка или запятая не так.
выполнил 4 пункт
Да, и по окончании проверки, лог прикрепите, а сам MBAM пока не закрывайте.проверяет по 5 пункту, через часик думаю скину.
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ClearQuarantine;
QuarantineFile('C:\Windows\btc_client_iplist.txt','');
QuarantineFile('C:\Windows\w_distrib_iplist.txt','');
QuarantineFile('C:\Windows\iecheck_iplist.txt','');
QuarantineFile('C:\Windows\ddh_iplist.txt','');
QuarantineFile('C:\Windows\iplist.txt','');
QuarantineFile('C:\Windows\front_ip_list.txt','');
QuarantineFile('C:\Windows\winlog-ids.txt','');
QuarantineFile('C:\Windows\winlog-dirs.txt','');
DeleteFile('C:\Windows\unrar.exe');
DeleteFile('C:\Windows\myunrar2.exe');
DeleteFile('C:\Windows\btc_client_iplist.txt');
DeleteFile('C:\Windows\w_distrib_iplist.txt');
DeleteFile('C:\Windows\iecheck_iplist.txt');
DeleteFile('C:\Windows\ddh_iplist.txt');
DeleteFile('C:\Windows\iplist.txt');
DeleteFile('C:\Windows\front_ip_list.txt');
DeleteFile('C:\Windows\winlog-ids.txt');
DeleteFile('C:\Windows\winlog-dirs.txt');
DeleteFile('C:\WINDOWS\SERVICES32.EXE');
RegKeyDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Control\SafeBoot\Minimal\wxpdrivers');
RegKeyDel('HKEY_LOCAL_MACHINE','SYSTEM\CurrentControlSet\Control\SafeBoot\Network\wxpdrivers');
RegKeyParamDel ('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','tray_ico');
RegKeyParamDel ('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','tray_ico1');
RegKeyParamDel ('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','tray_ico2');
RegKeyParamDel ('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','tray_ico3');
RegKeyParamDel ('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','tray_ico4');
RegKeyParamWrite('HKLM','SYSTEM\CurrentControlSet\Control\SafeBoot','AlternateShell','REG_SZ', 'cmd.exe');
DeleteFileMask('C:\Windows\rpcminer','*.*',true);
DeleteFileMask('C:\Windows\av_ico','*.*',true);
DeleteFileMask('c:\Users\user.comp\doctorweb\quarantine','*.*',true);
DeleteDirectory('C:\Windows\rpcminer');
DeleteDirectory('C:\Windows\av_ico');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(13);
RebootWindows(true);
end.
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
R1 - HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings,ProxyOverride = *.local;vkontakte.ru;www.vkontakte.ru;vk.com;www.vk.com
O6 - HKCU\Software\Policies\Microsoft\Internet Explorer\Restrictions present
O6 - HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel present
O6 - HKCU\Software\Policies\Microsoft\Internet Explorer\Toolbars\Restrictions present
C:\Windows\Domino.exe
c:\astashellg\Shell\tools\internat.exe