|
|
|
|
#1 |
|
Новичок
Регистрация: 25.12.2010
Сообщений: 3
Репутация: 0
|
Недавно столкнулся с такой проблемой. svchost.exe нагрузка ЦП 50% - 100%. Люди говорят это вирус. Вот помогите пожалуйста. Вот ссылка на файл логов AVZ http://exfile.ru/145635
|
|
|
|
|
#2 |
|
Мастер
|
Выполните в AVZ следующий скрипт (AVZ-Файл-Выполнить скрипт...):
Код:
Function RegKeyResetSecurityEx(ARoot, AName : string) : boolean;
var
i : integer;
KeyList : TStringList;
KeyName : string;
begin
RegKeyResetSecurity(ARoot, AName);
KeyList := TStringList.Create;
RegKeyEnumKey(ARoot, AName, KeyList);
for i := 0 to KeyList.Count-1 do
begin
KeyName := AName+'\'+KeyList[i];
RegKeyResetSecurity(ARoot, KeyName);
RegKeyResetSecurityEx(ARoot, KeyName);
end;
KeyList.Free;
end;
Function BC_ServiceKill(AServiceName : string; AIsSvcHosted : boolean = true) : byte;
var
i : integer;
KeyList : TStringList;
KeyName : string;
begin
Result := 0;
if StopService(AServiceName) then Result := Result or 1;
if DeleteService(AServiceName, not(AIsSvcHosted)) then Result := Result or 2;
KeyList := TStringList.Create;
RegKeyEnumKey('HKLM','SYSTEM', KeyList);
for i := 0 to KeyList.Count-1 do
if pos('controlset', LowerCase(KeyList[i])) > 0 then begin
KeyName := 'SYSTEM\'+KeyList[i]+'\Services\'+AServiceName;
if RegKeyExistsEx('HKLM', KeyName) then begin
Result := Result or 4;
RegKeyResetSecurityEx('HKLM', KeyName);
RegKeyDel('HKLM', KeyName);
if RegKeyExistsEx('HKLM', KeyName) then
Result := Result or 8;
end;
end;
if AIsSvcHosted then
BC_DeleteSvcReg(AServiceName)
else
BC_DeleteSvc(AServiceName);
KeyList.Free;
SaveLog(GetAVZDirectory + 'BC_ServiceKill1.log');
BC_LogFile(GetAVZDirectory + 'BC_ServiceKill2.log');
end;
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
DeleteFile('J:\autorun.inf');
DeleteFile('C:\WINDOWS\system32\loqny.dll');
BC_ImportALL;
BC_ServiceKill('khmmr');
ExecuteSysClean;
ExecuteWizard('TSW', 2, 2, true);
ExecuteWizard('SCU', 2, 2, true);
BC_Activate;
RebootWindows(true);
end.
|
|
|
|
|
#3 |
|
Новичок
Регистрация: 25.12.2010
Сообщений: 3
Репутация: 0
|
|
|
|
|
|
#6 |
|
Мастер
|
1. Скачайте установочный файл mbam-setup.exe
Здесь: http://www.besttechie.net/mbam/mbam-setup.exe Или ссылка здесь: http://www.malwarebytes.org/mbam-download.php 2. Установите ее по стандартному пути с настройками по умолчанию. 3. Обновите базы программы!!! 4. Запустите полное сканирование. Ничего не удаляйте (много ложных срабатываний)!!! 5. По окончании сканирования будет сгенерирован лог. 6. Залейте его без переименования на файлообменник и ссылку выложите на форум. |
|
|
| Ads | |
| Здесь присутствуют: 1 (пользователей: 0 , гостей: 1) | |
|
|
Похожие темы
|
||||
| Тема | Автор | Раздел | Ответов | Последнее сообщение |
| svchost.exe | fMp | Windows XP | 5 | 17.07.2011 15:13 |
| svchost.exe | NightDevil | Windows 7 | 18 | 09.01.2011 18:04 |
| svchost.exe грузит ЦП 100% | Flesh | Неисправности, настройка | 6 | 19.11.2010 20:33 |
| Помогите с Svchost.exe | Владимир130183 | Windows XP | 6 | 21.08.2010 14:53 |
| svchost.exe | tee | Безопасность | 7 | 08.07.2010 22:56 |
| Проблема с svchost.exe | 4eshka | Безопасность | 10 | 16.06.2010 18:54 |
| sysfbm32.exe -> svchost.exe 50% | Brimoff | Безопасность | 26 | 16.05.2010 20:39 |
| Svchost.exe грузит ЦП до 100% | Женько | Безопасность | 4 | 15.05.2010 23:08 |
| svchost | Xexe | Безопасность | 7 | 23.07.2009 22:40 |
| svchost.exe | altunin | Windows XP | 1 | 30.05.2009 13:41 |