Логи прилагаются.
- Вложения
Код: Выделить всё
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
SearchRootkit(true, true);
SetAVZGuardStatus(True);
TerminateProcessByName('c:\program files\round world\bin\utilroundworld.exe');
TerminateProcessByName('c:\program files\round world\updateroundworld.exe');
TerminateProcessByName('c:\programdata\appmgr2.14.9041534\appmgr.exe');
TerminateProcessByName('c:\programdata\aea8cc93-2213-47cf-a265-0391e3461dbb\maintainer.exe');
TerminateProcessByName('c:\program files\pay-by-ads\yahoo! search\1.4.2.9\dsrlte.exe');
TerminateProcessByName('c:\programdata\appmgr2.14.9041534\1\plugin.exe');
StopService('{9449d7f6-6f2b-4280-9a4d-eb2b42a31f67}Gw');
StopService('{81711fd0-60e8-45bb-a4ff-3004058b32b4}Gw');
StopService('{237a87b5-881c-4fd8-b80a-c3b471ff75d7}w');
StopService('Util Round World');
StopService('Update Round World');
StopService('MaintainerSvc2.14.9041534');
StopService('AppMgr2.14.9041534');
QuarantineFile('C:\Program Files\Pay-By-Ads\Yahoo! Search\1.4.2.9\..\updt.js','');
QuarantineFile('C:\Windows\system32\drivers\{9449d7f6-6f2b-4280-9a4d-eb2b42a31f67}Gw.sys','');
QuarantineFile('C:\Windows\system32\drivers\{81711fd0-60e8-45bb-a4ff-3004058b32b4}Gw.sys','');
QuarantineFile('C:\Windows\system32\drivers\{237a87b5-881c-4fd8-b80a-c3b471ff75d7}w.sys','');
QuarantineFile('c:\program files\round world\bin\utilroundworld.exe','');
QuarantineFile('c:\program files\round world\updateroundworld.exe','');
QuarantineFile('c:\programdata\appmgr2.14.9041534\appmgr.exe','');
QuarantineFile('c:\programdata\aea8cc93-2213-47cf-a265-0391e3461dbb\maintainer.exe','');
QuarantineFile('c:\program files\pay-by-ads\yahoo! search\1.4.2.9\dsrlte.exe','');
QuarantineFile('c:\programdata\appmgr2.14.9041534\1\plugin.exe', '');
DeleteFile('c:\program files\pay-by-ads\yahoo! search\1.4.2.9\dsrlte.exe','32');
DeleteFile('C:\ProgramData\AppMgr2.14.9041534\AppMgr.exe','32');
DeleteFile('C:\ProgramData\aea8cc93-2213-47cf-a265-0391e3461dbb\maintainer.exe','32');
DeleteFile('C:\Program Files\Round World\updateRoundWorld.exe','32');
DeleteFile('C:\Program Files\Round World\bin\utilRoundWorld.exe','32');
DeleteFile('C:\Windows\system32\drivers\{237a87b5-881c-4fd8-b80a-c3b471ff75d7}w.sys','32');
DeleteFile('C:\Windows\system32\drivers\{81711fd0-60e8-45bb-a4ff-3004058b32b4}Gw.sys','32');
DeleteFile('C:\Windows\system32\drivers\{9449d7f6-6f2b-4280-9a4d-eb2b42a31f67}Gw.sys','32');
DeleteFile('C:\Program Files\Pay-By-Ads\Yahoo! Search\1.4.2.9\..\updt.js','32');
DeleteFile('c:\programdata\appmgr2.14.9041534\1\plugin.exe', '32');
ExecuteFile('schtasks.exe', '/delete /TN "Yahoo! Search Updater" /F', 0, 15000, true);
DeleteService('{9449d7f6-6f2b-4280-9a4d-eb2b42a31f67}Gw');
DeleteService('{81711fd0-60e8-45bb-a4ff-3004058b32b4}Gw');
DeleteService('{237a87b5-881c-4fd8-b80a-c3b471ff75d7}w');
DeleteService('Util Round World');
DeleteService('Update Round World');
DeleteService('MaintainerSvc2.14.9041534');
DeleteService('AppMgr2.14.9041534');
RegKeyParamDel('HKEY_CURRENT_USER','Software\Microsoft\Windows\CurrentVersion\Run','Yahoo! Search');
BC_ImportALL;
ExecuteSysClean;
ExecuteRepair(3);
BC_Activate;
ExecuteWizard('SCU', 2, 3, true);
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.Код: Выделить всё
***** [ Запланированные задания ] *****
Задание Найдено : Adobe Flash Player UpdaterКод: Выделить всё
start
CreateRestorePoint:
GroupPolicy: Restriction - Chrome <======= ATTENTION
CHR HKLM\SOFTWARE\Policies\Google: Restriction <======= ATTENTION
FF NewTab: hxxp://searchsimple-a.akamaihd.net/?m=tab&affID=mt-is
FF Homepage: hxxp://searchsimple-a.akamaihd.net/?affID=mt-is
FF NewTab: hxxp://search.yahoo.com/?fr=hp-ddc-bd-tab&type=643_pr__alt__ddc_dsssyctab_bd_com
FF Keyword.URL: hxxp://searchsimple-a.akamaihd.net/?q=
FF SelectedSearchEngine: Yahoo! Search
FF DefaultSearchEngine: Yahoo! Search
CHR RestoreOnStartup: Default -> "hxxp://search.yahoo.com/?fr=hp-ddc-bd&type=643_pr__alt__ddc_dsssyc_bd_com"
CHR StartupUrls: Default -> "hxxp://search.yahoo.com/?fr=hp-ddc-bd&type=643_pr__alt__ddc_dsssyc_bd_com"
S1 {d0194130-21b3-4618-b5c8-b6dfe1e0bb88}Gw; system32\drivers\{d0194130-21b3-4618-b5c8-b6dfe1e0bb88}Gw.sys [X]
Reboot:
endКод: Выделить всё
var
LogPath : string;
ScriptPath : string;
begin
LogPath := GetAVZDirectory + 'log\avz_log.txt';
if FileExists(LogPath) Then DeleteFile(LogPath);
ScriptPath := GetAVZDirectory +'ScanVuln.txt';
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 1) then ExecuteScript(ScriptPath) else
begin
if DownloadFile('http://dataforce.ru/~kad/ScanVuln.txt', ScriptPath, 0) then ExecuteScript(ScriptPath)
else begin
ShowMessage('Невозможно загрузить скрипт AVZ для обнаружения наиболее часто используемых уязвимостей!');
exit;
end;
end;
if FileExists(LogPath) Then ExecuteFile('notepad.exe', LogPath, 1, 0, false)
end.