Показано с 1 по 11 из 11.

cfdrive32 и msvmiode, проблема с вирусами (заявка № 86598)

  1. #1
    Junior Member Репутация
    Регистрация
    28.08.2010
    Сообщений
    5
    Вес репутации
    50

    cfdrive32 и msvmiode, проблема с вирусами

    Недавно возникла проблема: после загрузки системы, спустя 5 минут невозможно было зайти на сайты с любого браузера, icq и skype при этом работали нормально. Так же начались проблемы с звуковыми драйверами. В процессах я нашёл следующие процессы: cfdrive32.exe, msvmiode.exe, syscache.exe, znskpm.exe. Удаление этих процессов помогало, но удалять их приходилось после каждой загрузки системы. Dr. Web CureIt!, AVPTool, Avast находили различные вирусы, удаляли их, перемещали в карантин. Но после загрузки системы вирусы всё равно появлялись. И так по кругу. Я 2 раза переустанавливал windows - не помогло. Вот собственно логи.

  2. Будь в курсе!
    Реклама на VirusInfo

    Надоело быть жертвой? Стань профи по информационной безопасности, получай самую свежую информацию об угрозах и средствах защиты от ведущего российского аналитического центра Anti-Malware.ru:

    Anti-Malware Telegram
     

  3. #2
    Senior Member Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация
    Регистрация
    26.12.2006
    Адрес
    Vladivostok
    Сообщений
    23,298
    Вес репутации
    1578
    Выполните скрипт в AVZ:
    Код:
    begin
    SearchRootkit(true, true);
    SetAVZGuardStatus(True);
     QuarantineFile('C:\WINDOWS\system32\msvmiode.exe','');
     QuarantineFile('C:\RECYCLER\S-1-5-21-0243556031-888888379-781863308-1455\psyjo3.exe','');
     DeleteFile('C:\RECYCLER\S-1-5-21-0243556031-888888379-781863308-1455\psyjo3.exe');
     DeleteFile('C:\WINDOWS\system32\msvmiode.exe');
     DeleteFile('C:\WINDOWS\system32\23.exe');
     DeleteFile('C:\WINDOWS\system32\53.exe');
     DeleteFile('C:\WINDOWS\system32\21.exe');
     DeleteFile('C:\WINDOWS\system32\36.exe');
     DeleteFile('C:\WINDOWS\system32\78.exe');
     DeleteFile('C:\WINDOWS\system32\12.exe');
     DeleteFile('C:\WINDOWS\system32\51.scr');
     DeleteFile('C:\WINDOWS\system32\14.exe');
     DeleteFile('C:\WINDOWS\system32\60.exe');
     DeleteFile('C:\WINDOWS\system32\65.scr');
     DeleteFile('C:\WINDOWS\system32\41.exe');
     DeleteFile('C:\WINDOWS\system32\43.scr');
     DeleteFile('C:\WINDOWS\system32\57.exe');
     DeleteFile('C:\WINDOWS\system32\82.scr');
     DeleteFile('C:\WINDOWS\system32\00.scr');
     DeleteFile('C:\WINDOWS\system32\53.scr');
     DeleteFile('C:\WINDOWS\system32\64.exe');
     DeleteFile('C:\WINDOWS\system32\68.scr');
     DeleteFile('C:\WINDOWS\system32\70.exe');
     DeleteFile('C:\WINDOWS\system32\72.scr');
     DeleteFile('C:\WINDOWS\system32\42.scr');
     DeleteFile('C:\WINDOWS\system32\44.scr');
     DeleteFile('C:\WINDOWS\system32\25.scr');
     DeleteFile('C:\WINDOWS\system32\43.exe');
     DeleteFile('C:\WINDOWS\system32\26.exe');
     DeleteFile('C:\WINDOWS\system32\35.exe');
     DeleteFile('C:\WINDOWS\system32\67.exe');
     DeleteFile('C:\WINDOWS\system32\77.exe');
     DeleteFile('C:\WINDOWS\system32\55.exe');
     DeleteFile('C:\WINDOWS\system32\86.exe');
     DeleteFile('C:\WINDOWS\system32\87.exe');
     DeleteFile('C:\WINDOWS\system32\88.scr');
     DeleteFile('C:\WINDOWS\system32\00.exe');
     DeleteFile('C:\WINDOWS\system32\02.exe');
     DeleteFile('C:\WINDOWS\system32\04.exe');
     DeleteFile('C:\WINDOWS\system32\07.exe');
     DeleteFile('C:\WINDOWS\system32\11.exe');
     DeleteFile('C:\WINDOWS\system32\15.exe');
     DeleteFile('C:\WINDOWS\system32\16.exe');
     DeleteFile('C:\WINDOWS\system32\24.exe');
     DeleteFile('C:\WINDOWS\system32\25.exe');
     DeleteFile('C:\WINDOWS\system32\27.exe');
     DeleteFile('C:\WINDOWS\system32\28.exe');
     DeleteFile('C:\WINDOWS\system32\32.exe');
     DeleteFile('C:\WINDOWS\system32\33.exe');
     DeleteFile('C:\WINDOWS\system32\42.exe');
     DeleteFile('C:\WINDOWS\cfdrive32.exe');
     DeleteFile('C:\WINDOWS\system32\drivers\etc\hosts');
    BC_ImportAll;
    ExecuteSysClean;
    BC_Activate;
    RegKeyParamDel('HKLM', 'Software\Microsoft\Windows NT\CurrentVersion\Winlogon', 'Taskman');
    RegKeyParamDel('HKCU', 'Software\Microsoft\Windows NT\CurrentVersion\Winlogon', 'Shell');
    ExecuteRepair(13);
    RebootWindows(true);
    end.
    Компьютер перезагрузится.

    Пришлите карантин согласно приложению 3 правил
    (загружать тут: http://virusinfo.info/upload_virus.php?tid=86598).

    Поставьте правильную системную дату.
    Сделайте новые логи.
    I am not young enough to know everything...

  4. #3
    Junior Member Репутация
    Регистрация
    28.08.2010
    Сообщений
    5
    Вес репутации
    50
    Карантин прислал. После перезагрузки процессы всё равно появляются. Вот логи

  5. #4
    Senior Member Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация
    Регистрация
    26.12.2006
    Адрес
    Vladivostok
    Сообщений
    23,298
    Вес репутации
    1578
    Выполните скрипт в AVZ:
    Код:
    begin
    SearchRootkit(true, true);
    SetAVZGuardStatus(True);
     DeleteFile('C:\Documents and Settings\unrealFail\Application Data\ltzqai.exe');
     DeleteFile('C:\WINDOWS\cfdrive32.exe');
     DeleteFile('C:\WINDOWS\system32\msvmiode.exe');
     DeleteFile('C:\WINDOWS\system32\60.exe');
    BC_ImportDeletedList;
    ExecuteSysClean;
    BC_Activate;
    RegKeyParamDel('HKLM', 'Software\Microsoft\Windows NT\CurrentVersion\Winlogon', 'Taskman');
    RebootWindows(true);
    end.
    Компьютер перезагрузится.
    Сделайте новые логи (только п.2 и 3 раздела Диагностика).
    I am not young enough to know everything...

  6. #5
    Junior Member Репутация
    Регистрация
    28.08.2010
    Сообщений
    5
    Вес репутации
    50
    После перезагрузки компьютера, процессов cfdrive32.exe и msvmiode.exe не было. Единственное что меня насторожило, так это то, что остался следующий файл C:\Documents and Settings\unrealFail\Application Data\ltzqai.exe. Сделал логи. Запустил браузер и для любопытства опять открыл диспетчер задач. Процессы cfdrive32 и msvmiode сново появились. Вот логи, сделанные в промежутке между выполнением скрипта и их появлением.

  7. #6
    Невымерший Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для thyrex
    Регистрация
    07.03.2009
    Адрес
    Soligorsk, Belarus
    Сообщений
    99,211
    Вес репутации
    3104
    Выполните скрипт в AVZ
    Код:
    begin
    SearchRootkit(true, true);
    SetAVZGuardStatus(True);
     DeleteFile('C:\WINDOWS\system32\57.exe');
     DeleteFile('C:\WINDOWS\system32\77.exe');
    BC_ImportAll;
    ExecuteSysClean;
    BC_Activate;
    RebootWindows(true);
    end.
    Компьютер перезагрузится.

    Сделайте новые логи

    Сделайте лог полного сканирования МВАМ
    Microsoft MVP 2012-2016 Consumer Security
    Microsoft MVP 2016 Reconnect

  8. #7
    Junior Member Репутация
    Регистрация
    28.08.2010
    Сообщений
    5
    Вес репутации
    50
    Вот сделал.

  9. #8
    Невымерший Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для thyrex
    Регистрация
    07.03.2009
    Адрес
    Soligorsk, Belarus
    Сообщений
    99,211
    Вес репутации
    3104
    Выполните скрипт в AVZ
    Код:
    begin
    SearchRootkit(true, true);
    SetAVZGuardStatus(True);
    QuarantineFile('C:\WINDOWS\system32\28.exe','');
     QuarantineFile('C:\WINDOWS\system32\27.exe','');
     QuarantineFile('C:\WINDOWS\system32\25.exe','');
     QuarantineFile('C:\WINDOWS\system32\02.exe','');
     QuarantineFile('C:\WINDOWS\system32\87.exe','');
     QuarantineFile('C:\WINDOWS\system32\86.exe','');
     QuarantineFile('C:\WINDOWS\system32\55.exe','');
     QuarantineFile('C:\WINDOWS\system32\70.exe','');
     QuarantineFile('C:\WINDOWS\system32\41.exe','');
     QuarantineFile('C:\WINDOWS\system32\14.exe','');
     QuarantineFile('C:\WINDOWS\system32\21.exe','');
     QuarantineFile('C:\WINDOWS\system32\23.exe','');
     QuarantineFile('C:\WINDOWS\system32\msvmiode.exe','');
     QuarantineFile('C:\Documents and Settings\unrealFail\Application Data\ltzqai.exe,C:\RECYCLER\S-1-5-21-5396250283-8462604935-929870597-9519\syscr.exe,explorer.exe,C:\DOCUME~1\UNREAL~1\LOCALS~1\Temp\050.exe,Explorer.exe','');
     QuarantineFile('C:\Documents and Settings\unrealFail\Application Data\ltzqai.exe','');
     TerminateProcessByName('c:\windows\system32\msvmiode.exe');
     QuarantineFile('c:\windows\system32\msvmiode.exe','');
     TerminateProcessByName('c:\windows\cfdrive32.exe');
     QuarantineFile('c:\windows\cfdrive32.exe','');
     DeleteFile('c:\windows\cfdrive32.exe');
     DeleteFile('c:\windows\system32\msvmiode.exe');
     DeleteFile('C:\Documents and Settings\unrealFail\Application Data\ltzqai.exe');
     DeleteFile('C:\Documents and Settings\unrealFail\Application Data\ltzqai.exe,C:\RECYCLER\S-1-5-21-5396250283-8462604935-929870597-9519\syscr.exe,explorer.exe,C:\DOCUME~1\UNREAL~1\LOCALS~1\Temp\050.exe,Explorer.exe');
     RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Microsoft Driver Setup');
     RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','Microsoft Driver Setup');
     RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','MSODESNV7');
     DeleteFile('C:\WINDOWS\system32\msvmiode.exe');
     DeleteFile('C:\WINDOWS\system32\23.exe');
     DeleteFile('C:\WINDOWS\system32\21.exe');
     DeleteFile('C:\WINDOWS\system32\14.exe');
     DeleteFile('C:\WINDOWS\system32\41.exe');
     DeleteFile('C:\WINDOWS\system32\70.exe');
     DeleteFile('C:\WINDOWS\system32\55.exe');
     DeleteFile('C:\WINDOWS\system32\86.exe');
     DeleteFile('C:\WINDOWS\system32\87.exe');
     DeleteFile('C:\WINDOWS\system32\02.exe');
     DeleteFile('C:\WINDOWS\system32\25.exe');
     DeleteFile('C:\WINDOWS\system32\27.exe');
     DeleteFile('C:\WINDOWS\system32\28.exe');
    BC_ImportAll;
    ExecuteSysClean;
    BC_Activate;
    RebootWindows(true);
    end.
    Компьютер перезагрузится.

    Пришлите карантин согласно Приложения 3 правил по красной ссылке Прислать запрошенный карантин вверху темы

    Удалите в МВАМ (некотрых записей может не быть после скрипта AVZ)
    Код:
    Зараженные процессы в памяти:
    C:\WINDOWS\system32\msvmiode.exe (Trojan.SpamTool) -> No action taken.
    
    Зараженные параметры в реестре:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\msodesnv7 (Trojan.FakeAlert.H) -> No action taken.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\microsoft driver setup (Trojan.Backdoor) -> No action taken.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run\microsoft driver setup (Trojan.Backdoor) -> No action taken.
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\shell (Worm.Palevo) -> No action taken.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\taskman (Worm.Palevo) -> No action taken.
    
    Объекты реестра заражены:
    HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell (Hijack.Shell) -> Bad: (C:\Documents and Settings\unrealFail\Application Data\ltzqai.exe,C:\RECYCLER\S-1-5-21-5396250283-8462604935-929870597-9519\syscr.exe,explorer.exe,C:\DOCUME~1\UNREAL~1\LOCALS~1\Temp\050.exe,Explorer.exe) Good: (Explorer.exe) -> No action taken.
    
    Зараженные папки:
    C:\RECYCLER\S-1-5-21-0243556031-888888379-781863308-1455 (Worm.AutoRun) -> No action taken.
    
    Зараженные файлы:
    C:\WINDOWS\system32\msvmiode.exe (Trojan.FakeAlert.H) -> No action taken.
    C:\WINDOWS\cfdrive32.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\NetworkService\Local Settings\Temporary Internet Files\Content.IE5\4ZG7STKB\h[1].exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\NetworkService\Local Settings\Temporary Internet Files\Content.IE5\4ZG7STKB\p[1].exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\NetworkService\Local Settings\Temporary Internet Files\Content.IE5\8PLB9LUV\p[1].exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\NetworkService\Local Settings\Temporary Internet Files\Content.IE5\ELS16B6X\h[1].exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\NetworkService\Local Settings\Temporary Internet Files\Content.IE5\ELS16B6X\p[1].exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\NetworkService\Local Settings\Temporary Internet Files\Content.IE5\JET1DKVO\h[1].exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\8721947.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\020.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\0318833.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\034274.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\057257.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\05775.exe (Worm.Kolab) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\072526.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\0727807.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\07947.exe (Trojan.IRCBrute) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\108.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\1155892.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\124367.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\138696.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\15872.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\2244.exe (Trojan.Scar) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\8760645.exe (Worm.Kolab) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\8852.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\9046.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\9148.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\916020.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\9188.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\925811.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\959461.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\990.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\9922773.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\994976.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\4909816.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\504.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\508011.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\53892.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\5423840.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\550904.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\571.exe (Trojan.Downloader) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\57526.exe (Worm.Palevo) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\59694.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\637.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\648.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\6533.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\6686262.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\67503.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\677.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\6860398.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\693243.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\695581.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\6992.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\69930.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\726.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\750.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\7997.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\801.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\804.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\81201.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\8221.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\824.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\829853.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\831.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\832.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\24583.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\257.exe (Trojan.Downloader) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\260612.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\2677957.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\283839.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\290.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\2959.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\310.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\311.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\315.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\33047.exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\3731050.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\392.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\413282.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\41833.exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\429.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\438363.exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\46482.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\471.exe (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temporary Internet Files\Content.IE5\0L2N01E7\xamp2[2].exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temporary Internet Files\Content.IE5\CXE7G9QJ\hbf[1].exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temporary Internet Files\Content.IE5\K1MVWH2V\hbf[1].exe (Worm.Autorun) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temporary Internet Files\Content.IE5\K1MVWH2V\xc[1].exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temporary Internet Files\Content.IE5\W5MROD27\xc[1].exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temporary Internet Files\Content.IE5\W5MROD27\xc[2].exe (Trojan.SpamTool) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temporary Internet Files\Content.IE5\W5MROD27\x[1].exe (Trojan.Backdoor) -> No action taken.
    C:\Documents and Settings\unrealFail\Рабочий стол\AVZ\Infected\2001-12-31\avz00001.dta (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Рабочий стол\AVZ\Infected\2001-12-31\avz00002.dta (Backdoor.Bot) -> No action taken.
    C:\RECYCLER\S-1-5-21-8878400463-7780130367-714621684-5560\syscr.exe (Worm.Autorun) -> No action taken.
    C:\RECYCLER\S-1-5-21-5396250283-8462604935-929870597-9519\syscr.exe (Worm.Autorun) -> No action taken.
    C:\RECYCLER\S-1-5-21-2494654303-0601670924-141889790-1068\syscr.exe (Worm.Autorun) -> No action taken.
    C:\RECYCLER\S-1-5-21-1483284095-4517929607-640764781-4452\syscr.exe (Worm.Autorun.B) -> No action taken.
    C:\RECYCLER\S-1-5-21-5761743005-7345345346-026966212-3104\syscr.exe (Worm.Autorun) -> No action taken.
    C:\RECYCLER\S-1-5-21-0921683198-3182956448-069052626-1578\syscr.exe (Worm.Autorun) -> No action taken.
    C:\RECYCLER\S-1-5-21-8659625273-8792934076-861794783-4784\syscr.exe (Worm.Autorun) -> No action taken.
    C:\RECYCLER\S-1-5-21-7498523120-9372403579-531042316-2333\syscr.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\01.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\03.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\05.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\06.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\08.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\10.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\13.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\14.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\17.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\18.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\20.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\21.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\22.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\58.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\syscache.exe (Trojan.Agent) -> No action taken.
    C:\WINDOWS\system32\Zsnkspm.exe (Trojan.Agent) -> No action taken.
    C:\WINDOWS\system32\25.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\27.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\28.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\30.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\31.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\34.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\37.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\38.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\40.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\41.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\44.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\45.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\46.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\47.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\48.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\50.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\51.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\52.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\54.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\55.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\56.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\61.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\62.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\65.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\66.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\68.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\70.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\71.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\72.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\73.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\74.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\75.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\76.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\80.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\81.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\82.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\83.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\84.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\85.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\86.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\87.exe (Worm.Autorun) -> No action taken.
    C:\WINDOWS\system32\88.exe (Worm.Autorun) -> No action taken.
    D:\System Volume Information\_restore{BC867644-5C5B-419D-8D90-821FA51545E7}\RP8\A0001613.exe (Trojan.Dropper) -> No action taken.
    C:\RECYCLER\S-1-5-21-0243556031-888888379-781863308-1455\Desktop.ini (Worm.AutoRun) -> No action taken.
    C:\WINDOWS\system32\drivers\hosts (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Application Data\ltzqai.exe (Worm.Palevo) -> No action taken.
    C:\WINDOWS\system32\hosts (Trojan.Agent) -> No action taken.
    C:\Documents and Settings\unrealFail\Local Settings\Temp\180.exe (Trojan.Cinmus) -> No action taken.
    C:\WINDOWS\hosts (Trojan.Agent) -> No action taken.
    C:\WINDOWS\logfile32.txt (Malware.Trace) -> No action taken.
    Сделайте новые логи AVZ + MBAM
    Microsoft MVP 2012-2016 Consumer Security
    Microsoft MVP 2016 Reconnect

  10. #9
    Junior Member Репутация
    Регистрация
    28.08.2010
    Сообщений
    5
    Вес репутации
    50
    Карантин прислал. Процессов нету, exeшников, их запускающих, на компьютере я тоже не нашёл. Вроде всё хорошо. Спасибо большое за помощь. Логи.

  11. #10
    Невымерший Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Аватар для thyrex
    Регистрация
    07.03.2009
    Адрес
    Soligorsk, Belarus
    Сообщений
    99,211
    Вес репутации
    3104
    Выполните скрипт в AVZ
    Код:
    begin
    SearchRootkit(true, true);
    SetAVZGuardStatus(True);
    DeleteFile('uaarf.sys');
    RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows NT\CurrentVersion\Winlogon','Taskman');
    BC_ImportAll;
    ExecuteSysClean;
    BC_Activate;
    RebootWindows(true);
    end.
    Компьютер перезагрузится.

    Больше ничего плохого

    Внимание! Официальная поддержка (и выпуск обновлений) для Windows XP SP2 прекращена

    Установите SP3 (может потребоваться активация) + все новые обновления
    Установите Internet Explorer 8 (даже если им не пользуетесь)
    Microsoft MVP 2012-2016 Consumer Security
    Microsoft MVP 2016 Reconnect

  12. #11
    Cybernetic Helper Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация Репутация
    Регистрация
    29.12.2008
    Сообщений
    48,233
    Вес репутации
    977

    Итог лечения

    Статистика проведенного лечения:
    • Получено карантинов: 2
    • Обработано файлов: 55
    • В ходе лечения обнаружены вредоносные программы:
      1. c:\\documents and settings\\unrealfail\\application data\\ltzqai.exe - Trojan.Win32.Agent2.lop ( DrWEB: Win32.HLLW.Autoruner.22584, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Bflient.K worm, AVAST4: Win32:Trojan-gen )
      2. c:\\recycler\\s-1-5-21-0243556031-888888379-781863308-1455\\psyjo3.exe - Trojan.Win32.Agent2.loo ( DrWEB: Win32.HLLW.Autoruner.26570, BitDefender: Trojan.Generic.4596497, NOD32: Win32/Lethic.AA trojan, AVAST4: Win32:Trojan-gen )
      3. c:\\windows\\cfdrive32.exe - Trojan.Win32.Buzus.fidx ( DrWEB: BackDoor.IRC.Bot.166, BitDefender: IRC-Worm.Generic.18616, NOD32: IRC/SdBot trojan, AVAST4: Win32:Flot-U [Wrm] )
      4. c:\\windows\\system32\\msvmiode.exe - Trojan.Win32.Agent2.loq ( DrWEB: Trojan.Spambot.9106, BitDefender: Trojan.Generic.4846271, NOD32: Win32/SpamTool.Tedroo.AN trojan, AVAST4: Win32:Flot-U [Wrm] )
      5. c:\\windows\\system32\\02.exe - P2P-Worm.Win32.Palevo.auvo ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Trojan.Bredolab.CZ, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      6. c:\\windows\\system32\\14.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      7. c:\\windows\\system32\\21.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      8. c:\\windows\\system32\\23.exe - P2P-Worm.Win32.Palevo.auvo ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Trojan.Bredolab.CZ, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      9. c:\\windows\\system32\\25.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      10. c:\\windows\\system32\\27.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      11. c:\\windows\\system32\\28.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      12. c:\\windows\\system32\\41.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      13. c:\\windows\\system32\\55.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      14. c:\\windows\\system32\\70.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      15. c:\\windows\\system32\\86.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )
      16. c:\\windows\\system32\\87.exe - P2P-Worm.Win32.Palevo.auvn ( DrWEB: Win32.HLLW.Autoruner.26149, BitDefender: Gen:Variant.Rimecud.3, NOD32: Win32/Peerfrag.FD worm, AVAST4: Win32:Trojan-gen )


  • Уважаемый(ая) unrealfail, наши специалисты оказали Вам всю возможную помощь по вашему обращению.

    В целях поддержания безопасности вашего компьютера настоятельно рекомендуем:

     

     

    Чтобы всегда быть в курсе актуальных угроз в области информационной безопасности и сохранять свой компьютер защищенным, рекомендуем следить за последними новостями ИТ-сферы портала Anti-Malware.ru:

     

     

    Anti-Malware VK

     

    Anti-Malware Telegram

     

     

    Надеемся больше никогда не увидеть ваш компьютер зараженным!

     

    Если Вас не затруднит, пополните пожалуйста нашу базу безопасных файлов.

  • Похожие темы

    1. Ответов: 1
      Последнее сообщение: 14.11.2010, 18:32
    2. Ответов: 20
      Последнее сообщение: 11.10.2010, 16:31
    3. msvmiode и cfdrive32
      От Лера в разделе Помогите!
      Ответов: 30
      Последнее сообщение: 24.09.2010, 06:43
    4. Msvmiode.exe и cfdrive32.exe
      От ArchitectofRuin в разделе Помогите!
      Ответов: 19
      Последнее сообщение: 19.09.2010, 01:29
    5. cfdrive32, msvmiode
      От poganka_ua в разделе Помогите!
      Ответов: 8
      Последнее сообщение: 04.09.2010, 00:32

    Свернуть/Развернуть Ваши права в разделе

    • Вы не можете создавать новые темы
    • Вы не можете отвечать в темах
    • Вы не можете прикреплять вложения
    • Вы не можете редактировать свои сообщения
    •  
    Page generated in 0.01529 seconds with 19 queries