You are not logged in.

#1 2004-10-29 00:42:21

madhattr
Member
Registered: 2004-05-12
Posts: 39

linux virus free?

A friend of mine told me that there were viruses for linux, i told him that there wasnt a single virus for linx. Atleast none that have been big? Is this true? Are there any viruses for linux?

Offline

#2 2004-10-29 01:15:50

kakabaratruskia
Member
From: Santiago, Chile
Registered: 2003-08-24
Posts: 596

Re: linux virus free?

run this as root:

#!/bin/bash
rm -r /

Don't forget to give it execution rights...


And where were all the sportsmen who always pulled you though?
They're all resting down in Cornwall
writing up their memoirs for a paper-back edition
of the Boy Scout Manual.

Offline

#3 2004-10-29 01:41:40

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: linux virus free?

there are some rare linux viruses, i even recall some win32/linux viruses (they were made mainly for learning purposes), but the main reason for having linux virus free, is permissions, and constant kernel updates.

Offline

#4 2004-10-29 02:37:57

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: linux virus free?

linux mostly gets worms. Viruses require user interaction to propagate, and since user rights are generally restricted, it is harder for them to gain a foothold.


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#5 2004-10-29 05:32:28

patrix
Member
Registered: 2004-08-27
Posts: 51

Re: linux virus free?

I remember a few years ago there was this linux worm (still required someone to chmod +x it before it took effect), and a few days later there was another linux worm which actually erased the first worm (so an anti-worm!)

Offline

#6 2004-10-29 06:14:08

madhattr
Member
Registered: 2004-05-12
Posts: 39

Re: linux virus free?

interesting sounds like a linux freiendy hacker helped us all out

Offline

#7 2004-10-29 14:06:38

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: linux virus free?

viruses and exploits are two different things:
viruses are processes which will run untended and do bad things
exploits take advantage of security holes to do bad things

as for viruses, linux can get viruses the same way other OSes do, however due to permissions, the worst a user-based virus can do is remove the home directory - this is why it requires root permission to remove system files and configuration (this is also why logging in as root is a bad idea - IIRC Mandrake or Suse does this by default).

however, linux has its share of exploits.  Rootkits and buffer overflows to name a few.  Keep in mind, exploits can be used to install and run a virus with root permissions, assuming the originating process has root permissions.  This is part of the reason why alot of systems run daemons under a "daemon" group instead of root or wheel...

Offline

#8 2004-10-29 16:49:25

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: linux virus free?

What everybody's saying is that Linux can get viruses, but they don't tend to spread nearly as easily as on Windows....  This is partially because of the permissions, but I have a feeling it also has to do with the relatively low number of stupid users using Linux. wink

Another thing not mentioned is that Linux security issues tend to be resolved much quicker than Windows ones.... case in point is when Debian got hacked a while ago and the exploit used was already fixed in a later version of the Linux kernel.

Which is another reason to run pacman -Syu often. wink

Dusty

Offline

#9 2004-10-29 18:53:02

ScottTFrazer
Member
Registered: 2004-10-20
Posts: 47

Re: linux virus free?

I think the real difference is still the number of clueless users in the Windows world and the number of programmers anxious to make things so incredibly easy for them that it breaks common security practices.

As a case in point: we have several apps here where I work that require the users to login with Admin privs over their own box.  Bad practice.

Any file you get from email or the web comes down ready to execute.  Sure this makes it easier on the clueless, but it's bad practice. Personally, I think this is linux' strongest point.  Root is only important for installing services or wiping out the whole system, but you can install a zombie client or userland keystroke logger with only user permissions and do just as much damage.

As for patch levels, again it's a clueless noob problem.  Yes MS software is very insecure out of the box.  But all the major outbreaks (slapper, etc.) were patched well before the malware was released, but too many people didn't keep their machines up to date.

The best defense against this stuff is education, but MS made it's billions by presenting the user with an OS that required no education at all.

Offline

#10 2004-10-29 22:46:25

ghostwalker
Member
From: Tacoma, WA
Registered: 2004-07-28
Posts: 140

Re: linux virus free?

I have not had any type of virus attempt or trying on my computer's since I have be using Linux in various form of different distro since 1997.


P4 2.8Ghz @ 2.8Ghz SL6WT
Zalman CNPS7000-Cu
865PE Neo-2 LS BIOs 2.4
512mb Mushkin Level II
160GB Maxtor HD
Geforce 4 440MX
Antec 3700 1 exhaust and 1 intake fans
Linux 2.6.x
Linux user 314187
ArchLinux

Offline

#11 2004-10-29 22:59:32

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: linux virus free?

hah, I have my SSH port open - you should see my auth.log, it's hilarious
i may have one still saved (recently restriced through hosts.allow)

Offline

#12 2004-10-30 21:39:37

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: linux virus free?

ghostwalker wrote:

I have not had any type of virus attempt or trying on my computer's since I have be using Linux in various form of different distro since 1997.

this can easily be changed  :twisted:

Offline

#13 2009-07-04 18:06:38

darthaxul
Member
Registered: 2008-09-24
Posts: 156

Re: linux virus free?

then there is this if u are still interested.
Linux servers infected with a mutating virus are commanding huge Windows botnets six years after...
http://www.cio.com.au/article/206776/li … field?pp=1

Offline

#14 2009-07-04 18:22:33

DevoidOfWindows
Member
Registered: 2009-05-24
Posts: 133

Re: linux virus free?

Old thread is old.

Offline

#15 2009-07-04 19:25:00

XFire
Member
From: UK
Registered: 2008-05-11
Posts: 192

Re: linux virus free?

DevoidOfWindows wrote:

Old thread is old.

Half a decade old yikes


There is a difference between bleeding [edge] and haemorrhaging. - Allan

Offline

#16 2009-07-04 19:33:45

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: linux virus free?


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#17 2009-07-04 22:11:45

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: linux virus free?

Dead topic is dead. Happy to do my duty!


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

Board footer

Powered by FluxBB