Discussion:
Anti-Virus Product for Linux/Fedora?
(too old to reply)
epigram
2005-02-15 22:18:22 UTC
Permalink
I recently installed Linux/Fedora3. Is there a recommended anti-virus
product for this OS? Ideally I'd like something that would update itself
and require minimal intervention from myself. Any suggestions would be
greatly appreciated..

Thanks
Kurt von Finck
2005-02-16 02:10:05 UTC
Permalink
Post by epigram
I recently installed Linux/Fedora3. Is there a recommended anti-virus
product for this OS? Ideally I'd like something that would update itself
and require minimal intervention from myself. Any suggestions would be
greatly appreciated..
Yes, GRUB and Disk Druid.

Use GRUB to boot only Linux. Use Disk Druid to remove any partitions
with Windows on them.

./k
Randy McLaughlin
2005-02-16 02:22:56 UTC
Permalink
Post by Kurt von Finck
Post by epigram
I recently installed Linux/Fedora3. Is there a recommended anti-virus
product for this OS? Ideally I'd like something that would update itself
and require minimal intervention from myself. Any suggestions would be
greatly appreciated..
Yes, GRUB and Disk Druid.
Use GRUB to boot only Linux. Use Disk Druid to remove any partitions with
Windows on them.
./k
The only three hacker oriented problems with pure Linux that I am familiar
with are not virus related. The three programs with problems have already
been fixed.

If you are serving windoze systems (email or file server) I recommend Vexira
from www.centralcommand.com.


Randy
Dirk
2005-02-16 02:30:59 UTC
Permalink
Op Tue, 15 Feb 2005 18:10:05 -0800, schreef Kurt von Finck de volgende
Post by Kurt von Finck
Post by epigram
I recently installed Linux/Fedora3. Is there a recommended anti-virus
product for this OS? Ideally I'd like something that would update itself
and require minimal intervention from myself. Any suggestions would be
greatly appreciated..
Yes, GRUB and Disk Druid.
Use GRUB to boot only Linux. Use Disk Druid to remove any partitions
with Windows on them.
./k
maybe he wants to scan the mail comming on his mailserver for windows
virusses for his clients...

In any case, I believe there are some linux virus scanners, but i don't
use any...

Dirk
--
"The day Microsoft makes something that doesn't
suck is probably the day they start making
Computer science vacuum cleaners" - Ernst Jan Plugge
moma
2005-02-16 08:57:51 UTC
Permalink
Post by epigram
I recently installed Linux/Fedora3. Is there a recommended anti-virus
product for this OS? Ideally I'd like something that would update itself
and require minimal intervention from myself. Any suggestions would be
greatly appreciated..
Thanks
Check your Linux system for rootkits:
A rootkit is a collection of utilities a hacker-cracker will leave in
your system to maintain 'root' access to your computer.

A tootkit can manifest as an
o Alteration of binary files (passwd, lsof, ls, ps, sh...)

o Malicious bash and other script files and weird
hidden ".", " " directories.

o Modified login accounts with fake, counterfeit names such as 'setup',
'administrator' and 'sysadm'. Cracker can make changes in /etc/pam.d
and /etc/sudoers files. ls -l /etc/{passwd,group,gshadow,shadow}

Rootkit checkers can reveal such system modifications.

http://www.rootkit.nl
http://www.chkrootkit.org

Other security related tools
http://directory.fsf.org/security/System_security/
---------------------------------------------------


Antivurus.

Scan any (fat32, ext2/3, ntfs) diskpartition for viruses.
Practically viruses are windows' only.
http://www.clamav.net/


---------------------------------------------------

Important guide to finalize a FC3 installment.
http://stanton-finley.net/fedora_core_3_installation_notes.html



---------------------------------------------------
Litterature:

http://www.linuxsecurity.com/docs/colsfaq.html (<-WHO WILL TAKE OVER
THE RESP. OF UPDATING THIS FAQ ?)
http://netsecurity.about.com/cs/compsecurity101/index.htm?PM=ss13_netsecurity

http://docs.linux.com/article.pl?sid=04/04/15/1913248
http://www.linux.com/article.pl?sid=04/04/15/1918219
http://www.linux.com/article.pl?sid=04/04/15/1923224

http://searchenterpriselinux.techtarget.com/whitepaperPage/0,293857,sid39_gci929259,00.html?Offer=tmlslg

----------------------------------------------------




// moma
http://www.futuredesktop.org/how2burn.html#mirrors
Steven Kinch
2005-02-18 20:14:25 UTC
Permalink
Post by epigram
I recently installed Linux/Fedora3. Is there a recommended anti-virus
product for this OS? Ideally I'd like something that would update itself
and require minimal intervention from myself. Any suggestions would be
greatly appreciated..
Thanks
I am sure that there must be but you don't really need one. There are
only two or three linux viruses known to man and most of them were
designed as "proof of concept" programs. My ntlworld account has nothing
but spam and viruses in it. If I downloaded mail from it in Windows, my
system would be toast. Never had a problem with any linux I've tried.

FProt is very good if you are using your Linux machine as a server to
provide mail to Windows boxes though.
Duke Robillard
2005-02-25 20:12:40 UTC
Permalink
Post by epigram
I recently installed Linux/Fedora3. Is there a recommended anti-virus
product for this OS? Ideally I'd like something that would update itself
and require minimal intervention from myself. Any suggestions would be
greatly appreciated..
./virus-check
No Viruses Found
Post by epigram
cat virus-check
OS=`uname`
if [ "$OS" == "Linux" ]
then
echo "No Viruses Found";
fi


Duke
Baho Utot
2005-02-25 23:35:40 UTC
Permalink
Post by Duke Robillard
Post by epigram
I recently installed Linux/Fedora3. Is there a recommended anti-virus
product for this OS? Ideally I'd like something that would update itself
and require minimal intervention from myself. Any suggestions would be
greatly appreciated..
./virus-check
No Viruses Found
Post by epigram
cat virus-check
OS=`uname`
if [ "$OS" == "Linux" ]
then
echo "No Viruses Found";
fi
Duke
GPL'd I presume?

Loading...