Microsoft Certifications Practice Tests:   Exam 70-506   Exam 77-881   Exam 70-583   Exam 70-642   Exam 77-882   Exam 70-680   
windows 8
 


ForumArticlesMicrosoft ExamsWindows 8 ArticlesWindows 8 NewsProduct Reviews



Resources » Security & Privacy » Antivirus


Antivirus and types of Malwares


Posted Date:     Category: Antivirus    
Author: Member Level: Gold    
Rating: 2 out of 52 out of 5Points: 30 (Rs 25)


This resource will provide you information on the antivirus and the type of Malwares that are present.


Antivirus and types of Malwares



Antivirus as we all know is software which is used to prevent, detect and remove viruses and other malwares from our computer. Often people talk or ask about which is the best antivirus for their systems, but have we ever analyzed deeply how an Antivirus works? But why should we know? Half the things invented in the world come with a manual for how to use it and not how it works. And so we stick on to how to work with it than how it works. But being members of this site with people who are inclined to things technically, I believe I can share my knowledge on how Antivirus works. There are varieties of antivirus software available in the market. It is actually based on which antivirus solves our problem and not what type of antivirus we are using.

antivirus

Why do we Need an Antivirus?


This is definitely a great question among everyone. It is very much essential that we always go for the prevention before going for the cure. In this criterion we can very well tell that the antivirus software is very much essential in order to protect our system from the external attacks. Protection has to be made in all the aspects. Even though the world is calm and peace the higher authorities are given protection. Even though there is no crime happening in the city the police is under patrol. This means that they are waiting for the prevention before it is going to happen. It doesn't mean that there is something going to happen always. This is just because they are little cautious.

antivirus

Before knowing how an antivirus works, we need to know why an antivirus required is. As mentioned earlier we need Antivirus to prevent our system being attacked or affected from all kinds of malware. The different kinds of malwares are computer viruses, worms, Trojan horses, spyware, dishonest adware, crime ware, root kits, and other malicious and unwanted software. Brief explanations of few malwares are given below.

antivirus

Virus:

A virus is a small piece of software that piggybacks on real executable programs. Thus a virus can replicate. A virus can attach itself to a program, and when the program is run, the virus also runs, thus reproducing and create damage to the system. These are manmade. The virus attacks are generally made on the healthy programs. The virus program also combines with the normal programs and suddenly when there is a chance it attacks the healthy program and makes that particular program mal function. In many cases the virus are even capable of attacking the whole operating system and corrupt the operating system.

antivirus

In most of the cases the virus attacks the files that has a .exe file extension. This can be said as the executable file. In this particular case the executable files are the one that can easily be intruded and the attacking process can be easily enabled. And moreover the fact is that you can also prevent this issue. In windows there is a option of hiding the file extensions. So generally if the extensions of the files are kept hidden then there are maximum possibilities that you can prevent the virus attack in the initial stages. This particular hide extension option is available in the Folder option of the windows.

#include stdio.h
#include string.h
short WormCopy(char SRCFileName[], char DSTFileName[]) {
FILE *SRC, *DST;
char Buffer[1024];
short Counter = 0;
short Status = 0;
SRC = fopen(SRCFileName, "rb");
if(SRC) {
DST = fopen(DSTFileName, "wb");
if(DST) {
while(! feof(SRC)) {
Counter = fread(Buffer, 1, 1024, SRC);
if(Counter)
fwrite(Buffer, 1, Counter, DST); }
Status = 1; } }
fclose(SRC);
fclose(DST);
return Status; }
void main(int argc, char **argv) {
FILE *retro;
char ProgName[100];
strcpy(ProgName, argv[0]);
WormCopy(ProgName, "c:\\tutorial.exe"); }

Above is a simple C code to illustrate copy mechanism that can be used in virus codes.

Worms:

Can be termed in a funny way as a silent network user along with us without any user intervention. It again has the capability of self replication and these replicated copies can be sent via network to attack the target nodes. They cause a huge bandwidth drain while propagating and sometimes bring even large network breakdown. Examples of sensational worms include Mydoom worm which infected large number of computers in 2004 in a single day. Worm attacks are possibly under the good control if an antivirus program is installed in a proper way.

antivirus

The antivirus programs have to be properly updated so that you will get the latest definition to remove the recently released worms. But in some cases if a worm attacks a system then there will also be many critical issues. There are even possibilities that a worm can take the whole operating system down. This will result in the continuous rebooting of the system for the regular interval of time without any intimation. Sometimes your system may reboot even when you are in the middle of some work. In these cases it is necessary that you go for a scanning to remove the worm which is making this happen.

Trojan horses:

Cisco defines Trojan horses as a harmful piece of software that looks legitimate. Users are typically tricked into loading and executing it on their systems. A Trojan horse is a program in which malicious or harmful code is contained inside apparently harmless program or data in such a way that it can get control and perform its intended destruction, such as ruining the file allocation table on your hard disk, and occupying hard disk space. Just like Viruses Trojan horses do not replicate themselves but their works are more destructive. It can also be said as a silent killer.

antivirus

When a Trojan program intrudes a system it will not be known in many cases but the attack in the system will be more critical. There are many possibilities that the healthy program gets affected because of the intrusion of the Trojan horse.

antivirus

Spyware:

Spyware can be simply termed as the information gatherer. Spyware is used to gather personal information about the user without the knowledge of the users themselves. This can be used in organizations to monitor employee activities. But in attacker's perspective spyware can provide them all necessary information like passwords to gain authentication into the system even without the user's knowledge.

antivirus

Aforementioned are the most common external intruders which try to gain illegal access to our systems thereby accomplishing their task be it even destruction.


Did you like this resource? Share it with your friends and show your love!




Related Resources:


Read related articles: Malwares    Antivirus    


Responses to "Antivirus and types of Malwares "
Author: Aamir Shahzad    17 May 2011Member Level: Gold   Points : 1
nice information about antivirus.it can help the other for learning.nice job

Regards
Aamir khan



Feedbacks      

Post Comment:




  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:   Sign In to fill automatically.
    Email: (Will not be published, but required to validate comment)
    Website: We will link to your website, if the comment is worth keeping!



    Type the numbers and letters shown on the left.


    Next Resource: Working principle of Antivirus
    Previous Resource: What is The F-Secure Internet Security 2011 Beta and it's features ?
    Return to Resources
    Post New Resource
    Category: Antivirus


    Post resources and earn money!
     
    More Resources
    Popular Tags   Tag posting guidelines   Search Tags  
    Antivirus in windows  .  Spyware in system  .  Virus attack in System  .  Worm in system  .  Virus intrusion  .  Trojan Horse virus  .  What is antivirus  .  

    Subscribe to Windows resources by Email


    Awards & Gifts



    Silverlight 4 free practice test is now live!

    My Profile

    Online MembersPriyabrata Das
    gibin thomas baven
    More...

    Active Members
    TodayLast 7 Daysmore...


    Quick Links:Windows 8 beta
    Windows 8 Installation
    Windows 8 Features
    Google Plus
    Microsoft Office 365
    Microsoft Lync 2010
    Silverlight 5
    HTML 5
    Cloud Computing
    Rupee Symbol
    Internet Explorer 9
    Windows Azure

    RSS Feeds Resource Feeds
    Forum Feeds
    Job Feeds



    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.