I have been fighting a infection on my pc. I think that I have it down to one. Spybot is having problems removing it. The computer runs slow when viewing pages on the Internet. I have attached the log file from the scan.
Printable View
I have been fighting a infection on my pc. I think that I have it down to one. Spybot is having problems removing it. The computer runs slow when viewing pages on the Internet. I have attached the log file from the scan.
It seems that an infection has been cleaned by the antivirus, but there are some traces that could be seen in the log. To remove them, execute the script: [code]begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\system32\sdra64.exe','');
QuarantineFile('C:\WINDOWS\system32\luwapeta.dll','');
QuarantineFile('C:\WINDOWS\system32\vapudabi.dll','');
DeleteFile('C:\WINDOWS\system32\vapudabi.dll');
BC_DeleteFile('C:\WINDOWS\system32\vapudabi.dll');
DeleteFile('C:\WINDOWS\system32\luwapeta.dll');
BC_DeleteFile('C:\WINDOWS\system32\luwapeta.dll');
DeleteFile('C:\WINDOWS\system32\sdra64.exe');
BC_DeleteFile('C:\WINDOWS\system32\sdra64.exe');
DelBHO('{a680a3ae-8f33-43e1-913b-b840e2a19fd4}');
BC_Activate;
ExecuteSysClean;
RebootWindows(true);
end.[/code]After restart, make new logs and attach them to your post here. You'd better make all the 3 logs as it's described in the [url=http://virusinfo.info/showthread.php?t=9184]rules of "Help me!" section[/url].