View Single Post
Old 03-04-2007, 10:41 AM   #24 (permalink)
Sempurna
Analyst, Security Team
 
Sempurna's Avatar
 
Join Date: Sep 2006
Posts: 1,302
OS: Windows XP SP2


Hi tsf1jay,

I’m sorry for the late reply. I’ve having some of our experts look over your thread.

You have a relatively new type of malware. So, here’s what we do first.

Please open Notepad (Start -> Run -> type notepad in the Open field -> OK), and copy and paste the text present inside the code box below:

Code:
For /F "TOKENS=*" %%g IN ('dir /s/a-d/b %windir%\ndis.sys'
) Do @echo "$$~g" %%~zg %%~tg >>report.txt 2>nul
start notepad report.txt & exit
Save this as check.bat. Choose to save as "All files" and place it on your desktop.

It should look like this:

Go to the desktop and double-click on check.bat and post back with the text that will open.

In case you still are unsure on how to create a BAT file, please take a look HERE with screenshots.
__________________

Keep this forum alive - if you've been helped at this forum, please do consider a donation. Thank you for your support.

Donation link for Tech Support Forum

Last edited by Sempurna; 03-04-2007 at 10:45 AM.
Sempurna is offline