LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-22-2012, 06:20 PM   #1
mohsenhs82
LQ Newbie
 
Registered: Jan 2012
Posts: 9

Rep: Reputation: Disabled
free anti virus for ubuntu


does any body know any good free anti virus & firewall for ubuntu

any help is appreciated,
 
Old 01-22-2012, 06:42 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
a firewall IS built in
It is called IPTables and is part of the OS

as to antivirus
Linux is NOT Microsoft

there is ClamAV but in 5+ years i have NEVER had one install nor do i PERSONALLY know someone why has
 
Old 01-22-2012, 07:28 PM   #4
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,631

Rep: Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696
He may not know, but

Where I have web facing production I harden, use selinux and the iptables based firewall, install ClamAV for a daily scan, install RootKitHunter for a daily scan (in case something/someone gets past the other levels), and configure syslog to log to a syslog server that reports with a daily summary and immediate email for suspicious activity.

All of the tools I use are available to anyone without cost. Using them ALL on a server in a secure network would be wasteful, I only recommend using them where the threat is greatest.

If you suspect that you have a real need for antivirus, use ClamAV. Be warned: it is not a windows style resident/intrusive package, it only scans what you tell it to, WHEN you tell it to do so.
-----
I have only handled *nix servers that were hit by a virus 4 times in 20 years. (I would not even attempt to get a count of the windows desktops and servers I have had to clean or reload in the same period.) More common in the *nix world are breakers: criminals who break into the system (weak password or application vulnerability) and install back doors or rootkits that give them total control of your machine.

Protection consists of good backups, good security practice, extra backups, a file/folder change detections (ala tripwire, selinx can do a significant part of that job if configured properly - RootKitHunter detects changes, but also looks for some specific threat characteristics that are easy for other packages to miss), backups, remote logging and log automated log analysis, and verified backups.
Did I mention backups? ;-)

Early in my career I was told that if I could not program myself out of a spot I could call for help, If my machines did not perform adequately I could request bigger iron, but if I could not secure my data from loss I might better go into politics because backup and restore is the survival skill of the sysadmin.
I have seen nothing to make me doubt that lesson.

Last edited by wpeckham; 01-22-2012 at 08:07 PM.
 
Old 01-23-2012, 12:07 AM   #5
mohsenhs82
LQ Newbie
 
Registered: Jan 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
thanks all.

your answers were very helpful
 
Old 01-23-2012, 02:04 AM   #6
mdlinuxwolf
Member
 
Registered: Dec 2006
Distribution: Mepis and Fedora, also Mandrake and SuSE PC-BSD Mint Solaris 11 express
Posts: 385

Rep: Reputation: 42
Here's a link to AVG free antivirus from Google. Ubuntu should have its own firewall. If not, go to the add remove software tool and type in firewall to see what comes up. Using a hardware firewall, like the one on your router, might be a bit more robust.

http://ubuntuforums.org/showthread.php?t=136064

There are no cases that I know of where Linux viruses have propagated in the wild outside of a lab. Even if they did, you would have to be surfing the net running as root in order to get one because Linux will not automatically execute a program like that with only user rights.

Using encrypted partitions and guarding physical access to the computer itself pay off much better for defending Linux from attack. There are M$ programs that can read and write to Reiser and ext** types of file systems if M$ can mount the drive. An example of this might be removing the hard drive and putting it into an enclosure. Of course, if the bad guys have a Linux box themselves, it is worse for you as well.

Last edited by mdlinuxwolf; 01-23-2012 at 02:08 AM. Reason: addition
 
Old 01-23-2012, 03:10 AM   #7
Satyaveer Arya
Senior Member
 
Registered: May 2010
Location: Palm Island
Distribution: RHEL, CentOS, Debian, Oracle Solaris 10
Posts: 1,420

Rep: Reputation: 305Reputation: 305Reputation: 305Reputation: 305
These are some of the links for free antiviruses for your Ubuntu:

