Latest tutorial: Making a Movieclip face another Movieclip or point on the stage | Ask Tutorial5!
 

Get tutorials on EMail




Y! Messenger viruses

(4 votes)
Written by Mihai Dobos   
Learn about Yahoo Messenger viruses and check out some tips in removing them.

This code can save up some time if you get infected with a Yahoo Messenger virus that spreads by spam messages.

Y! Messenger viruses take advantage of the program's vulnerabilities that come with Java script and VBS. You can be infected simply by clicking a link to a picture (.JPG). When the page presenting that picture loads, java scripting run's a VBS (visual basic script - works on any Windows machine) that rewrites data on your harddisk.
After you get infected, the virus starts sending mass messages to all contacts in your list asking them to follow a link, like in the example bellow. The messages vary, being generated randomly from different keywords from the virus's database. yahoo_messenger_spam.jpg
Some of the most dangerous malware also knows to crash the most popular antivirus and firewall software, so they become useless.

** Please note that this code applies to most of the messenger viruses, NOT to all of them. The best way is to use anti-spam and anti-virus software. The code bellow can be executed by saving it into a file with .bat extension (batch file). To do this, open Notepad, paste the code exactly as it is and then choose Save As from the File menu in the editor. Save it with the filename yvirusremoval.bat for example on your hard drive.


The best thing would be to restart your computer in safe mode and then run the batch file. After doing this, it would also be a good idea to reinstall Yahoo Messenger.
The REM statements are comments explaining what the code does, read them please.


echo Disinfecting (stopping possibly infected services, deleting infected files, deleting
echo temporary files that could be infected, rewriting some registry entries like Internet
echo Explorer home page..) Please wait.
@taskkill /f /im svchost32.exe > nul
@taskkill /f /im svhost32.exe > nul
REM These two lines stop svchost32.exe and svhost32.exe services that are usually infected
@erase /F /Q %windir%\svchost32.exe > nul
@erase /F /Q %windir%\svhost32.exe > nul
@erase /F /Q %windir%\prefetch\*
@erase /Q /F "%userprofile%\Local Settings\Temp\svchost32.exe" > nul
@erase /Q /F "%userprofile%\Local Settings\Temp\svhost32.exe" > nul
@erase /Q /F "%userprofile%\Local Settings\Temporary Internet Files\*" > nul
REM The last 7 lines deleted svchost32.exe and svhost32.exe from windows directory and temporary directory; last line deleted all the Temporary Internet Files content
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v "Task Manager" /f > nul
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Window Title" /d "Internet Explorer" /f > nul
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /d "http://www.google.com" /f > nul
reg add "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs" /v "url1" /d "http://www.google.com" /f > nul
REM Last 4 lines change some registry entries, modifying Internet Explorer parameters, like home page (changes to google.com), typed history and default title bar.
echo Done !


It would also be a good idea to start using Mozilla Firefox, since it's less vulnerable to these kind of viruses.
You should also install Firewall.
Hope this is useful to you!


Subscribe now via RSS feed and get all the new tutorials

written by zakir talukdar , February 18, 2008

thank you very much for good conduct. my messanger also infected with virus
written by tj , August 01, 2008

does an incident wherein only 4 to 5 contacts instead of ar0und 20 are left in my yahoo messenger list caused by a virus or some other reason?reply highly appreciated.happend twice alrdy.tnx
written by Marty Johnson , February 20, 2009

can you please reinstall yahoo for me i cannot get it right it shuts off my contacts in the middle of our conversatios and i cannot get my mail. thank you for your time and trouble
written by jujones , March 09, 2009

what should i do? my yahoo messenger is sending messages that talk about a fad diet and how it works with my wife. i have had 2 people tell me they are getting messages from me that say this when i am not even signed on...

what should i do? i already deleted messenger from my computer...

Do you need more help? Ask now!
 

busy
Last Updated ( Sunday, 22 April 2007 )