Bluehost.com Web Hosting $6.95

Antivirus for RHL

This is a discussion on Antivirus for RHL within the Linux General forums, part of the Linux Forums category; Hi, are there any free antivirus software available for Linux Red Hat ? Pls advise. Thanks Rgds Daniel...


Go Back   Usenet Forums > Linux Forums > Linux General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2005
danieltan@time.net.my
 
Posts: n/a
Default Antivirus for RHL

Hi, are there any free antivirus software available for Linux Red Hat ?
Pls advise. Thanks

Rgds
Daniel

Reply With Quote
  #2 (permalink)  
Old 01-05-2005
Bob Tennent
 
Posts: n/a
Default Re: Antivirus for RHL

On 5 Jan 2005 08:29:01 -0800, danieltan@time.net.my wrote:

> Hi, are there any free antivirus software available for Linux Red Hat ?


Are you speaking of anti-Windows virus software that runs on RH server?
Anti-Linux virus software isn't needed because there aren't any.
Reply With Quote
  #3 (permalink)  
Old 01-05-2005
Dan Espen
 
Posts: n/a
Default Re: Antivirus for RHL

danieltan@time.net.my writes:

> Hi, are there any free antivirus software available for Linux Red Hat ?
> Pls advise. Thanks


Sure, put this in a script:

logger "No viruses found"

and get cron to run it as frequently as you think you need.
Reply With Quote
  #4 (permalink)  
Old 01-05-2005
Bryan Brock
 
Posts: n/a
Default Re: Antivirus for RHL

You're probably not going to find anything like that because viruses
aren't usually the problem on Linux. Worms, and rootkits are more of a
concern than viruses.

If one of the programs running on your machine is vulnerable to an
attack, someone can use that vulnerability to gain access to your
system as the root user.

To help avoid this kind of vulnerability, install the latest patches
from RedHat on a regular basis using "up2date".

Also avoid running things on your machine as root unless it's necessary
to install or configure some software you know is safe.

To find out what programs you're running, hackers can scan the
available network ports on your machine. Take a look at your firewall
settings to make sure you're not allowing unnecessary access to your
system.

Once someone has access to root on your system, they can use a root kit
to cover their tracks and use your system as a platform to attack other
systems.

If you want to see whether your system has been compromised with a root
kit, there are tools for checking that. See http://www.chkrootkit.org/

Reply With Quote
  #5 (permalink)  
Old 01-05-2005
Mark Dodel
 
Posts: n/a
Default Re: Antivirus for RHL

On Wed, 5 Jan 2005 16:29:01 UTC, danieltan@time.net.my wrote:

-> Hi, are there any free antivirus software available for Linux Red Hat ?
-> Pls advise. Thanks
->

Are there any Linux viruses in the wild? Or are you concerned about
passing on the weenieDOS ones that are everywhere?

Try Norman Virus Control http://www.norman.com

http://www.norman.com/News/Press_releases/19157/en

"Norman one of the world's leading providers of proactive virus
protection tools, announces that Norman Virus Control for Linux has
passed the ICSA Labs Antivirus test."

I've used Norman VC under OS/2 (which has no viruses) and it manages
to find the windoze viruses that I keep around for testing.


Mark


--
From the eComStation of Mark Dodel

http://www.os2voice.org
Warpstock 2005, Where?/When? Stay tuned to - http://www.warpstock.org
Reply With Quote
  #6 (permalink)  
Old 01-05-2005
Todd Knarr
 
Posts: n/a
Default Re: Antivirus for RHL

In comp.os.linux.misc <1104942541.385906.35230@f14g2000cwb.googlegroups. com> danieltan@time.net.my wrote:
> Hi, are there any free antivirus software available for Linux Red Hat ?
> Pls advise. Thanks


Unix systems typically don't use or need AV software. Viruses aren't
the problem they are on Windows due to architectural differences. What
you usually have on Unix systems is Tripwire and software like RedHat's
logwatch program. logwatch simply summarizes activity in the system
logs and reports it to the administrator, who can spot unusual activity
fairly easily. Tripwire monitors system executables and config files
and reports on any changes in them from it's baseline record of them.
Since those files shouldn't be changing when the admin doesn't expect
them to change, any attempt to install altered system programs or
change configurations typically show up in the Tripwire report. The
admin can then trace down the source of the change and replace the
changed files with good copies or otherwise repair the damage.

The Tripwire/logwatch approach has the advantage that they look for
things that any intrusion has to do regardless of details. Unlike
AV signatures, updates aren't needed and very very few new techniques
can avoid detection (the couple that I know reliably work aren't the
kind of thing that can be easily coded into a virus).

--
death.net: because for some problems there's only one solution.
Reply With Quote
  #7 (permalink)  
Old 01-05-2005
John-Paul Stewart
 
Posts: n/a
Default Re: Antivirus for RHL

Bob Tennent wrote:
> On 5 Jan 2005 08:29:01 -0800, danieltan@time.net.my wrote:
>
> > Hi, are there any free antivirus software available for Linux Red Hat ?

>
> Are you speaking of anti-Windows virus software that runs on RH server?


If so, two worth looking at are ClamAV (http://www.clamav.net/) and
F-Prot (http://www.f-prot.com/ but it is NOT free software). I've used
both and have no real complaints about either.
Reply With Quote
  #8 (permalink)  
Old 01-06-2005
Robert Heller
 
Posts: n/a
Default Re: Antivirus for RHL

danieltan@time.net.my,
In a message on 5 Jan 2005 08:29:01 -0800, wrote :

d> Hi, are there any free antivirus software available for Linux Red Hat ?
d> Pls advise. Thanks

For native Linux/UNIX programs -- no (they are *generally* not needed).

For MessWindows applications hosted on a Linux server (eg Samba file
server) -- I am not sure if there are any *free* ones.

There are tools that scan for viruses in incoming E-Mail -- there might
be free ones (I think 'Mime Defang' does this, but I am not sure).

d>
d> Rgds
d> Daniel
d>
d>

\/
Robert Heller ||InterNet: heller@cs.umass.edu
http://vis-www.cs.umass.edu/~heller || heller@deepsoft.com
http://www.deepsoft.com /\FidoNet: 1:321/153







Reply With Quote
  #9 (permalink)  
Old 01-16-2005
Jose Maria Lopez Hernandez
 
Posts: n/a
Default Re: Antivirus for RHL

Bob Tennent wrote:
> On 5 Jan 2005 08:29:01 -0800, danieltan@time.net.my wrote:
>
> > Hi, are there any free antivirus software available for Linux Red Hat ?

>
> Are you speaking of anti-Windows virus software that runs on RH server?
> Anti-Linux virus software isn't needed because there aren't any.


ClamAV is GPL and it works quite well. I also have used HBE+D AV
(Antivir) that is free for personal use.

--

Jose Maria Lopez Hernandez
Director Tecnico de bgSEC
jkerouac@bgsec.com
bgSEC Seguridad y Consultoria de Sistemas Informaticos
http://www.bgsec.com
ESPAŅA

The only people for me are the mad ones -- the ones who are mad to live,
mad to talk, mad to be saved, desirous of everything at the same time,
the ones who never yawn or say a commonplace thing, but burn, burn, burn
like fabulous yellow Roman candles.
-- Jack Kerouac, "On the Road"
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 06:24 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0