View Single Post
Old 12-07-2008, 01:42 PM   #6 (permalink)
Angelfire777
Moderator/Analyst, Security Team ; Rangemaster, TSF Academy
 
Angelfire777's Avatar
 
Join Date: Oct 2006
Posts: 4,580
OS: Vista


Re: Help with recent Malware causing pop-ups and slow performance

Hi,

*Open the Symantec Control Panel
Click View | Quarantine.
Select the file or group of files.
Do one of the following:
  • *Right click the file and choose Delete Permanently
    *Click the X Delete button.
Click Start Delete


*Open notepad.
Copy and paste the text inside the Code Box below into Notepad
Choose File > Save As and under "Save as type", choose "All Files".
Type clean.bat in the File name and save it to your desktop.

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

for %%g in ( 
"D:\General Data\KazaaFiles\Spy Agent 4.0.exe"
"D:\My Documents\eugene\Eugene\Old Desktop\temp\serials2k\s2k.serials2k7.1.zip"
"H:\User Temp\1-ae824.zip"
"C:\Documents and Settings\Administrator\Application Data\Sun\Java\Deployment\cache\6.0\3\6edc3c83-15c83e23"
"C:\Documents and Settings\Administrator\Application Data\Sun\Java\Deployment\cache\6.0\43\7d3deceb-595124f9"
"C:\Documents and Settings\Administrator\Application Data\Sun\Java\Deployment\cache\6.0\60\328e8d3c-3e49c6b4"
"C:\Documents and Settings\Administrator\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\file\animan.class-1a434e1-7fa8019a.class"
"C:\Documents and Settings\Administrator\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\file\animan.class-48db91fd-64a89ae8.class"
"C:\Documents and Settings\Administrator\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\file\animan.class-7bf8fe99-6562f72e.class"
"C:\Documents and Settings\helen\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar\jvmimpro.jar-3ad601a5-29695a9c.zip"
) do ( 
del /a/f/q %%g 
if exist %%g echo.%%g >>"%temp%\log.txt" 
)>nul 2>&1 

if exist "%temp%\log.txt" (start notepad "%temp%\log.txt" 
) else echo.Deleted Successfully! 
echo. 
pause 
del %0
Locate clean.bat on your Desktop and double-click on it. Tell me what it says.

also, on your next post, let me know how's your computer running.
__________________
UNITE and ASAP since 2006


If we have helped you, please consider donating.

The past won't be able to hurt you unless you keep on looking back at it.
Angelfire777 is offline