Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-25 Thread Ross Walker
On 4/24/09 8:05 AM, "NM" wrote: > On Thu, 23 Apr 2009 18:10:38 -0400, Ross Walker wrote: > >> How about running it as the untrusted user 'clamav'? > > How's that user going to check anything that's not o+r? How about selinux? You could make a context that allows clamav read rights to everythin

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-24 Thread NM
On Thu, 23 Apr 2009 18:10:38 -0400, Ross Walker wrote: > How about running it as the untrusted user 'clamav'? How's that user going to check anything that's not o+r? > I know there is a lot of boilerplate regulation out there, I have my > fair share to deal with myself. Often hidden in the BS th

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-23 Thread Ross Walker
On Apr 23, 2009, at 3:00 PM, NM wrote: > On Fri, 23 Jan 2009 11:30:12 -0800, Scott Silva wrote: > >> Cron a "clamscan -ir /" >> It will check the entire filesystem and report infected files. You >> probably don't want to automatically delete what you find, though. >> >> You can also scan for thin

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-23 Thread NM
On Thu, 22 Jan 2009 09:32:16 -0600, Matt wrote: > FYI, clamav also detects linux based viruses. There are linux based > viruses. Rkhunter is also good to run on a linux server as well. > > http://en.wikipedia.org/wiki/List_of_Linux_computer_viruses > > Of course if you keep your passwords secu

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-23 Thread NM
On Thu, 22 Jan 2009 15:55:11 -0500, Adam Tauno Williams wrote: > Yes, you gain the ability to detect a compromised server. Absolutely not, you don't gain that ability at all. Again we're talking *viruses* not all malware. An antivirus will never detect a good rootkit; modern rootkit employ soph

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-23 Thread NM
On Thu, 22 Jan 2009 14:01:26 -0500, Adam Tauno Williams wrote: > You scan the server for malware. You run a useless process widening your attack surface. Hint: "Security is a trade-off" -- Schneier. Don't trade actual security for cargo cult systems administration. > There is nothing special

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-23 Thread NM
On Fri, 23 Jan 2009 11:30:12 -0800, Scott Silva wrote: > Cron a "clamscan -ir /" > It will check the entire filesystem and report infected files. You > probably don't want to automatically delete what you find, though. > > You can also scan for things like ssn's in datafiles laying around. Congr

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-23 Thread NM
On Thu, 22 Jan 2009 15:00:43 -0600, Les Mikesell wrote: > An occasional clamav scan can't hurt. You are absolutely, completely wrong. Clamav has had vulnerabilities that could be used to cause it to execute arbitrary code in the scanned files. I don't doubt for one second that proprietary AVs

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-04-23 Thread NM
On Wed, 21 Jan 2009 21:06:38 -0500, Adam Tauno Williams wrote: > There is no good argument against running malware detection on any > sever. Except when the malware it can detect is extremely unlikely to be an issue, because you are now running yet another process for no good reason that might

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-23 Thread Scott Silva
on 1-22-2009 4:33 AM Ralph Angenendt spake the following: > Anne Wilson wrote: >> On Thursday 22 January 2009 09:35:11 Ralph Angenendt wrote: >>> What do you do with clamav on a linux server? Especially: How is it run >>> by you? What do you think it protects you against on a linux server? >> 1 - i

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-23 Thread Ross Walker
On Fri, Jan 23, 2009 at 1:10 PM, David G. Miller wrote: > Stephen John Smoogen wrote: > >> On Thu, Jan 22, 2009 at 12:42 PM, David G. Miller wrote: >> >>> > Amos Shapira wrote: >>> > >>> >> Hi All, >> >> Yes, I know, it's really really embarrassing to have to ask but I'm >>

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-23 Thread David G. Miller
Stephen John Smoogen wrote: > On Thu, Jan 22, 2009 at 12:42 PM, David G. Miller wrote: > >> > Amos Shapira wrote: >> > >> >>> >> Hi All, >>> >> >>> >> Yes, I know, it's really really embarrassing to have to ask but I'm >>> >> being pushed to the wall with PCI DSS Compliance procedure >>

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Sorin Srbu
s-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of >Morten Torstensen >Sent: Thursday, January 22, 2009 7:18 PM >To: CentOS mailing list >Subject: Re: [CentOS] Antivirus for CentOS? (yuck!) > >And just for completeness, Symantec has AV for Linux too... it is better &g

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Les Mikesell
Adam Tauno Williams wrote: > >> Yes, but the scan has to be specific for the kind of problem you want to >> detect. > > The presence of a malware pattern - it is pretty straight forward. Only for known instances of malware. > > This doesn't make sense. No amount of updating will protect you fr

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Les Bell
Adam Tauno Williams wrote: >> CLAMAV, or any package, isn't THE answer, it is part of an answer. And PCI/DSS requires a server be scanned on a regular basis. Fighting against that directive just makes no sense. You should scan an entire system on some interval regardless of OS. << It's worth

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Adam Tauno Williams
> > There is nothing special about LINUX here. The whole "don't run > > services as root" business is just so much noise. It isn't about > > protecting the *server* it is about protecting the *data* which is > > accesses [hopefully] by services which are *not* root. It is about the > > data and

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Les Mikesell
Adam Tauno Williams wrote: > >> What do you do with clamav on a linux server? > > You scan the server for malware. > > There is nothing special about LINUX here. The whole "don't run > services as root" business is just so much noise. It isn't about > protecting the *server* it is about prot

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Adam Tauno Williams
On Thu, 2009-01-22 at 21:24 +0100, Ralph Angenendt wrote: > Adam Tauno Williams wrote: > > > What do you do with clamav on a linux server? > > You scan the server for malware. > When? Every day via crontab? That can be much too late. Every hour? That can > be much too late. Every 10 minutes? Tha

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Ralph Angenendt
Adam Tauno Williams wrote: > > What do you do with clamav on a linux server? > > You scan the server for malware. When? Every day via crontab? That can be much too late. Every hour? That can be much too late. Every 10 minutes? That can be much too late - and your server is busy scanning the f

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Stephen John Smoogen
On Thu, Jan 22, 2009 at 12:42 PM, David G. Miller wrote: > Amos Shapira wrote: > >> Hi All, >> >> Yes, I know, it's really really embarrassing to have to ask but I'm >> being pushed to the wall with PCI DSS Compliance procedure >> (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread David G. Miller
Amos Shapira wrote: > Hi All, > > Yes, I know, it's really really embarrassing to have to ask but I'm > being pushed to the wall with PCI DSS Compliance procedure > (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why > we don't need to install an anti-virus or find an anti-virus

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Stephen John Smoogen
On Thu, Jan 22, 2009 at 12:01 PM, Adam Tauno Williams wrote: >> Adam Tauno Williams wrote: >> > > 1. Has anyone here gone though such a procedure and got good arguments >> > > against the need for anti-virus? >> > There is no good argument against running malware detection on any >> > sever. >> >

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Adam Tauno Williams
> Adam Tauno Williams wrote: > > > 1. Has anyone here gone though such a procedure and got good arguments > > > against the need for anti-virus? > > There is no good argument against running malware detection on any > > sever. > > > 2. Alternatively - what linux anti-virus (oh, the shame of typing

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread John Plemons
But again you said it, Symantic is trash With my history of machine crashes caused by their I can do it better altitude, Run don't walk from Symantic John Plemons ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/list

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Morten Torstensen
Rainer Traut wrote: > Am 22.01.2009 02:19, schrieb Amos Shapira: > >> 2. Alternatively - what linux anti-virus (oh, the shame of typing this >> word combination :() do you use which doesn't affect our systems >> performance too much. > > http://www.f-prot.com/products/corporate_users/unix/ > has

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread nate
Amos Shapira wrote: > 2. Alternatively - what linux anti-virus (oh, the shame of typing this > word combination :() do you use which doesn't affect our systems > performance too much. I highly recommend Sophos antivirus: http://www.sophos.com/products/enterprise/endpoint/security-and-control/8.0

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Matt
> None... clamav, amavis, etc... are used for protecting Windows boxes > behind the Linux boxes. If you aren't running any Windows hosts on the FYI, clamav also detects linux based viruses. There are linux based viruses. Rkhunter is also good to run on a linux server as well. http://en.wikiped

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Kwan Lowe
> Yes, I know, it's really really embarrassing to have to ask but I'm > being pushed to the wall with PCI DSS Compliance procedure > (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why > we don't need to install an anti-virus or find an anti-virus to run on > our CentOS 5 servers.

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Ralph Angenendt
John Plemons wrote: > I use AVG, they have a nice and clean Real Time Scanning piece of > software for Linux Oh. So maybe dazuko now isn't a resource hog anymore? Thanks, that is the first time I've heard about a component like that. Cheers, Ralph pgpZ9MNNThjn6.pgp Description: PGP signature

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Ralph Angenendt
Matt Shields wrote: > On Thu, Jan 22, 2009 at 8:15 AM, Ralph Angenendt > > > As far as I know there is no AntiVirus solution for Linux which works > > the same as all the solutions under Windows do. And if you do not have > > real time scanning on a server/workstation, an anti virus scanner > > do

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread John Plemons
I use AVG, they have a nice and clean Real Time Scanning piece of software for Linux see http://www.grisoft.com for general info http://www.avg.com/download-7?prd=avl to download for the different flavors of Linux I use it on my Linux boxes as well as all of my Windows Clients and Servers

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Craig White
On Thu, 2009-01-22 at 14:15 +0100, Ralph Angenendt wrote: > Anne Wilson wrote: > > I'm sure there are plenty of people that can give Ralph detailed > > information > > about using it efficiently. > > Sorry, I do not want to know how to "use clamav efficiently", I am just > wondering what good c

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Matt Shields
On Thu, Jan 22, 2009 at 8:15 AM, Ralph Angenendt > wrote: > Anne Wilson wrote: > > I'm sure there are plenty of people that can give Ralph detailed > information > > about using it efficiently. > > Sorry, I do not want to know how to "use clamav efficiently", I am just > wondering what good clama

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Ralph Angenendt
Anne Wilson wrote: > I'm sure there are plenty of people that can give Ralph detailed information > about using it efficiently. Sorry, I do not want to know how to "use clamav efficiently", I am just wondering what good clamav will do on a server, as there aren't really any hooks into file writi

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Anne Wilson
On Thursday 22 January 2009 12:46:46 Craig White wrote: > On Thu, 2009-01-22 at 12:16 +, Anne Wilson wrote: > > On Thursday 22 January 2009 09:35:11 Ralph Angenendt wrote: > > > What do you do with clamav on a linux server? Especially: How is it run > > > by you? What do you think it protects y

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Craig White
On Thu, 2009-01-22 at 12:16 +, Anne Wilson wrote: > On Thursday 22 January 2009 09:35:11 Ralph Angenendt wrote: > > What do you do with clamav on a linux server? Especially: How is it run > > by you? What do you think it protects you against on a linux server? > > 1 - it protects you against p

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Ralph Angenendt
Anne Wilson wrote: > On Thursday 22 January 2009 09:35:11 Ralph Angenendt wrote: > > What do you do with clamav on a linux server? Especially: How is it run > > by you? What do you think it protects you against on a linux server? > > 1 - it protects you against passing on any windows viruses to wi

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Anne Wilson
On Thursday 22 January 2009 09:35:11 Ralph Angenendt wrote: > What do you do with clamav on a linux server? Especially: How is it run > by you? What do you think it protects you against on a linux server? 1 - it protects you against passing on any windows viruses to windows users 2 - it satisfied

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Ralph Angenendt
Adam Tauno Williams wrote: > > 1. Has anyone here gone though such a procedure and got good arguments > > against the need for anti-virus? > > There is no good argument against running malware detection on any > sever. > > > 2. Alternatively - what linux anti-virus (oh, the shame of typing this >

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-22 Thread Rainer Traut
Am 22.01.2009 02:19, schrieb Amos Shapira: > 2. Alternatively - what linux anti-virus (oh, the shame of typing this > word combination :() do you use which doesn't affect our systems > performance too much. http://www.f-prot.com/products/corporate_users/unix/ has some Linux AV products. Rainer

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Les Bell
Ian Forde wrote: >> That depends upon how you define malware detection. Antivirus software for Linux typically scans for Windows viruses and malware. On the other hand, if you're talking about detection in the sense of Tripwire, or a cron job that runs a 'rpm -V' every night, I completely agre

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Ian Forde
On Wed, 2009-01-21 at 21:06 -0500, Adam Tauno Williams wrote: > > Yes, I know, it's really really embarrassing to have to ask but I'm > > being pushed to the wall with PCI DSS Compliance procedure > > (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why > > we don't need to install

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread jkinz
On Thu, Jan 22, 2009 at 12:19:27PM +1100, Amos Shapira wrote: > Hi All, > > Yes, I know, it's really really embarrassing to have to ask but I'm > being pushed to the wall with PCI DSS Compliance procedure > (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why > we don't need to in

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Christopher Chan
> 2. Alternatively - what linux anti-virus (oh, the shame of typing this > word combination :() do you use which doesn't affect our systems > performance too much. > Sophos AV if you have to get something on. ___ CentOS mailing list CentOS@centos.org h

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread John R Pierce
ClamAV is probably your best bet. That said, the question is, what do you scan? It can be used several ways, typically scanning files on demand... its not an intrusion detection system like most MS Windows scanners, where it automatically scans every file being read or written (while slowing

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Ned Slider
Amos Shapira wrote: > 2009/1/22 Ian Forde : > >> same network as the Linux hosts, that should take care of the sweet spot >> of the AV argument. (Though if you're connected to a site via VPN or >> private link that has Windows boxes, that may be a different story.) > > Rightso. You reminded me -

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Les Bell
Ian Forde wrote: >> Yep - on the wikipedia page you referenced, look in the "Requirements" section, section 5. It says: "Use and regularly update anti-virus software on all systems commonly affected by malware" << I doubt Amos's QSA is using Wikipedia as his reference, unfortunately. The PCI D

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Adam Tauno Williams
> Yes, I know, it's really really embarrassing to have to ask but I'm > being pushed to the wall with PCI DSS Compliance procedure > (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why > we don't need to install an anti-virus or find an anti-virus to run on > our CentOS 5 servers.

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Joseph L. Casale
>Whatever I do - it needs to be convincing enough to make the PCI >compliance guy tick the box. Eset has a current linux client, though their product *AND* support suck the biggest one. https://www.icsalabs.com/icsa/product.php?tid=dfgdf$gdhkkjk- for more HTH, jlc __

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Amos Shapira
2009/1/22 Ian Forde : > On Thu, 2009-01-22 at 12:19 +1100, Amos Shapira wrote: >> Hi All, >> >> Yes, I know, it's really really embarrassing to have to ask but I'm >> being pushed to the wall with PCI DSS Compliance procedure >> (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why

Re: [CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Ian Forde
On Thu, 2009-01-22 at 12:19 +1100, Amos Shapira wrote: > Hi All, > > Yes, I know, it's really really embarrassing to have to ask but I'm > being pushed to the wall with PCI DSS Compliance procedure > (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why > we don't need to install a

[CentOS] Antivirus for CentOS? (yuck!)

2009-01-21 Thread Amos Shapira
Hi All, Yes, I know, it's really really embarrassing to have to ask but I'm being pushed to the wall with PCI DSS Compliance procedure (http://en.wikipedia.org/wiki/PCI_DSS) and have to either justify why we don't need to install an anti-virus or find an anti-virus to run on our CentOS 5 servers.

Re: [CentOS] antivirus

2007-06-17 Thread js
Fred Erickson a écrit : > On Sat, 2007-06-16 at 04:33 +0100, Wayne wrote: > >> Hey Guys, >> >> We have a central server which runs centos, most of the client >> machines run on windows. >> Does anybody know of a solution whereby we can manage antivirus for >> all the clients from the centos serv

[CentOS] antivirus

2007-06-17 Thread Wayne
Hey Guys, Thanks to everybody who responded to my first email.. Been thinking about this a bit more. Does anybody know if its possible to have all desktops running antivirus logging alerts and to a central linux server which could log to mysql? Would be really handy for reporting. I can see tha

Re: [CentOS] antivirus

2007-06-17 Thread Radu-Cristian FOTESCU
> > is a Centos 4 box with F-secure(for linux). Have a look at it.. it > > does centralized management of Anti-virus. > > It also looks like F-Prot (f-prot.com) supports updates to client PCs I was not very happy with the F-* stuff (it's good on the mailserver, it sucks on the clients, there we

Re: [CentOS] antivirus

2007-06-16 Thread Fred Erickson
On Sat, 2007-06-16 at 04:33 +0100, Wayne wrote: > Hey Guys, > > We have a central server which runs centos, most of the client > machines run on windows. > Does anybody know of a solution whereby we can manage antivirus for > all the clients from the centos server? > I know there are management co

Re: [CentOS] antivirus

2007-06-16 Thread Paul
On Sun, 2007-06-17 at 01:55 +0800, Michael Calizo wrote: > I am not promoting this anti-virus. But i have same setup where in all > our WS are running on Windows but our centralized anti-virus machine > is a Centos 4 box with F-secure(for linux). Have a look at it.. it > does centralized management

Re: [CentOS] antivirus

2007-06-16 Thread Paul
On Sun, 2007-06-17 at 01:55 +0800, Michael Calizo wrote: > I am not promoting this anti-virus. But i have same setup where in all > our WS are running on Windows but our centralized anti-virus machine > is a Centos 4 box with F-secure(for linux). Have a look at it.. it > does centralized management

Re: [CentOS] antivirus

2007-06-16 Thread Leonel
On 6/16/07, Gregory P. Ennis <[EMAIL PROTECTED]> wrote: On Sat, 2007-06-16 at 04:33 +0100, Wayne wrote: > Hey Guys, > > We have a central server which runs centos, most of the client > machines run on windows. > Does anybody know of a solution whereby we can manage antivirus for > all the client

Re: [CentOS] antivirus

2007-06-16 Thread Gregory P. Ennis
On Sat, 2007-06-16 at 04:33 +0100, Wayne wrote: > Hey Guys, > > We have a central server which runs centos, most of the client > machines run on windows. > Does anybody know of a solution whereby we can manage antivirus for > all the clients from the centos server? > I know there are management c

Re: [CentOS] antivirus

2007-06-16 Thread Michael Calizo
I am not promoting this anti-virus. But i have same setup where in all our WS are running on Windows but our centralized anti-virus machine is a Centos 4 box with F-secure(for linux). Have a look at it.. it does centralized management of Anti-virus. On 6/16/07, jarmo <[EMAIL PROTECTED]> wrote:

Re: [CentOS] antivirus

2007-06-15 Thread jarmo
Wayne kirjoitti viestissään (lähetysaika lauantai, 16. kesäkuuta 2007 06:33): > Anybody have any ideas? Or are we just screwed and need to have a windows > server for this? > > Thanks, > Wayne Look: http://www.centos.org/modules/newbb/viewtopic.php?topic_id=2688 Jarmo ___

[CentOS] antivirus

2007-06-15 Thread Wayne
Hey Guys, We have a central server which runs centos, most of the client machines run on windows. Does anybody know of a solution whereby we can manage antivirus for all the clients from the centos server? I know there are management consoles for managing antivirus on windows but we dont want to