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 - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 07-15-2015, 05:00 PM   #1
valgeir
LQ Newbie
 
Registered: Jul 2015
Posts: 1

Rep: Reputation: Disabled
What security software is best for Ubuntu 15.04?


Hello.

I'm new in Linux.

I want some help. What security software is best for me to run save on my computer?

I want secure software to help my remove virus and spyware and other malicious.

Thank you.

Valgeir.
 
Old 07-15-2015, 05:44 PM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
Don't need to run antivirus on your ubuntu based computer, it is safe until you don't do anything really stupid with root password. But if you want to play around try this.
 
Old 07-15-2015, 06:43 PM   #3
Amarildo
Member
 
Registered: Jun 2014
Posts: 176

Rep: Reputation: Disabled
A few tips:

* Only install programs from your package manager. On Ubuntu that's called "Software Center";
* Learn when and why to use sudo;
* Your browser is probably the worse security whole in your system. Don't run Flash or Java on it;
* Virtual Machines are your friends;
* Customize your firewall. Either run GUFW (and configure it properly) or learn how to set up iptables for your needs;
* Install 'rkhunter', and do regular checks with it (rkhunter --checkall)
 
Old 07-15-2015, 09:34 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Just to build on what Amarildo said, gufw is a program for configuring your firewall. In Linux, firewall capability is built-in (it's called iptables). Linux "firewall" programs are generally programs for making configuring iptables easier.

There are no Linux viruses in the wild and adware and spyware that is rampant on Windows will usually not run on Linux as it is OS-specific. Many experienced Linux users do not run an antivirus programs unless they are, for example, running mail servers and want to make sure that mail for Windows users is virus-free. Most articles a web-search will turn up about Linux security will be about server security.

The most vulnerable program you have is your web browser. I recommend running noscript with Firefox and Seamonkey or a similar program with your preferred browser. The most vulnerable component of any computer is the person sitting between the chair and the keyboard. That person needs to learn how to practice safe HEX.

Ubuntu has a good introduction to security for Linux users; I think it will answer many of your questions: https://wiki.ubuntu.com/BasicSecurity

Last edited by frankbell; 07-15-2015 at 09:39 PM.
 
Old 07-16-2015, 09:34 AM   #5
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Buy a router and install it.
(g)ufw becomes moot.
 
Old 07-16-2015, 05:26 PM   #6
Amarildo
Member
 
Registered: Jun 2014
Posts: 176

Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
There are no Linux viruses in the wild and adware and spyware that is rampant on Windows will usually not run on Linux as it is OS-specific.
In my experience it's even harder for a Win virus to run on Linux. There were some tests using WINE and most of the virus couldn't do a thing on Linux :P

Just remember: There ARE viruses in the wild. Obviously not in the repositories, but there are vulnerabilities in Flash and Java that affect all platforms.


Quote:
Originally Posted by frankbell View Post
The most vulnerable program you have is your web browser. I recommend running noscript with Firefox and Seamonkey or a similar program with your preferred browser.
Good call. If I may add, there are other add-ons for adding security to the browser. Currently the ones I use are:

* uBlock Origin
* RequestPolicy (a better No-script)
* NoScript
* https-everywhere
* Disconnect
* AdBlockPlus

Quote:
Originally Posted by Habitual View Post
Buy a router and install it.
(g)ufw becomes moot.
But first Google if the router model isn't vulnerable. There is huge wave of attacks conserning routers' vulnerable firmware.
And I wouldn't recommend anything made in the US either.
 
Old 07-17-2015, 02:20 PM   #7
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Quote:
Originally Posted by Habitual View Post
Buy a router and install it.
I would rather buy a desktop PC to use as a dedicated pfsense server. 100 times better then a router.

P. S. That's what I have in my computer config — pfsense on 2 core Intel Atom desktop PC, then switch and then my Phenom Quad Core Arch Linux desktop PC.
 
Old 07-17-2015, 03:58 PM   #8
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,659
Blog Entries: 4

Rep: Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941Reputation: 3941
Another very important piece of advice ... for any computer (Windows, OS/X, Linux) is: "leave your Superman Suit locked in the closet!"

You should have no "guest" account, of course, and you should have one administrative user that is capable (via sudo su) of becoming root. But you should ordinarily not do anything as that user except to maintain the system software in the proscribed manner.

Instead, you should have "your" account ... having no special privileges or powers whatsoever. You might have more than one of these, if you "wear different hats" at different times. None of these are members of the wheel group. Their /home directories are private to themselves. They are just "ordinary Jane or Joe." Every account has a non-trivial password.

In this way, any rogue software that attempts to usurp access on your machine ... will find that there is no elevated level of access to be obtained! The user that you're logged-on as, is "nothing and no-one special." It can't touch any files other than its own; it can't modify anything. The user is as dull as donuts and as dumb as toast. You can rummage around in his boring little desk all you want to and never find the keys to the kingdom: they simply aren't there.

You never enter any administrative user-names or other credentials when logged-on as this user, even if asked. You don't store secret information there, even in an encrypted keychain, except as pertains to "this user," and then, yes, always in an encrypted keychain which is normally locked using a password different from the login password.

The rogue is therefore wasting its time. "Nothing to see here, nothing to do." Perfect. (And of course "secure backups are running all the time.")

Last edited by sundialsvcs; 07-17-2015 at 04:07 PM.
 
Old 07-19-2015, 03:30 AM   #9
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by frankbell View Post
Ubuntu has a good introduction to security for Linux users; I think it will answer many of your questions: https://wiki.ubuntu.com/BasicSecurity
I second that. Tailored advice being nice and all that but reading ones chosen distros user, admin and security documentation should come first efficiency-wise.
 
  


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
LXer: Homeland Security gets into software security LXer Syndicated Linux News 0 07-24-2014 05:01 PM
Full internet security software for ubuntu? Udagama Linux - Security 11 12-17-2010 03:16 AM
Free Internet security Software For Ubuntu OS Udagama Linux - Software 2 07-17-2010 03:04 PM
security software for ubuntu and linix warlockwolf Linux - Software 4 10-09-2009 01:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 05:00 AM.

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