The viruses mainly found in Infected Computers of Mahendranagar are listed below. These viruses are just disgusting. Is your system infected from anyone of these? Go through the list.
Viruses Name
1. Backdoor.Formador
2. Backdoor.Graybird
3. Backdoor.Trojan
4. Bloodhound.VBS.4
5. Bloodhound.W32.1
6. Downloader
7. Eek (b)
8. Infostealer.Bancos
9. Infostealer.Banker.C
10.Infostealer.Gampass
11.Joke Program
12.Packed.Generic.76
13.Packed.Generic.248
14.Spyware.ActMon
15.Spyware.GiveMeToo
16.Spyware.InvisibleKey
17.SymbOS.Beselo.A
18.SymbOS.Hatiha
19.SymbOS.Commarrior.C
20.Trojan Horse
21.Trojan.Dropper
22.Trojan.Packed.NsAnti
23.USBcillin
24.VBS.Redlof.A
25.VBS.Redlof.B
26.VBS.Runauto
27.VBS.Solow
28.VBS.Soraci
29.W32.Blackmal.E@mm
30.W32.Botou
31.W32.Bufei
32.W32.Downadup.B
33.W32.Downadup!autorun
34.W32.Gammima.AG
35.W32.Glupzy.A
36.W32.Imaut
37.W32.Imaut.A
38.W32.Induc.A
39.W32.IRCbot
40.W32.Ircbrute
41.W32.Mydoom.AX@mm
42.W32.Mydoom.M@mm
43.W32.Narcha
44.W32.Pasobir
45.W32.Rajump
46.W32.Rontokbro@mm
47.W32.Sality.AE
48.W32.Sality.U
49.W32.SillyDC
50.W32.SillyFDC
51.W32.SillyP2P
52.W32.Svich
53.W32.Wullik@mm
54.W32.Wullik.B@mm
Waiting for others...
Note: These viruses named by Standard AntiVirus of Symantec Corporation.
Showing posts with label antivirus. Show all posts
Showing posts with label antivirus. Show all posts
Thursday, October 22, 2009
Saturday, July 18, 2009
Escape from Autorun Viruses...
You can analyze almost all autorun viruses from the following code:
Open Notepad
Copy the Code below
>>>>>>
echo "Run in HKLM" > %SYSTEMROOT%\tofile.txtREG EXPORT HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "Runonce in HKLM" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "RunonceEX in HKLM" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "Winlogon in HKLM" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "Run in HKCU" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Run %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "InternetSettings in HKCU" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "Explorer in HKCU" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
>>>>>>
Save it as abc.bat anywhere you like.
Double Click on the file
Now go to Start>Run and Type : notepad %SYSTEMROOT%\tofile.txt
Happy Removal of Autorun Viruses...
Open Notepad
Copy the Code below
>>>>>>
echo "Run in HKLM" > %SYSTEMROOT%\tofile.txtREG EXPORT HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "Runonce in HKLM" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "RunonceEX in HKLM" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "Winlogon in HKLM" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "Run in HKCU" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Run %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "InternetSettings in HKCU" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
echo "Explorer in HKCU" >> %SYSTEMROOT%\tofile.txtREG EXPORT HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer %SYSTEMROOT%\tofile1.txttype %SYSTEMROOT%\tofile1.txt >> %SYSTEMROOT%\tofile.txt
>>>>>>
Save it as abc.bat anywhere you like.
Double Click on the file
Now go to Start>Run and Type : notepad %SYSTEMROOT%\tofile.txt
Happy Removal of Autorun Viruses...
Subscribe to:
Posts (Atom)