Hi All,
I have been trying to remove the W32.downadup.b/c conficker virus from still many pcs are infected, I tried this script mentioned.
--------------------------
----------
----------
----------
--
@echo off
color 0A
ECHO. **************************
**********
**********
**********
**********
**********
**********
*********
ECHO. ExtremeSecurity.blogspot.c
om - Do It Securely or Not At All
ECHO. Multi OS W32.Downadup Cleaner v2.0
ECHO. **************************
**********
**********
**********
**********
**********
**********
*********
ver | find "2003" > nul
if %ERRORLEVEL% == 0 goto ver_2003
ver | find "XP" > nul
if %ERRORLEVEL% == 0 goto ver_xp
ver | find "2000" > nul
if %ERRORLEVEL% == 0 goto ver_2000
ver | find "Version 6.0.6000" > nul
if %ERRORLEVEL% == 0 goto ver_vista-sp0
ver | find "Version 6.0.6001" > nul
if %ERRORLEVEL% == 0 goto ver_vista-sp1
goto exit
:ver_2003
echo Enabling BITs ...
sc config bits start= auto
echo Starting BITs ...
net start "Background Intelligent Transfer Service"
echo Enabling Automatic Updates ...
sc config Wuauserv start= auto
echo Starting Automatic Updates ...
net start "Windows Automatic Update Service"
echo Enabling Windows Error Reporting Service (ERSvc) ...
sc config ERSvc start= auto
echo Starting Windows Error Reporting ...
net start ERSvc
echo Enabling Windows Error Reporting Service (WerSvc) ...
sc config WerSvc start= auto
echo Starting Windows Error Reporting ...
net start WerSvc
echo Checking MS WSUS for any missing updates ...
wuauclt.exe /detectnow
REM echo Removing all AT created scheduled tasks ...
REM AT /Delete /Yes
REM echo Stopping & Disabling Schedule service...
REM sc.exe stop schedule
REM sc.exe config schedule start= disabled
echo Fixing Downadup infection (Silent mode - Check log file in C:\)...
\\ServerName\ShareName\Fix
Dwndp.exe /SILENT /LOG=c:\computername%_%use
rname%_log
FixDownadu
p.txt
copy c:\computername%_%username
%_logFixDo
wnadup.txt
\\ServerName\ShareName\Log
s\computer
name%_%use
rname%_log
FixDownadu
p.txt
echo Patching MS08-067 ...
\\ServerName\ShareName\Win
dowsServer
2003-KB958
644-x86-EN
U.exe /quiet /norestart
echo Rebooting System ...
shutdown -r -f -c "Rebooting system"
goto exit
:ver_xp
echo Enabling BITs ...
sc config bits start= auto
echo Starting BITs ...
net start "Background Intelligent Transfer Service"
echo Enabling Automatic Updates ...
sc config Wuauserv start= auto
echo Starting Automatic Updates ...
net start "Windows Automatic Update Service"
echo Checking MS WSUS for any missing updates ...
wuauclt.exe /detectnow
echo Enabling Windows Security Center Service (wscsvc) ...
sc config wscsvc start= auto
echo Starting Windows Security Center ...
net start wscsvc
echo Enabling Windows Error Reporting Service (ERSvc) ...
sc config ERSvc start= auto
echo Starting Windows Error Reporting ...
net start ERSvc
echo Removing all AT created scheduled tasks ...
AT /Delete /Yes
echo Stopping & Disabling Schedule service...
sc.exe stop schedule
sc.exe config schedule start= disabled
echo Disabling "AutoPlay" ...
reg.exe add HKLM\SOFTWARE\Microsoft\Wi
ndows\Curr
entVersion
\Policies\
Explorer /v NoDriveTypeAuto /t REG_DWORD /d 0xff /f
echo Fixing Downadup infection (Silent mode - Check log file in C:\)...
\\ServerName\ShareName\Fix
Dwndp.exe /SILENT /LOG=c:\computername%_%use
rname%_log
FixDownadu
p.txt
copy c:\computername%_%username
%_logFixDo
wnadup.txt
\\ServerName\ShareName\Log
s\computer
name%_%use
rname%_log
FixDownadu
p.txt
echo Patching MS08-067 ...
\\ServerName\ShareName\Win
dowsXP-KB9
58644-x86-
ENU.exe /quiet /norestart
echo Rebooting System ...
shutdown -r -f -c "Rebooting system"
goto exit
:ver_2000
echo Enabling BITs ...
sc config bits start= auto
echo Starting BITs ...
net start "Background Intelligent Transfer Service"
echo Enabling Automatic Updates ...
sc config Wuauserv start= auto
echo Starting Automatic Updates ...
net start "Windows Automatic Update Service"
echo Checking MS WSUS for any missing updates ...
wuauclt.exe /detectnow
echo Removing all AT created scheduled tasks ...
AT /Delete /Yes
echo Fixing Downadup infection (Silent mode - Check log file in C:\)...
\\ServerName\ShareName\Fix
Dwndp.exe /SILENT /LOG=c:\computername%_%use
rname%_log
FixDownadu
p.txt
copy c:\computername%_%username
%_logFixDo
wnadup.txt
\\ServerName\ShareName\Log
s\computer
name%_%use
rname%_log
FixDownadu
p.txt
echo Patching MS08-067 ...
\\ServerName\ShareName\Win
dows2000-K
B958644-x8
6-ENU.EXE /quiet /norestart
echo Rebooting System ...
shutdown -r -f -c "Rebooting system"
goto exit
:ver_vista-sp0
echo Enabling BITs ...
sc config bits start= auto
echo Starting BITs ...
net start "Background Intelligent Transfer Service"
echo Enabling Automatic Updates ...
sc config Wuauserv start= auto
echo Starting Automatic Updates ...
net start "wuauserv"
echo Checking MS WSUS for any missing updates ...
wuauclt.exe /detectnow
echo Enabling Windows Security Center Service (wscsvc) ...
sc config wscsvc start= auto
echo Starting Windows Security Center ...
net start wscsvc
echo Enabling Windows Defender Service (WinDefend) ...
sc config WinDefend start= auto
echo Starting Windows Defender ...
net start WinDefend
echo Enabling Windows Error Reporting Service (WerSvc) ...
sc config WerSvc start= auto
echo Starting Windows Error Reporting ...
net start WerSvc
echo Removing all AT created scheduled tasks ...
AT /Delete /Yes
echo Stopping & Disabling Schedule service...
sc.exe stop schedule
reg.exe add HKLM\SYSTEM\CurrentControl
Set\Servic
es\Schedul
e /v Start /t REG_DWORD /d 0x4 /f
echo Disabling "AutoPlay" ...
reg.exe add HKLM\SOFTWARE\Microsoft\Wi
ndows\Curr
entVersion
\Policies\
Explorer /v NoDriveTypeAuto /t REG_DWORD /d 0xff /f
echo Restoring Windows Defender startup key ...
reg.exe add HKLM\SOFTWARE\Microsoft\Wi
ndows\Curr
entVersion
\Run /v "Windows Defender" /t REG_EXPAND_SZ /d "%ProgramFiles%\Windows Defender\MSASCui.exe hide" /f
echo Enabling TCP Receive Window Auto-tuning ...
netsh interface tcp set global autotuning=normal
echo Fixing Downadup infection (Silent mode - Check log file in C:\)...
\\ServerName\ShareName\Fix
Dwndp.exe /SILENT /LOG=c:\computername%_%use
rname%_log
FixDownadu
p.txt
copy c:\computername%_%username
%_logFixDo
wnadup.txt
\\ServerName\ShareName\Log
s\computer
name%_%use
rname%_log
FixDownadu
p.txt
echo Patching MS08-067 ...
\\ServerName\ShareName\Win
dows6.0-KB
958644-x86
.msu /quiet /norestart
echo Rebooting System ...
shutdown /r /f /c "Rebooting system"
goto exit
:ver_vista-sp1
echo Enabling BITs ...
sc config bits start= auto
echo Starting BITs ...
net start "Background Intelligent Transfer Service"
echo Enabling Automatic Updates ...
sc config Wuauserv start= auto
echo Starting Automatic Updates ...
net start "Windows Automatic Update Service"
echo Checking MS WSUS for any missing updates ...
wuauclt.exe /detectnow
echo Enabling Windows Security Center Service (wscsvc) ...
sc config wscsvc start= auto
echo Starting Windows Security Center ...
net start wscsvc
echo Enabling Windows Defender Service (WinDefend) ...
sc config WinDefend start= auto
echo Starting Windows Defender ...
net start WinDefend
echo Enabling Windows Error Reporting Service (WerSvc) ...
sc config WerSvc start= auto
echo Starting Windows Error Reporting ...
net start WerSvc
echo Removing all AT created scheduled tasks ...
AT /Delete /Yes
echo Stopping & Disabling Schedule service...
sc.exe stop schedule
reg.exe add HKLM\SYSTEM\CurrentControl
Set\Servic
es\Schedul
e /v Start /t REG_DWORD /d 0x4 /f
echo Disabling "AutoPlay" ...
reg.exe add HKLM\SOFTWARE\Microsoft\Wi
ndows\Curr
entVersion
\Policies\
Explorer /v NoDriveTypeAuto /t REG_DWORD /d 0xff /f
echo Restoring Windows Defender startup key ...
reg.exe add HKLM\SOFTWARE\Microsoft\Wi
ndows\Curr
entVersion
\Run /v "Windows Defender" /t REG_EXPAND_SZ /d "%ProgramFiles%\Windows Defender\MSASCui.exe hide" /f
echo Enabling TCP Receive Window Auto-tuning ...
netsh interface tcp set global autotuning=normal
echo Fixing Downadup infection (Silent mode - Check log file in C:\)...
\\ServerName\ShareName\Fix
Dwndp.exe /SILENT /LOG=c:\computername%_%use
rname%_log
FixDownadu
p.txt
copy c:\computername%_%username
%_logFixDo
wnadup.txt
\\ServerName\ShareName\Log
s\computer
name%_%use
rname%_log
FixDownadu
p.txt
echo Patching MS08-067 ...
\\ServerName\ShareName\Win
dows6.0-KB
958644-x86
.msu /quiet /norestart
echo Rebooting System ...
shutdown /r /f /c "Rebooting system"
goto exit
:exit
-----------------------
of course i changed the shares name, but the job runs and restart the pcs but the virus still there. can any one advise in how to remove it from the network, for example to build a script that will run once they login to network using active directory.
Thanks