View Single Post
Old 11-12-2008, 05:45 AM   #6 (permalink)
chemist
Moderator, Analyst, Security Team; Rangemaster, TSF Academy
 
Join Date: Oct 2007
Location: Georgia
Posts: 10,721
OS: XP SP3


Re: Frightening Spyware, possibly brastk.exe

Hello again, xxstriker1. You can update to SP3 once we are done. And yes, it's OK if you uninstall Norton Ghost.

Open Notepad and copy/paste the entire contents of the codebox below into Notepad:

Code:
@echo off
if exist "%temp%\log.txt" del "%temp%\log.txt"

for %%g in (

"C:\Documents and Settings\smith\My Documents\Virus logs\May 2007\SmitfraudFix.exe"
"C:\Program Files\MUSICMATCH\Common\ComponentMgr\HoldingArea\WebSys2\WebSys.mmz"
"C:\Program Files\MUSICMATCH\Musicmatch Jukebox\WebSys\offline.mmz"

) do (
del /a/f %%g >nul 2>and1
if exist %%g echo.%%g>>"%temp%\log.txt"
)

for %%g in (

%systemdrive%\rsit
C:\Documents and Settings\smith\My Documents\Virus logs\May 2007\SmitfraudFix


) do (
rd /s/q %%g >nul 2>and1
if exist %%g echo.%%g>>"%temp%\log.txt"
)
if exist "%temp%\log.txt" ( start notepad "%temp%\log.txt"
) else echo.Deleted Successfully !!

pause
del %0
Save this Notepad file as fix.bat and choose to Save as type: - All Files then close the Notepad file.
It should look like this:

Double-click on fix.bat to run it.

Tell me what it says in your next reply. Press any key to continue.

------------------------------------------------------

You posted a HijackThis log using version 1.99.1. Please delete that version and post a fresh HijackThis log using version 2.0.2.

------------------------------------------------------
__________________
Our help is free but please donate

Proud member of ASAP
Proud member of UNITE
chemist is offline