LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 11-04-2003, 07:22 PM   #1
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Rep: Reputation: 15
antivirus install or no?


i've been doing alot of reading about viruses in linux. I've read some people saying that linux doesn't get virses and others saying that it can. I am just wanting some general input what you regular users are doing for security.

I notice that most of the programs that come up under antivirus are mainly for mail scanning.

should install an antivrius program or even a firewall other than the one RedHat 9 comes with?



/Jason

Last edited by jasonmcneil0; 11-04-2003 at 07:25 PM.
 
Old 11-04-2003, 07:40 PM   #2
LogicG8
Member
 
Registered: Jun 2003
Location: Long Island, NY
Distribution: Gentoo Unstable (what a misnomer)
Posts: 380

Rep: Reputation: 30
For most linux users AV products are snake oil
unless you spend all your time as root (Bad! NO! *Whack w/ 2x4*)
or you are acting as a screen for windows clients.

Under linux you can only write to a file you have permissions for
so if you run an infected program you can only infect files that you
own. Most people don't actually own the programs they run they
are owned by root and hence are safe from virii. I think a better
option is to run a program like trip wire.
 
Old 11-04-2003, 08:04 PM   #3
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
so will this proggy check for virii, or will just show which files have been changed since a certain time. It says it checks integrity, so i am wondering what it acutally does.

/Jason
 
Old 11-04-2003, 08:23 PM   #4
LogicG8
Member
 
Registered: Jun 2003
Location: Long Island, NY
Distribution: Gentoo Unstable (what a misnomer)
Posts: 380

Rep: Reputation: 30
Yes that's what tripwire does.
Since privilege separation is more complete under
linux (see a paper on the shatter attack)
there is less danger to most linux systems from
email, malicious web attacks and from the most
of the security problems that haunt Windows.
However there is still a risk of attack. AIDES and
tripwire help in intrusion detection by checking
if the configuration files and executables on your
computer have be changed. Tripwire "walks"
down directories specified in its config and
compares them to previously recorded walks.
It does this by taking an MD5 sum for each file
at install and using that virgin database for
comparisons.

Most of the "real" antivirus software for linux
is so linux mail server don't pass on infected
email messages to vulnerable windows clients.
 
Old 11-04-2003, 08:30 PM   #5
jasonmcneil0
Member
 
Registered: Oct 2003
Posts: 141

Original Poster
Rep: Reputation: 15
aww ic ic , makes sense then, i am gonna try to get this tripwire running then, hope it works for RH9.1!

thanks for your insight
/Jason
 
Old 11-04-2003, 08:37 PM   #6
LogicG8
Member
 
Registered: Jun 2003
Location: Long Island, NY
Distribution: Gentoo Unstable (what a misnomer)
Posts: 380

Rep: Reputation: 30
Tripwire is good, but I think they went commercial
try AIDES I believe it's GPL and freely distributed.
 
Old 11-04-2003, 10:01 PM   #7
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Most of the "real" antivirus software for linux is so linux mail server don't pass on infected email messages to vulnerable windows clients.


(...) As for the "virus" thingie I wish we as a Linux community try to "convert" people away from the typical perception of "viruses" and direct them towards what is important wrt Linux: user/filesystem permissions, b0rken/suid/sgid software, worms, trojans and rootkits. (...)

(For more see the LQ FAQ: Security references, post #3, "Intrusion detection etc" under "Viruses on Linux/GNU, Antivirus software")
 
Old 11-04-2003, 10:16 PM   #8
LogicG8
Member
 
Registered: Jun 2003
Location: Long Island, NY
Distribution: Gentoo Unstable (what a misnomer)
Posts: 380

Rep: Reputation: 30
Right on. That's why I refer to AV software as
snake oil. People have been made aware of
virii and so it is in their mind as something to
worry about.
 
Old 11-04-2003, 11:10 PM   #9
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
How does Tripwire/AIDES protect its own data? I made a list of md5sums of some key apps and files using, well, md5sum, and saved it to a floppy. Any data on a network-exposed harddrive is vulnerable to compromise. If your virgin database gets deflowered, comparisons against it don't do much good. So if it doesn't save that (and itself) to a floppy, I wouldn't put too much trust in it. Then again, I'm pretty clueless when it comes to networking and security.
 
Old 11-05-2003, 08:33 AM   #10
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
How does Tripwire/AIDES protect its own data? I made a list of md5sums of some key apps and files using, well, md5sum, and saved it to a floppy.
It's exactly what I've always been promoting. Always save the binary and a copy of the databases to read-only media.
 
Old 11-05-2003, 09:52 AM   #11
LogicG8
Member
 
Registered: Jun 2003
Location: Long Island, NY
Distribution: Gentoo Unstable (what a misnomer)
Posts: 380

Rep: Reputation: 30
If you read about tripwire or AIDES they recommend you
run it and save the db to a read only media like a CD-R
or floppy (make sure to open the little window afterwards)
all before you connect to any kind of network. Computers
are often attacked within minutes of connecting to the
Internet.
 
Old 11-08-2003, 05:27 PM   #12
frogman
Member
 
Registered: Sep 2003
Distribution: Mandrake, Slack, Debian and PicoBSD
Posts: 181

Rep: Reputation: 31
Quote:
Originally posted by unSpawn
Most of the "real" antivirus software for linux is so linux mail server don't pass on infected email messages to vulnerable windows clients.

(...) As for the "virus" thingie I wish we as a Linux community try to "convert" people away from the typical perception of "viruses" and direct them towards what is important wrt Linux: user/filesystem permissions, b0rken/suid/sgid software, worms, trojans and rootkits. (...)
While I agree with the above, for those of us who have to use a certain proprietary OS on our multiple-boot machines, it's nice to be able to get a second opinion by virus-scanning said OS from Linux using something like F-Prot in a cron job. What one AV product misses, another detection engine may pick up.

Belt and braces and all that.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Antivirus for Lunix similar Norton Antivirus for Windows Chivozertsev Linux - Software 3 02-22-2022 04:40 PM
Antivirus survey: Do you run an antivirus program on linux? atom Linux - General 29 09-03-2009 03:22 PM
Install questions: wireless, iPod and antivirus bwingate Linux - Newbie 9 10-14-2005 12:47 PM
antivirus.... g33k Linux - Newbie 5 11-11-2003 04:30 PM
antivirus kafnir Linux - Software 2 12-04-2002 10:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 08:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration