LinuxQuestions.org
Help answer threads with 0 replies.
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 06-05-2012, 08:39 AM   #1
Fincher
LQ Newbie
 
Registered: Jun 2012
Posts: 2

Rep: Reputation: Disabled
Is Linux more Secure than Windows?


Hellow Everybody,
Would like to know if the System Linux itself is more secure than the Windows one.

For Example, some some of the security benefits that Linux has over Windows come from better User training and also from Linux not being targetted by attacks as much.

With Windows I have the experience that the Security is very good when a new version comes out, but it is hopelessly exposed at the end of its life-span, but I don't know how it is with Linux.

O.T: Hopefully "Linux beginners" is the appropriate Section even though the guidelines advise to post anything that contains the word "Windows" into General.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 06-05-2012, 08:41 AM   #2
Fincher
LQ Newbie
 
Registered: Jun 2012
Posts: 2

Original Poster
Rep: Reputation: Disabled
Also, I am aware of similair topics existing, but maybe after six to eight years things have changed
 
Old 06-05-2012, 08:48 AM   #3
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
Windows and Linux are always as secure as they are set up. Windows can be really secure, it has some fairly good security mechanisms. Sadly, Microsoft almost always decides to turn them of in the consumer versions. Depending on which distro you use Linux has almost every time their basic security turned on, but may be not the more sophisticated ones, like SELinux.
 
Old 06-05-2012, 01:11 PM   #4
maccas17
Member
 
Registered: May 2010
Location: UK
Distribution: RHEL6
Posts: 70

Rep: Reputation: 11
Current OS versions can be made secure, whether Linux or Windows. If you look at something like the below you'll see the Mac was the first system hacked in one recent contest:

http://apolyton.net/showthread.php/1...s-hacked-first

In this case, attacking systems over the network didn't yield any success, so they changed the rules to let people direct the target systems to various web sites etc. The Mac was quickly compromised, but it highlights that one of the most popular methods of compromising system security is via "social engineering" of users. So at the end of the day the security on any system can be compromised and my point is that quite often it is the user who will open up the front door and lay down the welcome mat. You shouldn't under-estimate the role of the user in regard to system security. Just thought I'd add a something else to consider instead of just a straight Linux vs Windows.
 
Old 06-05-2012, 03:21 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,981

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
Not sure any OS is secure. The main reason an OS becomes less secure is the applications running on them. Other main issue is the physical access to them.

I'd guess that professional hackers can attack either (all) pretty easily.
 
Old 06-05-2012, 09:35 PM   #6
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,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
A determined attacker can break into any system. Linux systems are harder to break into than Windows systems but, in both systems (and in Macs), the weakest point is PEBCAK (problem exists between chair and keyboard).

No amount of security can protect against stupid.
 
Old 06-05-2012, 10:55 PM   #7
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
A system is secure as you make it, with a few caveats:

Microsoft still uses some nonsalted hashes for storing passwords. This drastically decreases the time needed to crack passwords. Linux has always used salt in the password hashes, increasing by many orders of magnitude the number of possible passwords for any given password. Worst case is every Windows machine uses exactly the same hash, so each possible password can be cracked using exactly ONE possibility, which is why Windows password crackers are so amazingly successful and fast.

But a good eight-character Linux PW is still pretty secure, because you have guess both the hash and the password. The largest security risk with everything is the user. Pretty much whatever pops into mind as something no one else can figure out, like taping the password under the keyboard, has already been discovered.

I recently repaired some systems at a University, and I had to pass through the command center for network security. It was two guys who looked like you and me, viewing monitoring software and programming small adjustments to the network security system. After the threat passed, they opened the hole back up, with a few exceptions. If they safeguarded against every possible threat 24/7, the network would be useless.

