LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


View Poll Results: Is your computer secure?
Yes 31 68.89%
No 10 22.22%
Undecided 4 8.89%
Voters: 45. You may not vote on this poll

Reply
  Search this Thread
Old 02-29-2008, 09:36 AM   #16
taylor_venable
Member
 
Registered: Jun 2005
Location: Indiana, USA
Distribution: OpenBSD, Ubuntu
Posts: 892

Rep: Reputation: 43

I feel pretty good about things. I've got an OpenBSD packet filter scrubbing and normalizing everything that comes in, plus per-machine firewalls. SSH is only available using key pairs which are themselves password protected. My website is running on an uncommon, fault-tolerant web server which is running as an unprivileged user on a non-standard port. The only real concern I have is IMAPS, which is on the default port. Eventually I'm going to set things up to use SSH tunnels, but I haven't gotten there yet.

Quote:
Originally Posted by pwc101 View Post
but with a dynamic IP address, it helps to a certain extent (I think?).
Not really. If somebody is scanning they're going to find you whether your IP address is dynamic or not. It would only really be a benefit to prevent somebody from getting in *twice* - and they could still just scan your block again. And besides, how often do you get a new IP address? Even if you reboot you'll usually get the same one again unless you change your MAC address or wait a sufficiently long period of time.

Last edited by taylor_venable; 02-29-2008 at 09:39 AM.
 
Old 02-29-2008, 09:38 AM   #17
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
I figure I'm about as secure as my router settings. From script kiddies and windows targeted malware, I'm not in too bad of shape.

I doubt that an actual serious cracker would have much difficulty accessing my stuff though.
 
Old 02-29-2008, 01:01 PM   #18
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Mine's as secure as one can be while connected to the net. Nothing's 100%
 
Old 02-29-2008, 08:31 PM   #19
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by truthfatal View Post
I figure I'm about as secure as my router settings. From script kiddies and windows targeted malware, I'm not in too bad of shape.

I doubt that an actual serious cracker would have much difficulty accessing my stuff though.
Please look up the difference between hacker and cracker. I know a lot of people that could be offended by that...

(friendly advice)
 
Old 02-29-2008, 08:52 PM   #20
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
Sorry, phantom_cyph.
I had always been under the impression that hackers are people who "hack" together code, and crackers are folks that "crack" security.
 
Old 02-29-2008, 09:40 PM   #21
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Crackers in general not only crack security, they are the ones that steal private info, install viruses, etc. Hackers are the ones that hack security, without using scripts/programs that do it for them, and in general, tend to leave people's computers alone.
 
Old 03-01-2008, 10:15 AM   #22
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
So what exactly was wrong with my use of the word "Cracker"?
 
Old 03-01-2008, 01:43 PM   #23
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
It's generally said nowdays that hackers are the white hat, and crackers are black hat. But most people usually see them both as the same, especially in the media etc.
 
Old 03-01-2008, 01:45 PM   #24
pwc101
Senior Member
 
Registered: Oct 2005
Location: UK
Distribution: Slackware
Posts: 1,847

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by taylor_venable View Post
And besides, how often do you get a new IP address? Even if you reboot you'll usually get the same one again unless you change your MAC address or wait a sufficiently long period of time.
I get a new IP address every few days, so it's pretty regular. I don't really keep tabs on if there's any cyclicity in the assigned addresses; it may be that I've only got a few addresses that get changed in turn.

This is all somewhat academic, however, since I've set up a dyndns account, so if some kiddie wanted to have a go and they found out what my chosen host was, it'd be the same as if I had a static IP.

Either way, the only thing I have open is SSH, and it'll only allow a single user to connect (me) and root access is disabled, so hopefully that'll help a little.
 
Old 03-01-2008, 02:10 PM   #25
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
In this context, I'm going to take safe to mean involving little or no risk of mishap, in which case, yes, I consider myself safe.

I do not consider myself impervious or invincible, however.
 
Old 03-02-2008, 12:37 AM   #26
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
Quote:
Originally Posted by dive View Post
One of the things I was wondering about is running an unprotected win2k image in a vm and using it a honey trap. Be an interesting experiment.
I once deployed a server with Win2K on it. When I deploy a windows-based server, I always put a small consumer grade hardware router in front of it for the firewall features. This one time, I neglected to do that. Actually, I put the router up, but had the firewall turned off. I recognized my error within 15 minutes, and enabled the firewall.

In those 15 minutes, the Win2K machine, which was fully exposed and connected directly to a T3 in a datacenter, was also fully compromised and had become a spambot, with 2 trojans running in it.

This happened, I repeat, in 15 minutes. It didn't take me long to clean it up, but I did have to clean it up.
 
Old 03-02-2008, 12:45 AM   #27
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
I have a fully hardened winXP system on my laptop which I take with me when I travel, and it has never been infected while connected to unknown networks.

My workstation and my LAN have a mix of Linux and Windows connected to them, and I have a number of ports forwarded through the firewall for various purposes, including Port 80, and though my network periodically is attacked (and sometimes vigorously attacked) none of my systems have ever been compromised. As I write this, I have Mandriva 2008, FC 7, Kubuntu (the latest one), 2 copies of Win2K, and 2 copies of WinXP up and running on the LAN. The Win2Ks are both VMWare virtual machines running under the Mandriva 2008 installation, and the WinXPs are each on their own physical machines. The linux distros are all on their own machines; the Mandriva installation is my personal workstation.

The point is that it IS possible to harden both Windows and Linux quite adequately. It is more work with Windows than it is with Linux, to harden it and keep it safe, but it can be done.
 
Old 03-02-2008, 02:40 PM   #28
phantom_cyph
Senior Member
 
Registered: Feb 2007
Location: The Tropics
Distribution: Slackware & Derivatives
Posts: 2,472

Original Poster
Blog Entries: 1

Rep: Reputation: 128Reputation: 128
Quote:
Originally Posted by jiml8 View Post
I have a fully hardened winXP system on my laptop which I take with me when I travel, and it has never been infected while connected to unknown networks.

....

The point is that it IS possible to harden both Windows and Linux quite adequately. It is more work with Windows than it is with Linux, to harden it and keep it safe, but it can be done.
Hardened? yes. Fully hardened? Not possible for any system IMHO.
 
  


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
Is It safe,..... udazzleme Linux - General 3 01-23-2006 10:46 PM
Is it safe ? Alex_jacobson Solaris / OpenSolaris 2 03-02-2005 01:24 PM
How safe am I? bad_andy Linux - Security 2 01-29-2005 01:47 PM
Is this safe enough? koyi Linux - Security 4 08-18-2004 10:50 PM
is it safe... violaten Linux - Hardware 1 08-03-2003 02:56 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

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