Close/unload all the programs
Switch off:
- Antivirus and, if you have - Firewall.
- Execute following script in Manual Healing
Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(true);
TerminateProcessByName('c:\documents and settings\acer\local settings\application data\lsass.exe');
QuarantineFile('c:\documents and settings\acer\local settings\application data\lsass.exe','');
TerminateProcessByName('c:\documents and settings\acer\local settings\application data\services.exe');
QuarantineFile('c:\documents and settings\acer\local settings\application data\services.exe','');
TerminateProcessByName('c:\documents and settings\acer\local settings\application data\winlogon.exe');
QuarantineFile('c:\documents and settings\acer\local settings\application data\winlogon.exe','');
QuarantineFile('C:\Documents and Settings\Acer\Start Menu\Programs\Startup\Empty.pif','');
QuarantineFile('C:\Documents and Settings\Acer\Local Settings\Application Data\smss.exe','');
DeleteFile('C:\Documents and Settings\Acer\Local Settings\Application Data\smss.exe');
DeleteFile('C:\Documents and Settings\Acer\Start Menu\Programs\Startup\Empty.pif');
DeleteFile('c:\documents and settings\acer\local settings\application data\winlogon.exe');
DeleteFile('c:\documents and settings\acer\local settings\application data\services.exe');
DeleteFile('c:\documents and settings\acer\local settings\application data\lsass.exe');
QuarantineFile('c:\windows\eksplorasi.exe','');
DeleteFile('c:\windows\eksplorasi.exe');
BC_ImportAll;
ExecuteSysClean;
ExecuteWizard('TSW',2,2,true);
ExecuteRepair(1);
ExecuteRepair(8);
ExecuteRepair(16);
ExecuteRepair(17);
BC_Activate;
RebootWindows(true);
end.
After reboot:
- Execute following script in Manual Healing
Код:
begin
CreateQurantineArchive('C:\quarantine.zip');
end.
- Upload the C:\quarantine.zip here: upload_virus_eng.
- Make a new log file and Attach a new log to your new post..