-
Вложений: 2
Annoying Virus Issue
I have been having some annoying virus issues on my work PC. Not completely crippling, but annoying never the less.
The Firewall is repeatedly turned off when I reboot - webpages don't load - AVG will not update - and all new links in firefox open in a new tab.
I have uploaded the necessary log files from the various scans.
Thanks in advance
-
Please, before execute the script, you should turn off your network connection and turn off AVG monitor.
AVZ tool - file - custom scripts - [url=http://virusinfo.info/showthread.php?t=9207]execute script[/url]: [code]begin
QuarantineFile('C:\Documents and Settings\Administrator\My Documents\Timesheets\TimePrompt.exe','');
QuarantineFile('C:\autorun.inf','');
DeleteFile('C:\autorun.inf');
BC_DeleteFile('C:\autorun.inf');
bc_importquarantinelist;
BC_Activate;
RebootWindows(true);
end.[/code] Your system will be restarted. After reboot, upload AVZ's quarantine using the link [url]http://virusinfo.info/upload_virus_eng.php?tid=43333[/url] , as it's described in appendix 3 of [url=http://virusinfo.info/showthread.php?t=9184]the rules[/url], and make the logs again
-
I have run the script and uploaded the quarantine.
-
Please make and attach to next post the virusinfo_syscure.zip ;)
If your avz can't do it, you can use one from my signature ;)
Do you know what is TimePrompt.exe ? very strange file, better delete it.
Here script for deletion:
[code]
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
DeleteFile('C:\Documents and Settings\Administrator\My Documents\Timesheets\TimePrompt.exe');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.[/code]
Acrobat reader should be upgraded, or better uninstall it and use an alternative.
Page generated in 0.01203 seconds with 10 queries