Specific threats come and go, you just never know exactly when it will occur. The moral is: diligence. Probably the most underrated security measure with PC-based Linux systems is rebooting. Linux generally survives attempted vandalism. Most Linux firewalls should be rebooted at least weekly. Just a heads up: Intel designed the last few generations of processors so that use of hardware by virtual machines is transparent (can't be detected).

Consequently, rootkits can now operate as hypervisors and do pretty much anything, without any means to detect them. But you can still find them by examining cold drives using a live CD.

The best thing one could do is keep handy 'known good' tools. If you get a rootkit, which happens in both Wondows and Linux, it can run rogue versions of 'ls' and 'locate', or any other program, so those tools then display the rootkit files. If you have at least a 'known good' '/bin' directory on CD, you can pop it in, change the PATH variable, and the rootkit can't hide anymore.
 
2 members found this post helpful.
Old 06-06-2012, 04:35 AM   #8
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by Fincher View Post
Would like to know if the System Linux itself is more secure than the Windows one.
Causes much debate and argument; you won't get a single, agreed, answer. There are some reasons that Linux has an edge in certain specific areas, but whether they have more influence than other more practical matters is a matter of debate.

Practically, Linux security is better, but how much of that is down to Linux and how much the users aqnd other non-fundamental factors causes much discussion.

Quote:
Originally Posted by Fincher View Post
For Example, some some of the security benefits that Linux has over Windows come from better User training and also from Linux not being targetted by attacks as much.
I'm not sure that you can say very much positive about the training of all Linux users, but you can be very negative about the behaviour of many Windows users. Linux not targeted? Well, there are clearly fewer desktop users, but there really aren't fewer server users, and servers are more highly-prized for some kinds of exploits, so if Linux is less targeted, it may be because Linux is harder to target, it is difficult to say definitively.

In practice most Windows users have security problems and most Linux users don't (as far as can be told from the various reports), but what causes that difference could be many factors, and probably several factors are involved, to greater or lesser extents.

Quote:
Originally Posted by Fincher View Post
With Windows I have the experience that the Security is very good when a new version comes out, but it is hopelessly exposed at the end of its life-span, but I don't know how it is with Linux.
Have you been keeping your system and the applications fully and promptly patched? Without that, any system will become vulnerable over its lifetime. Now, usually, it is easier under Linux within the support period of a distro, but it is one of the requirements, whatever system you use.

@TobiSGD
Quote:
Windows and Linux are always as secure as they are set up.
Have to agree with that, but, if I were given the task of keeping a system secure, I would far rather be doing that with a Linux system (or, arguably, a BSD...no one has mentioned them) than a Windows one. Maybe that's just my preference...

@maccas17
Quote:
If you look at something like the below you'll see the Mac was the first system hacked in one recent contest:
You may be over-interpreting. As seems to be common in these contests, the prize includes the machine that you 'pwn'. So, would you rather walk away with a Windows box or a Mac? Which would be cooler? For many people, the answer to that question is very clear, and it isn't the Windows box.
 
Old 06-06-2012, 09:47 AM   #9
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Blog Entries: 5

Rep: Reputation: Disabled
Hi
I could say both Linux and windows are secure.Its based on the application running on the platform of operating system.Every operating system has its security features of its own kind there is nothing to compare with linux is better or windows is better . (Its depend on user , how we ensure and utilies the security feature to ensure security for our server )

Last edited by jsaravana87; 06-06-2012 at 10:12 AM.
 
Old 06-06-2012, 11:31 AM   #10
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Windows can be really secure, it has some fairly good security mechanisms.
Disagree. Windows (client version, because I don't know about Windows Server) can't be secure ever. You can install antivirus and firewall software but if you need to be sure that for example your keyhits are not keylogged - go with *nix. I mean come on, how can you rely on Windows and it's "security" solutions? Antivirus find just a portion of malware. There are tonns of cases when you have antivirus and some other stuff monitoring and you visit this webpage that instantly screws up the whole OS and only reinstallation can fix it. My father have XP SP3 with antivirus and behind the hardware firewall and NAT. Scanning the system with the second antivirus (not installed in OS) often gives me 1-3 trojans...

Really? Really. C'mon...
 
Old 06-06-2012, 11:53 AM   #11
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
Quote:
Originally Posted by Mr. Alex View Post
Disagree. Windows (client version, because I don't know about Windows Server) can't be secure ever. You can install antivirus and firewall software but if you need to be sure that for example your keyhits are not keylogged - go with *nix. I mean come on, how can you rely on Windows and it's "security" solutions? Antivirus find just a portion of malware. There are tonns of cases when you have antivirus and some other stuff monitoring and you visit this webpage that instantly screws up the whole OS and only reinstallation can fix it. My father have XP SP3 with antivirus and behind the hardware firewall and NAT. Scanning the system with the second antivirus (not installed in OS) often gives me 1-3 trojans...

Really? Really. C'mon...
May be you should get your facts right. At first, comparing Linux with an outdated version of Windows is not really fair. Also, I have stated that most of the security features of Windows are disabled by default. Do you have enabled one of them in the Windows installations you maintain or do you just go with the default? If you set up Windows in the right way (sundialsvc can tell you a lot about this) it allows a fine grained security model that is far better than if you only use file permissions as security model for Linux (which most of the distributions are doing). As stated before both OSes are as secure as you set them up. If you decide to go with the default security model (which in fact is unarguably bad in Windows) then you are doomed to clean up the consequences, like you do with cleaning up viruses. By the way, most malware are drive-by-downloads (which in fact also says more about the browser as the OS) or even actively installed by the user, so that neither a firewall nor a NAT play into that in any way. Also, if one antivirus software finds malware that another doesn't find that says something about the antivirus software, not the security model of the OS.

In short: Windows can be as secure as Linux can be, if you set it up ion the right way. If the admin, for whatever reasons, decides not to use the possibilities that are given to him to secure the system you can hardly blame the OS.

By the way, there are rootkits for Linux, too, so if you don't regularly check for them you aren't any safer regarding keyloggers than on Windows.

Last edited by TobiSGD; 06-06-2012 at 11:55 AM.
 
Old 06-06-2012, 01:15 PM   #12
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
By the way, there are rootkits for Linux, too, so if you don't regularly check for them you aren't any safer regarding keyloggers than on Windows.
Am I wrong if I say that they cannot be installed without the user installing them manually?
 
Old 06-06-2012, 01:28 PM   #13
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
Quote:
Originally Posted by Mr. Alex View Post
Am I wrong if I say that they cannot be installed without the user installing them manually?
Yes you are. There are always ways to exploit security holes in your browser and other apps to get remote connections to your machine and root access.
Saying that you automatically don't have to fear key-loggers because you use Unix/Linux is simply false. As is to say that Windows automatically is not as secure as Unix/Linux.
 
Old 06-06-2012, 01:47 PM   #14
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Well yes - there are no 100% invulnerable OS.

Have you ever gotten real malware on any UNIX/Linux machine?
 
Old 06-06-2012, 02:02 PM   #15
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
is linux more secure than windows? yes and no
imho Linux has the potential to be more secure than windows, but then again Linux hasn't really been targeted as much as windows so it hasn't shown as many of it's vulnerabilities

Linux is an open source peer reviewed software system that undergoes checks and balances from the community, so vulnerabilities can be fixed more quickly than with windows, where only micro$oft has access to the code, that and Linux is designed from the ground up to be stable and secure, whereas windows is a patch on top of a patch on top of a patch on top of a leaky foundation

that being said, both Linux and windows are only as secure as the practices of the users in charge of the system, Linux is more flexible and has more configuration options which can also lead to being miss-configured in such a way as to open a hole in the system the administrator is unaware of, so really security is up to the administrators not the Operating system, though personally if I were to chose which is more secure 'out of box' I would go with Linux hands down.
 
  


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
How is Linux More secure than windows? titosantana Linux - Server 10 05-03-2010 08:17 AM
Is Linux Truly More Secure than Windows? Nukem General 18 09-24-2004 08:54 AM
Linux vs windows? which is more secure? giovannym Linux - Security 5 08-05-2004 09:14 PM
Windows vs Linux, which is more secure? giovannym Linux - Newbie 5 08-05-2004 03:12 PM
Windows more secure than linux? Kage Linux - Security 7 02-12-2002 06:51 AM

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

All times are GMT -5. The time now is 08:17 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