-
Вложений: 1
Словил редирект
Здравствуйте!
Подцепил вирус, переадресующий браузеры на вредоносные сайты. От самого редиректа избавился, но теперь при запуске системы достаточно длительное время блокируются браузеры и сетевые подключения. Минут через 10-15 начинает работать. Можно ли с этим что либо сделать?
-
Уважаемый(ая) [B]alex270[/B], спасибо за обращение на наш форум!
Помощь при заражении комьютера на VirusInfo.Info оказывается абсолютно бесплатно. Хелперы, в самое ближайшее время, ответят на Ваш запрос. Для оказания помощи необходимо предоставить логи сканирования утилитой Autologger, подробнее можно прочитать в [URL="https://virusinfo.info/pravila.html"]правилах оформления запроса о помощи[/URL].
[INFORMATION]Если вы хотите получить персональную гарантированную помощь в приоритетном режиме, то воспользуйтесь платным сервисом [URL="https://virusinfo.info/content.php?r=613-sub_pomogite"]Помогите+[/URL].[/INFORMATION]
Если наш сайт окажется полезен Вам и у Вас будет такая возможность - пожалуйста [URL="https://virusinfo.info/content.php?r=113-virusinfo.info-donate"]поддержите проект[/URL].
-
Здравствуйте,
AVZ [URL=http://virusinfo.info/showthread.php?t=7239&p=88804&viewfull=1#post88804]выполнить следующий скрипт[/URL].
Важно на ОС: Windows Vista/7/8/8.1 AVZ запускайте через контекстное меню проводника от имени Администратора.
[CODE]
begin
ShowMessage('Внимание! Перед выполнением скрипта AVZ автоматически закроет все сетевые подключения.'+#13#10+'После перезагрузки компьютера подключения к сети будут восстановлены в автоматическом режиме.');
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
TerminateProcessByName('c:\documents and settings\admin\local settings\application data\damfase.exe');
TerminateProcessByName('c:\documents and settings\all users\application data\affenpinscher\affenpinscher.exe');
TerminateProcessByName('c:\documents and settings\all users\application data\logic cramble\set.exe');
TerminateProcessByName('c:\program files\bittorrent\bin\e449db8f-1c9f-40e8-8b30-bb2af5b93012\xtc.exe');
StopService('Affenpinscher');
StopService('backlh');
StopService('downioaa');
StopService('locep');
StopService('tw118687578');
DeleteService('Affenpinscher');
DeleteService('Nettrans');
DeleteService('backlh');
DeleteService('locep');
DeleteService('tw118687578');
QuarantineFile('C:\DOCUME~1\ALLUSE~1\APPLIC~1\locep\ZimPhase.dll','');
QuarantineFile('C:\Documents and Settings\Admin\Application Data\Rikashkefige\Anociward.dll','');
QuarantineFile('C:\Documents and Settings\Admin\Local Settings\Application Data\Damfase.exe','');
QuarantineFile('C:\Documents and Settings\All Users\Application Data\Affenpinscher\Affenpinscher.exe','');
QuarantineFile('C:\Documents and Settings\All Users\Application Data\Logic Cramble\set.exe','');
QuarantineFile('C:\Documents and Settings\All Users\Application Data\locep\locep.exe','');
QuarantineFile('C:\Documents and Settings\All Users\Application Data\tw118687578.exe','');
QuarantineFile('C:\Program Files\Kdergeckuwother Controls\local32spl.dll','');
QuarantineFile('C:\Program Files\YWH7TWRV6L\YWH7TWRV6.exe','');
QuarantineFile('c:\documents and settings\admin\local settings\application data\damfase.exe','');
QuarantineFile('c:\documents and settings\all users\application data\affenpinscher\affenpinscher.exe','');
QuarantineFile('c:\documents and settings\all users\application data\logic cramble\set.exe','');
QuarantineFile('c:\program files\bittorrent\bin\e449db8f-1c9f-40e8-8b30-bb2af5b93012\xtc.exe','');
QuarantineFile('c:\program files\bittorrent\bittorrent.exe',''); DeleteFile('C:\DOCUME~1\ALLUSE~1\APPLIC~1\locep\ZimPhase.dll','32');
DeleteFile('C:\Documents and Settings\Admin\Application Data\Rikashkefige\Anociward.dll','32');
DeleteFile('C:\Documents and Settings\Admin\Local Settings\Application Data\Damfase.exe','32');
DeleteFile('C:\Documents and Settings\All Users\Application Data\Affenpinscher\Affenpinscher.exe','32');
DeleteFile('C:\Documents and Settings\All Users\Application Data\Logic Cramble\set.exe','32');
DeleteFile('C:\Documents and Settings\All Users\Application Data\locep\locep.exe','32');
DeleteFile('C:\Documents and Settings\All Users\Application Data\tw118687578.exe','32');
DeleteFile('C:\Documents and Settings\All Users\PrefsSecure\Nettrans.exe','32');
DeleteFile('C:\Program Files\Kdergeckuwother Controls\local32spl.dll','32');
DeleteFile('C:\Program Files\YWH7TWRV6L\YWH7TWRV6.exe','32');
DeleteFile('c:\documents and settings\admin\local settings\application data\damfase.exe','32');
DeleteFile('c:\documents and settings\all users\application data\affenpinscher\affenpinscher.exe','32');
DeleteFile('c:\documents and settings\all users\application data\logic cramble\set.exe','32');
DeleteFile('c:\program files\bittorrent\bin\e449db8f-1c9f-40e8-8b30-bb2af5b93012\xtc.exe','32');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','NHAQXMT7SQ4C76P');
RegKeyParamDel('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SharedTaskScheduler','{9A73E882-234C-11E7-81F1-64006A5CFC23}');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Explorer\ShellExecuteHooks','{9A73E882-234C-11E7-81F1-64006A5CFC23}');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(3);
ExecuteRepair(4);
ExecuteRepair(13);
ExecuteWizard('SCU', 2, 3, true);
RebootWindows(true);
end.
[/CODE]
После выполнения скрипта компьютер перезагрузится.
После перезагрузки:
- Выполните в AVZ:
[CODE]
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
[/CODE]
Файл quarantine.zip из папки AVZ загрузите по ссылке "[B][COLOR="#FF0000"]Прислать запрошенный карантин[/COLOR][/B]" вверху темы.
- Подготовьте лог [URL="http://virusinfo.info/showthread.php?t=146192&p=1041844&viewfull=1#post1041844"]AdwCleaner[/URL] и приложите его в теме.
Page generated in 0.00713 seconds with 10 queries