Internet Explorer при включении сразу выключается
сайт антивирусов не загружается (ESET NOD32 )
- Вложения
Код: Выделить всё
F2 - REG:system.ini: Shell=Explorer.exe csrcs.exe
F2 - REG:system.ini: UserInit=C:\WINDOWS\system32\userinit.exe,C:\WINDOWS\system32\6f26b310.exe,C:\WI NDOWS\system32\qujsjy.exe,
O2 - BHO: TMAgent IE Adapter - {35A6E2B1-27A9-47D2-913C-559E1EF1D034} - C:\Program Files\Common Files\Target Marketing Agency\TMAgent\tmagent.dll
O4 - HKCU\..\Run: [svchost.exe] C:\Documents and Settings\Администратор\Application Data\Microsoft\svchost.exe
O4 - HKLM\..\Policies\Explorer\Run: [csrcs] C:\WINDOWS\system32\csrcs.exe
O4 - HKCU\..\Policies\Explorer\Run: [System Panel] C:\WINDOWS\system32\syspanel32.exe
O4 - Startup: monoca32.exe
O20 - Winlogon Notify: exodpt - Invalid registry foundКод: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('c:\windows\system32\drivers\sfc.sys','');
QuarantineFile('c:\docume~1\9335~1\locals~1\temp\eaglent.sys','');
QuarantineFile('c:\documents and settings\администратор\application data\microsoft\svchost.exe','');
QuarantineFile('c:\documents and settings\администратор\главное меню\программы\автозагрузка\monoca32.exe','');
QuarantineFile('c:\program files\internet explorer\setupapi.dll','');
QuarantineFile('c:\windows\system32\6f26b310.exe','');
QuarantineFile('c:\windows\system32\csrcs.exe','');
QuarantineFile('c:\windows\system32\qujsjy.exe','');
QuarantineFile('C:\WINDOWS\system32\syspanel32.exe','');
QuarantineFile('C:\WINDOWS\system32\drivers\DegCs.exe','');
QuarantineFile('csrcs.exe','');
QuarantineFile('c:\program files\common files\target marketing agency\tmagent\tmagent.dll','');
QuarantineFile('%windir%\system32\sfcfiles.dll','');
DeleteFile('c:\windows\system32\drivers\sfc.sys');
RenameFile('%windir%\system32\sfcfiles.dll', '%windir%\system32\sfcfiles.bak');
CopyFile('%windir%\system32\dllcache\sfcfiles.dll', '%windir%\system32\sfcfiles.dll');
DeleteFile('%windir%\system32\sfcfiles.bak');
DeleteFile('c:\docume~1\9335~1\locals~1\temp\eaglent.sys');
DeleteFile('c:\documents and settings\администратор\application data\microsoft\svchost.exe');
DeleteFile('c:\documents and settings\администратор\главное меню\программы\автозагрузка\monoca32.exe');
DeleteFile('c:\program files\internet explorer\setupapi.dll');
DeleteFile('C:\WINDOWS\system32\drivers\DegCs.exe');
DeleteFile('c:\windows\system32\6f26b310.exe');
DeleteFile('c:\windows\system32\csrcs.exe');
DeleteFile('c:\windows\system32\qujsjy.exe');
DeleteFile('csrcs.exe');
DeleteFile('C:\WINDOWS\system32\syspanel32.exe');
DeleteFile('c:\program files\common files\target marketing agency\tmagent\tmagent.dll');
DelBHO('{35A6E2B1-27A9-47D2-913C-559E1EF1D034}');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','svchost.exe');
RegKeyParamDel('HKEY_LOCAL_MACHINE','System\CurrentControlSet\Control\Session Manager\AppCertDlls','DefaultVerifier');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','csrcs');
RegKeyStrParamWrite('HKLM', 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon', 'UserInit', GetEnvironmentVariable('WinDir')+'\system32\userinit.exe,');
DeleteService('eaglent');
BC_ImportAll;
ExecuteSysClean;
BC_DeleteSvc('sfc');
BC_Activate;
ExecuteRepair(16);
ExecuteRepair(20);
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.Код: Выделить всё
Восстановление системы: включеноКод: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('c:\documents and settings\администратор\главное меню\программы\автозагрузка\monoca32.exe','');
QuarantineFile('c:\games\lineageii\system:pst.dll:$data','');
QuarantineFile('c:\windows\system32\sfcfiles.bak','');
QuarantineFile('C:\WINDOWS\system32\syspanel32.exe','');
DeleteFile('C:\WINDOWS\system32\syspanel32.exe');
DeleteFile('c:\documents and settings\администратор\главное меню\программы\автозагрузка\monoca32.exe');
DeleteFile('c:\games\lineageii\system:pst.dll:$data');
DeleteFile('c:\windows\system32\sfcfiles.bak');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('c:\documents and settings\администратор\главное меню\программы\автозагрузка\monoca32.exe','');
DeleteFile('c:\documents and settings\администратор\главное меню\программы\автозагрузка\monoca32.exe');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.