Or you can go directly in Ubuntu Software Centre --> Get Software --> Avast4workstation

http://www.liberiangeek.net/2010/10/...erick-meerkat/
https://help.ubuntu.com/community/Antivirus/Avg
http://www.debianadmin.com/avast-ant...u-desktop.html

Last edited by Satyaveer Arya; 01-23-2012 at 03:12 AM.
 
Old 01-24-2012, 08:58 AM   #8
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,631

Rep: Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696Reputation: 2696
Addition

I agree with Satyaveer Arya, the best place to begin with security tools is the package list for your distribution.
You should find everything there that you need.

RE: "There are no cases that I know of where Linux viruses have propagated in the wild outside of a lab."
I have seen this comment in several threads now. Do not base your protection on another persons ignorance.

I have been hit by 4 *nix viruses over the years, and seen several more that I managed to avoid. They are FAR less common than Windows viruses, but they do exist.

I have also seen the misinformation that only if someone can break or install using the root account is there a problem. A threat program that is installed under your personal account can do anything you can do, and possibly things that you would never think to try. Those security patches that keep appearing in the repositories close vectors by which such a program could elevate its authority to root, deny you access to your own machine, shut down, cripple, or take over services, or other nasty things that you want NOT to happen on YOUR machine. They can even use your machine as a launchpad to attack other machines.

Unless you store critical information and practice vulnerable operations I would not obsess over security. I would also not allow anyone else prevent you from taking some reasonable precautions.
 
Old 01-24-2012, 09:03 AM   #9
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
If this is simply a home desktop - then you don't need AV software.
 
Old 01-24-2012, 10:22 AM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you need an antivirus software does in no way depend on where the machine stands or which OS is installed on it. It only depends on the use case of that machine. If you download something for a different machine with an insecure OS installed then it may be good advice to scan that software for malware, regardless which OS you have installed on your machine.
For example, sometimes you can get drivers for Windows (especially when it is older hardware) only from somewhat obscure sources. It may be better, just to be on the safe side, to scan those drivers.
Quote:
Originally Posted by JohnVV
as to antivirus
Linux is NOT Microsoft
And you want to say what? That it is a bad idea to run a malware scanner on a file- or mail-server running Linux, just because it isn't Windows?

Quote:
there is ClamAV but in 5+ years i have NEVER had one install nor do i PERSONALLY know someone why has
Same thing here: just because you have not installed it (and you don't know someone who has) doesn't mean that it is a good advice in general not to install it. By the way, why do you have to shout here?
 
Old 01-24-2012, 04:49 PM   #11
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
The majority of Linux anti-virus programs are simply used to scan for Windows viruses on Linux boxes, to keep you from accidentally spreading a virus around, even if it doesn't affect you directly. If you aren't swapping files back and forth between this system and various Windows boxes via Samba, FTP, etc., then there's not much need for anti-virus software on Linux.
 
Old 01-24-2012, 05:05 PM   #12
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
ClamAV is what I use. Works great even better than paid products. Not a resource hog at all.
 
Old 01-24-2012, 09:33 PM   #13
mohsenhs82
LQ Newbie
 
Registered: Jan 2012
Posts: 9

Original Poster
Rep: Reputation: Disabled
thanks all, you helped me alot
 
  


Reply



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
AVG anti-virus on Ubuntu 8 mihouser Linux - Newbie 3 04-29-2009 03:23 PM
LXer: Here comes version 8.0 of AVG Anti-Virus Free! LXer Syndicated Linux News 0 04-24-2008 08:30 PM
AVG Anti-virus Free For Linux Now Available For Download furfurdemon666 Linux - News 34 03-12-2006 11:22 AM
Boot virus or Anti-Virus? AVG Free Anti-Virus Software problems SparceMatrix Linux - Security 9 08-02-2004 02:35 PM
free anti-virus for liinux? ryancw Linux - Software 3 09-06-2003 11:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:35 PM.

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