PDA

View Full Version : Real time AV for linux


aigle
February 11th, 2007, 04:11 PM
Is there a free real time Antivirus scanner for linux( I know I don,t need it in reality but I just want to play a bit).
Any options other than AVG and F-Prot?
Thanks.

C.S.J
February 11th, 2007, 04:15 PM
hi aigle,

i dont know if these are free or paid, but dr.web does some linux solutions, but i dont know anything about it really, having never really used linux myself.

either way, worth a look.

http://download.drweb.com/unix/

Firecat
February 11th, 2007, 04:42 PM
F-Prot for Linux has a real-time monitor and it is free. I can't see anything else with a monitor, and F-Prot is not bad either, so why don't you use it? :)

Alphalutra1
February 11th, 2007, 05:10 PM
Why do you need one? It is completely unessesary and just a waste of resources. Install only from the provided repositories or from the official websites, never log in as root, and always stay in user permissions. Done.

But if you must...

Antivir was in charge of developping an open-source module for the linux kernel that allows most on-demand scanners to work on-access. So, antivir definetely has an on-access scanner, just you will have to recompile your kernel with the support built in (way too much of a PITA if you ask me)

Alphalutra1

lucas1985
February 11th, 2007, 05:14 PM
Perhaps aigle wants to exchange files with Windows systems. So, infected files aren´t going to harm Linux, but Windows systems are at risk.

aigle
February 11th, 2007, 05:33 PM
{QUOTE-> hi aigle,

i dont know if these are free or paid, but dr.web does some linux solutions, but i dont know anything about it really, having never really used linux myself.

either way, worth a look.

http://download.drweb.com/unix/ <-QUOTE}

Ya, thanks

aigle
February 11th, 2007, 05:36 PM
{QUOTE-> F-Prot for Linux has a real-time monitor and it is free. I can't see anything else with a monitor, and F-Prot is not bad either, so why don't you use it? :) <-QUOTE}

Ok, will see. Thanks

aigle
February 11th, 2007, 05:37 PM
{QUOTE-> Why do you need one? It is completely unessesary and just a waste of resources. Install only from the provided repositories or from the official websites, never log in as root, and always stay in user permissions. Done. <-QUOTE}{QUOTE-> ( I know I don,t need it in reality but I just want to play a bit).
<-QUOTE}

{QUOTE->
But if you must...

Antivir was in charge of developping an open-source module for the linux kernel that allows most on-demand scanners to work on-access. So, antivir definetely has an on-access scanner, just you will have to recompile your kernel with the support built in (way too much of a PITA if you ask me)

Alphalutra1 <-QUOTE}

This Antivir PE clasic for linux is not real time?

aigle
February 11th, 2007, 05:52 PM
{QUOTE-> Perhaps aigle wants to exchange files with Windows systems. So, infected files aren´t going to harm Linux, but Windows systems are at risk. <-QUOTE}
It,s one reason too.

aigle
February 11th, 2007, 06:02 PM
{QUOTE-> It,s one reason too. <-QUOTE}
BTW how is Arcavir? Any body used it?

MalwareDie
February 12th, 2007, 12:10 AM
Have never seen tests on ArcaVir and is very uncommon for someone to use it. I am not sure if it runs on Linux

Firecat
February 12th, 2007, 03:53 AM
{QUOTE-> BTW how is Arcavir? Any body used it? <-QUOTE}
Used it in the past and found its trojan detection rate to be good. Its engine is definitely very good, but its detection rates are still not good enough overall, plus the heuristic engine generates a few FPs sometimes. If they work on adding signatures, they can be very good. :)

JimIT
February 12th, 2007, 10:37 AM
Vexira makes one, and has been for a while. I believe it's integrated with Linspire, as well.

www.centralcommand.com

Pedro
February 12th, 2007, 12:06 PM
{QUOTE-> Perhaps aigle wants to exchange files with Windows systems. So, infected files aren´t going to harm Linux, but Windows systems are at risk. <-QUOTE}
That's a genuine concern for me. I don't want to infect my friends' pc:-\

aigle
February 12th, 2007, 05:46 PM
So anybody knows about Antivir if it is real time or on demand scanner only?

Thanks.

wir.sing
February 12th, 2007, 06:17 PM
You need to the dazuko module. It was as Alphaultra said developed by Avira. Although in the tutorial I found no kernel recompile is needed. Just read this (http://allyourtech.com/content/articles/15_01_2006_installing_antivir_with_on_access_scanning_in_ubuntu_linux.php).
Its an tutorial for Ubuntu, but it should proberly also work with other distros.

Alphalutra1
February 13th, 2007, 08:09 PM
{QUOTE-> You need to the dazuko module. It was as Alphaultra said developed by Avira. Although in the tutorial I found no kernel recompile is needed. <-QUOTE}
You still make a module (which then gets inserted into the kernel), and I prefer my kernel to be monolithic (everything loaded in so no modules), so that meant a newly compiled kernel for me :P .

Cheers,

Alphalutra1