1829693 Members
6765 Online
109992 Solutions
New Discussion

Anti virus

 
SOLVED
Go to solution
PVR
Valued Contributor

Anti virus

Hi Guys,

I want to know whether linux is prone to virus attacks or not.

thanx

Don't give up. Try till success...
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: Anti virus

It really is not prone to any attacks.

Simple scripts can be made that will fill the hard disk or try and attack security, but most of the time of virus writers has been spent working on Windows.

There actually is a virus checker for Linux Open Source, here is a link to a thread I started on this subject a year ago.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=77096

There is also a recent thread on the topic if you push down a few pages.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Mark Grant
Honored Contributor

Re: Anti virus

Linux IS prone to virii (is that the plural of virus). However, it is so difficult for a virus to actually cause much damage that it isn't very attractive to would be crackers.

It is difficult to get a virus to replicate itself on a unix system. e-mail virii threat can be completely eliminated if you're prepared to do a little set up. Users tend not to have access to system files etc etc etc.

There have been worm attacks which have used vulnerabilities in certain applications.

There was a virus written for linux once that escaped the authors systems. It installed intself in /tmp but actually required you to log in as "root" and specifically run it in order to propogate.
Never preceed any demonstration with anything more predictive than "watch this"
Martin P.J. Zinser
Honored Contributor

Re: Anti virus

Linux is not as likely to be attacked by a Virus as Windows for a number of reasons:

1.) There are so many more windows systems out there than Linux systems that it is simply more attractive to write a Windows virus.

2.) Many (esp. private) systems are run by users with full admin privs turned on, making it easy for a virus to propagate

Having said that, there is nothing inhereent in Linux that makes it impossible to write a virus. The first step in securing a system is to make sure that no processes execute under root that do not need to (e.g. database servers, webservers etc.).

Also keep in mind that if you serve disks to Windows users via Samba you might want to run a virus scanner even if the virus does not effect your server, but "only" the connecting clients (We do this e.g. on our OpenVMS servers where you can essentially the same question ;-)

Greetings, Martin