i have a virus that kapersky don't know (new threat win32) and so can't disinfect files and my computer...
all .exe of my computer are infected and use svchost.exe to send some information
thanks
Printable View
i have a virus that kapersky don't know (new threat win32) and so can't disinfect files and my computer...
all .exe of my computer are infected and use svchost.exe to send some information
thanks
The problem you have described, seems to be a new file-virus. If Kaspersky lab. doesn't know it, you should send there an example of such .exe file via e-mail: [email][email protected][/email] . You should as well scan your system using this tool : [url]http://www.freedrweb.com/?lng=en[/url] - may be this antivirus lab has already known this virus.
As for your log-file, please, [url=http://virusinfo.info/showthread.php?t=9207]execute the script[/url]: [code]begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('C:\WINDOWS\System32\vsdatant.sys','');
QuarantineFile('G:\autorun.inf','');
QuarantineFile('C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCR80.dll','');
QuarantineFile('C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.3053_x-ww_b80fa8ca\MSVCP80.dll','');
DeleteFile('G:\autorun.inf');
BC_DeleteFile('G:\autorun.inf');
BC_Activate;
ExecuteSysClean;
RebootWindows(true);
end.[/code]After restart, upload quarantine of AVZ tool using this link: [url]http://virusinfo.info/upload_virus_eng.php?tid=48970[/url]
i can't execute the code, a window said there are an error !
and i can't go on some sites like [URL="http://www.freedrweb"][COLOR=#0532aa]freedrweb[/COLOR][/URL], kaspersky, microsoft, ... but i can on google for example... i think that the virus block some web sites
where we can find some tools for helping.
i attemp to send you an .exe infected
It's strange. I've checked my script again and it's correct. Could you download [url=http://z-oleg.com/avz4.zip]AVZ tool[/url] again, unpack it and try to execute the script from my first post as it's described here - [url]http://virusinfo.info/showthread.php?t=9207[/url] ?