Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Virus defense

  1. #1

    Virus defense

    I want to know if my thoughts on linux virus defense are accurate so I can post said thoughts on another forum.

    A virus in linux should cause fairly little damage (compared to Windows) due to permissions. If user doesn't have the permission to do something in a directory and the virus is executed as user would that still be true?

  2. #2

    Re:Virus defense

    [quote author=ASCI_Blue link=board=2;threadid=5987;start=0#57076 date=1041496735]
    I want to know if my thoughts on linux virus defense are accurate so I can post said thoughts on another forum.

    A virus in linux should cause fairly little damage (compared to Windows) due to permissions. If user doesn't have the permission to do something in a directory and the virus is executed as user would that still be true?

    [/quote]

    As far as I'm aware, thats true. The most you could lose is $home while running as the default user. Thats part of the reason why you should never log in as root.

  3. #3
    Guest

    Re:Virus defense

    it also depends on your definition of a virus. some applications could be trojaned or have backdoors that one can manipulate. these could be considered viruses too.

  4. #4

    Re:Virus defense

    a good point sarah, and I was considering those virii too. Also boot loader/boot partition virii (stuff that destroys the mbr since I don't remember the proper name).

  5. #5

    Re:Virus defense

    security is good in linux. if im user foo and i get a really nasty virus, it can destroy my homedir but not even touch anyone elses. it could start using 100% cpu power, but root gets priority and could kill it.

    so since virii arent useful we have worms. worms seek root access by exploiting a vulnerability in some service. so make sure your daemons are up to date and you should be okay. netstat -anp --inet will tell you what ports are open to the world. make sure you need all those.

  6. #6
    Senior Member
    Join Date
    May 2001
    Posts
    345

    Re:Virus defense

    Everybody here knows that a virus on linux could destroy the whole installation.



    SAY WHAT?



    Yes. If you think about it, it's pretty damn obvious. What is the hardest part of hacking a computer? Most sources would seem to say getting user level access. From there you use whatever root kit and get root, and from there you do whatever the hell you want to. Therefore, a virus which has user level access need only be programed to attempt several rootkits, and if one suceeds it has your whole system. So, virii on linux could be a threat. Now, if you run a recent distribution, the odds are probably a rootkit wouldn't work on your system -- yet. Surely sometime one of the thousand packages modern distributions seem to install for a local utility could have a root exploit and a rootkit could make use of it.

  7. #7

    Re:Virus defense

    a root kit is setup after root is gotten, to keep that access

    you mean a local root exploit. that is a possibility but again keep your software recent and you should be okay

  8. #8
    Senior Member
    Join Date
    May 2001
    Posts
    345

    Re:Virus defense

    Indeedy that is what I mean, but see... It could happen!

  9. #9

    Re:Virus defense

    Its far less likely to happen than under Windows though. Its not like you know that the layout of every system is the same and they all have X and Y software installed (Like Outlook, IE, etc)

  10. #10

    Re:Virus defense

    Anyone really concerned about virii/trojans/worms/ whatever could always go to www.datafellows.com and download F-Prot for Linux for free - it gets updated fairly frequently (sometimes more than once a day) and it is very straightforward in operation. Go to their free tools page when you get there.

    Later On,
    horus 8)

Similar Threads

  1. Viruses, Worms, Trojan Horses
    By CoolJsa14 in forum Windows - General Topics
    Replies: 9
    Last Post: 11-01-2009, 08:08 AM
  2. Our Linux (Fedora2) server is getting affected by a virus
    By rvbalraj in forum Redhat / Fedora
    Replies: 1
    Last Post: 02-27-2007, 12:22 PM
  3. Using Virus Protection in Outlook Express 6
    By regix in forum Windows - General Topics
    Replies: 1
    Last Post: 01-03-2005, 10:52 PM
  4. Virus targets 64-bit Windows
    By GhostDawg in forum Windows - General Topics
    Replies: 4
    Last Post: 08-25-2004, 02:39 PM
  5. virus forum??
    By in forum Windows - General Topics
    Replies: 28
    Last Post: 09-01-2003, 09:04 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •