I need to clean scvhost.exe from win32.Llac.bdm
Pleace help me
Printable View
I need to clean scvhost.exe from win32.Llac.bdm
Pleace help me
Switch off/Disable:
- Antivirus and and, if you have - Firewall.
- System Restore
- [URL="http://virusinfo.info/showthread.php?t=9207"]Execute following script[/URL] in Manual disinfection
[CODE]begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ClearQuarantine;
DelCLSID('{B83BP806-8QVY-L22V-233T-F41VWVWKWI33} ');
QuarantineFile('C:\WINDOWS\system32\drivers\SelfDefence.sys','');
QuarantineFile('c:\windows\system32\config\svchost.exe','');
TerminateProcessByName('c:\windows\system32\config\svchost.exe');
QuarantineFile('C:\WINDOWS\mssnt.exe','');
TerminateProcessByName('C:\WINDOWS\mssnt.exe');
DeleteFile('C:\WINDOWS\mssnt.exe');
DeleteFile('c:\windows\system32\config\svchost.exe');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','HKLM');
RegKeyParamDel('HKEY_USERS','S-1-5-21-2038604356-1084180352-3469699594-1006\Software\Microsoft\Windows\CurrentVersion\Run','HKCU');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','Policies');
RegKeyParamDel('HKEY_USERS','S-1-5-21-2038604356-1084180352-3469699594-1006\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run','Policies');
DeleteFile('Explorer.exe C:\WINDOWS\mssnt.exe');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
SetAVZPMStatus(True);
RebootWindows(true);
end.[/CODE]
After reboot [URL="http://virusinfo.info/showthread.php?t=9207"]execute following script[/URL] in Manual disinfection
[code]begin
CreateQurantineArchive('C:\quarantine.zip');
end.
[/code]and upload the C:\quarantine.zip over the link [COLOR="Red"][B]Upload quarantined files[/B][/COLOR] on the top of this page.
- Remove [URL="http://virusinfo.info/showthread.php?t=42263"]Bonjour[/URL] if you don't use it.
- Repeat a log file of AVPTool.
- Make a log file with Hijackthis ([URL="http://virusinfo.info/showthread.php?t=9184"] Analysis, p.3 [/URL] for further informations).
- Attach both logs to your new post..