My pendrive has infected for this virus/trojan recently, but i don't know if my computer is infected too.
Printable View
My pendrive has infected for this virus/trojan recently, but i don't know if my computer is infected too.
What is disk D in your system? If it removable disk and you have it, please connect it to computer.
Switch off/Disable:
- Antivirus and and, if you have - Firewall.
- System Restore
- Execute following script in Manual Cure: (how-to: [url]http://virusinfo.info/showthread.php?t=9207[/url])
[code]
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\system32\vsmon1.dll','');
QuarantineFile('C:\WINDOWS\system32\drivers\PCTAppEvent.sys','');
QuarantineFile('D:\autorun.inf','');
QuarantineFile('D:\./Iniciar.bat','');
BC_ImportAll;
BC_Activate;
SetAVZPMStatus(True);
ExecuteRepair(6);
ExecuteRepair(8);
ExecuteRepair(9);
RebootWindows(true);
end.
[/code]
After reboot execute following script in Manual Cure
Code:
[code]
begin
CreateQurantineArchive('C:\quarantine.zip');
end.
[/code]
Upload the C:\quarantine.zip over the link [COLOR="Red"][B]Upload quarantined files[/B][/COLOR] on the top of this page.
make an another log with latest Kaspersky Virus Removal Tool and attach it to next post.