Отключите:
Антивирус/Файерволл
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;
QuarantineFile('C:\Users\Настик\AppData\Roaming\regsrv64.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\regsrv32.exe','');
QuarantineFile('C:\Users\Настик\Start Menu\Programs\Startup\x11.exe','');
QuarantineFile('C:\Users\Настик\Start Menu\Programs\Startup\x10.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\E8B4.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\C6F1.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\BCBA.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\B0F6.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\9E91.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\977F.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\718C.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\650D.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\6469.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\4EE1.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\4460.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\41A2.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\30B1.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\1335.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\Voaoaj.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\Uoaoai.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\Soaoag.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\Loaoaz.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\DF46.exe','');
QuarantineFile('C:\Users\Настик\AppData\Roaming\9602.exe','');
DeleteFile('C:\Users\Настик\AppData\Roaming\9602.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\Soaoag.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\Uoaoai.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\Voaoaj.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\1335.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\30B1.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\41A2.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\4460.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\4EE1.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\6469.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\650D.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\718C.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\977F.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\9E91.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\B0F6.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\BCBA.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\C6F1.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\E8B4.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\6469.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\650D.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\718C.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\977F.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\9E91.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\B0F6.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\BCBA.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\C6F1.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\E8B4.exe');
DeleteFile('C:\Users\Настик\Start Menu\Programs\Startup\x10.exe');
DeleteFile('C:\Users\Настик\Start Menu\Programs\Startup\x11.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\regsrv32.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\regsrv64.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\Loaoaz.exe');
DeleteFile('C:\Users\Настик\AppData\Roaming\DF46.exe');
DeleteFileMask('C:\Users\Настик\AppData\Roaming\', '*.exe', false);
DeleteFileMask('C:\Users\Настик\AppData\Roaming\', '*.tmp', false);
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft DLL Registaation');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft DLL Registration');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Soaoag');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Uoaoai');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Voaoaj');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Windows Task Services');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\ShellServiceObjectDelayLoad','Windows Task Services');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','PService');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Loaoaz');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteWizard('SCU',2,3,true);
RebootWindows(true);
end.
После выполнения скрипта компьютер перезагрузится!
После перезагрузки выполните такой скрипт:
AVZ, меню
"Файл -> Выполнить скрипт" -> Скопировать ниже написанный
скрипт -> Нажать кнопку "Запустить".
Код:
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.
В результате выполнения скрипта будет сформирован карантин.Отправьте
quarantine.zip при помощи
этой формы. В теле письма укажите свой ник на форуме и ссылку на тему
Пофиксить в HijackThis следующие строчки:
Код:
O4 - HKCU\..\Run: [Loaoaz] C:\Users\Настик\AppData\Roaming\Loaoaz.exe
O4 - HKCU\..\Run: [Soaoag] C:\Users\Настик\AppData\Roaming\Soaoag.exe
O4 - HKCU\..\Run: [Microsoft DLL Registration] C:\Users\Настик\AppData\Roaming\regsrv64.exe
O4 - HKCU\..\Run: [Windows Task Services] C:\Users\Настик\AppData\Roaming\9602.exe
O4 - HKCU\..\Run: [Uoaoai] C:\Users\Настик\AppData\Roaming\Uoaoai.exe
O4 - HKCU\..\Run: [Microsoft DLL Registaation] C:\Users\Настик\AppData\Roaming\regsrv32.exe
O4 - HKCU\..\Run: [PService] C:\Users\Настик\AppData\Roaming\DF46.exe
O4 - HKCU\..\Run: [Voaoaj] C:\Users\Настик\AppData\Roaming\Voaoaj.exe
Сделайте повторные логи AVZ + RSIT
+
Скачайте
Malwarebytes' Anti-Malware или с
зеркала, установите, обновите базы, выберите "
Perform Full Scan" ("
Полное сканирование"), нажмите "
Scan" ("
Сканирование"), после сканирования -
Ok -
Show Results ("
Показать результаты") - Откройте лог и скопируйте в блокнот и прикрепите его к следующему посту.
Если базы MBAM в автоматическом режиме обновить не удалось, обновите их отдельно.
Загрузить обновление MBAM.
______________________________________