PDA

View Full Version : [ubuntu] Do I need any security software?


X40nick
January 26th, 2009, 12:54 PM
Hi,

I have installed Ubuntu again on my laptop, but I am slightly concerned about security.

I have a few questions, which I will be very grateful for anyone to answer:

1. Do I need any anti-virus, firewall, anti-spyware software installed?
2. I was aware that Linux was virus and spyware free? Is this still true?
3. Are there any Linux viruses?
4. Will I have to pay?

Thank you.

I am not worried about anti-virus to protect Windows users, it is their choice not to use it, so I don't need to protect them.

Thank you for reading, and I look forward to you're answers.

Nick.

x33a
January 26th, 2009, 01:04 PM
read this:

http://ubuntutip.googlepages.com/security

hyper_ch
January 26th, 2009, 01:28 PM
1. Do I need any anti-virus, firewall, anti-spyware software installed?
antivirus: not really
firewall: is already installed - sort of
anti-sypware: not really

2. I was aware that Linux was virus and spyware free? Is this still true?
Mostly - as user just installing anything from any places could give you viruses but you'll have to take a part into installing that.

3. Are there any Linux viruses?
There are... about 30 known ones... all proof-of-concept... none out in the wild

4. Will I have to pay?
Pay what for?

OrangeCrate
January 26th, 2009, 01:32 PM
Hi,

I have installed Ubuntu again on my laptop, but I am slightly concerned about security.

I have a few questions, which I will be very grateful for anyone to answer:

1. Do I need any anti-virus, firewall, anti-spyware software installed?
2. I was aware that Linux was virus and spyware free? Is this still true?
3. Are there any Linux viruses?
4. Will I have to pay?

Thank you.

I am not worried about anti-virus to protect Windows users, it is their choice not to use it, so I don't need to protect them.

Thank you for reading, and I look forward to you're answers.

Nick.

If you take your guidance from these two sources, you'll be fine:

http://psychocats.net/ubuntu/security

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

adamlau
January 27th, 2009, 04:05 AM
1. Do I need any anti-virus, firewall, anti-spyware software installed?
Depends on what software packages and services you run, or plan to run.

2. I was aware that Linux was virus and spyware free? Is this still true?
Linux itself is generally hardened against both. The rest depends on the software you run.

3. Are there any Linux viruses?
Yes. And rootkits.

4. Will I have to pay?
Not if you do not want to. Plenty of FOSS security tools out there. Stick with the basics and you should be fine: chown, chmod, passwd, /etc/fstab, /etc/sysctl.conf, netstat, ufw, AppArmor. Throw in Nmap and you should be good to go :) .

X40nick
January 27th, 2009, 01:28 PM
Thank you for you're replies, I am now clear on what needs to be done. But I just have one more question:

Should I install Firestarter? Or just activate the firewall which ships with Ubuntu? And from one of those guides can be activated by entering a simple command.

Thank you.

Nick.

nubdora
January 27th, 2009, 02:57 PM
Should I install Firestarter? Or just activate the firewall which ships with Ubuntu?

No, don't install firestarter. If you want a gui for the iptables frontend, ufw, use gufw.

hyper_ch
January 27th, 2009, 06:19 PM
why do you think you even need to play around with the firewall? what are you going to do on your computer?

X40nick
January 28th, 2009, 04:08 AM
I have activated the firewall with sudo ufw enable, I want is secure - and that gives peace of mind.

Thank you.

hyper_ch
January 28th, 2009, 05:18 AM
I have activated the firewall with sudo ufw enable, I want is secure - and that gives peace of mind.

Thank you.

Security is a process. Just doing something without knowing could rather put you at risk than protect yourself...

X40nick
January 28th, 2009, 12:30 PM
Well, the firewall will do the protecting for me.

hyper_ch
January 28th, 2009, 12:57 PM
in what ways? against what will it protect you?

jerome1232
January 28th, 2009, 05:08 PM
I have activated the firewall with sudo ufw enable, I want is secure - and that gives peace of mind.

Thank you.

btw "sudo ufw enable" did nothing that wasn't already being done.

ufw is a frontend to iptables, you've got to use ufw to actually add some rules, currently you have iptables set to accept all traffic (which is actually okay because you don't have anything listening for connections from the internet anyways so packets will get dropped).

Check out "man ufw"

If you want to actually use iptables to start blocking traffic.

sudo ufw default deny

If your behind a router, all the incoming taffic is already being dropped by your router.

X40nick
January 29th, 2009, 04:13 AM
I am connected via my wireless router, and I activated that command? So basically my computer is pretty secure now? Or was it already secure in the first place?

Nick.