I seem to have remnants of Antivirus 2009 and Antivirus 360 after I've manually removed the main components. Please advise which of the files in the attachement need to be removed.
Thank you!
Printable View
I seem to have remnants of Antivirus 2009 and Antivirus 360 after I've manually removed the main components. Please advise which of the files in the attachement need to be removed.
Thank you!
I am afraid it is not good enough just to delete some files ;)
You have an old antivirus version, i am afraid it will not protect you from nowadays malware.Reconsider to do an update ;)
Please download in my signature special avz, put it in new folder on desktop.
Please execute this script in avz ([url]http://virusinfo.info/showthread.php?t=9207[/url])
(Do remember before execution scripts to exit antivirus and disconnect from internet, disable System Restore )
[code]
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\Downloaded Program Files\ieatgpc.dll','');
QuarantineFile('C:\WINDOWS\system32\AcSignIcon.dll','');
QuarantineFile('C:\Program Files\WildTangent\Apps\CDA\CDALogger0402.dll','');
QuarantineFile('C:\WINDOWS\wt\webdriver\4.1.1\webdriver.dll','');
DelBHO('{500BCA15-57A7-4eaf-8143-8C619470B13D}');
QuarantineFile('C:\WINDOWS\system32\msxml71.dll','');
QuarantineFile('C:\DOCUME~1\BBALLE~1\LOCALS~1\Temp\A20.tmp.exe','');
QuarantineFile('C:\WINDOWS\system32\ckldrv.sys','');
TerminateProcessByName('c:\docume~1\bballe~1\locals~1\temp\a20.tmp.exe');
QuarantineFile('c:\docume~1\bballe~1\locals~1\temp\a20.tmp.exe','');
DeleteFile('c:\docume~1\bballe~1\locals~1\temp\a20.tmp.exe');
DeleteFile('C:\DOCUME~1\BBALLE~1\LOCALS~1\Temp\A20.tmp.exe');
DeleteFile('C:\WINDOWS\system32\msxml71.dll');
DeleteFile('C:\WINDOWS\wt\webdriver\4.1.1\webdriver.dll');
DeleteFile('C:\Program Files\WildTangent\Apps\CDA\CDALogger0402.dll');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(6);
ExecuteRepair(8);
ExecuteRepair(9);
RebootWindows(true);
end.[/code]
Please upload the quarantine according to appendix 3 of rules([url]http://virusinfo.info/showthread.php?t=9184[/url]) , by link [url]http://virusinfo.info/upload_virus_eng.php?tid=40473[/url]
After that make a set of logs according to rules: [url]http://virusinfo.info/showthread.php?t=9184[/url]
__________________