Switch off/Disable:
- Antivirus and and, if you have - Firewall.
- System Restore
- Execute following script in Manual disinfection
Код:
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
ClearQuarantine;
TerminateProcessByName('c:\windows\system32\wmiskxh.exe');
StopService('xajnwnog');
StopService('dtivcfro');
QuarantineFile('c:\windows\system32\wmiskxh.exe','');
QuarantineFile('C:\WINDOWS\System32\qxzv5.exe ','');
QuarantineFile('C:\WINDOWS\System32\Drivers\xajnwnog.sys','');
QuarantineFile('C:\WINDOWS\System32\Drivers\dtivcfro.sys','');
DeleteService('xajnwnog');
DeleteService('dtivcfro');
DeleteFile('c:\windows\system32\wmiskxh.exe');
DeleteFile('C:\WINDOWS\System32\qxzv5.exe ');
DeleteFile('C:\WINDOWS\System32\Drivers\xajnwnog.sys');
DeleteFile('C:\WINDOWS\System32\Drivers\dtivcfro.sys');
DelBHO('{92780B25-18CC-41C8-B9BE-3C9C571A8263}');
DelBHO('{2670000A-7350-4f3c-8081-5663EE0C6C49}');
ExecuteWizard('TSW', 2, 2, true);
ExecuteWizard('SCU', 2, 2, true);
BC_ImportAll;
ExecuteSysClean;
BC_DeleteSvc('xajnwnog');
BC_DeleteSvc('dtivcfro');
BC_Activate;
SetAVZPMStatus(True);
RebootWindows(true);
end.
After reboot execute following script in Manual disinfection
Код:
begin
CreateQurantineArchive('C:\quarantine.zip');
end.
and upload the C:\quarantine.zip over the link Upload quarantined files on the top of this page.
- Remove Bonjour
- Clean Temp-Maps, Cache of Browsers, Recycler. Use Windows service tool cleanmgr or CCleaner or ClearProg
- Close all the programs and start only Internet Explorer!!!
- Repeat a log file of AVPTool.
- Make a log file with Hijackthis ( Analysis, p.3 for further informations).
- Switch Antivirus and, if you have - Firewall, on.
- Go On-Line
- Attach both logs to your new post..