Networking Forums

Networking Forums > Computer Networking > Linux Networking > Linux Network Security issue

Reply
Thread Tools Display Modes

Linux Network Security issue

 
 
christian.yan@gmail.com
Guest
Posts: n/a

 
      08-07-2006, 09:46 AM
Repost: from os.linux.security.

Hello,

I am an assistant to admin that operates on a Linux backbone server
with Windows XP operating as the GUI for the employers of the company.

The problem is simple:

Our boss wants to protect all his documents/pictures on his server from
being copied by an employee. Sometimes when an employee leaves the
company, he or she can just dump 100Gigs of data onto a DVD or USB or
HD and then run away with vital company information.

How can this be stopped?

A simple solution is to track the amount of data is the moved or copied
by each logon and simply flag high traffic ones.

Any suggestions or directions?

Thanks all!

Chris

 
Reply With Quote
 
 
 
 
Jacob Bunk Nielsen
Guest
Posts: n/a

 
      08-07-2006, 10:05 AM
(E-Mail Removed) writes:

> Our boss wants to protect all his documents/pictures on his server from
> being copied by an employee. Sometimes when an employee leaves the
> company, he or she can just dump 100Gigs of data onto a DVD or USB or
> HD and then run away with vital company information.
>
> How can this be stopped?


Set user permissions so only your boss have read access to the vital
company information.

> A simple solution is to track the amount of data is the moved or copied
> by each logon and simply flag high traffic ones.


How big is your company's business plan? I'm guessing it's not big
enough for the login session to be flagged as a high traffic login if
someone tries to copy it.

--
Jacob
 
Reply With Quote
 
Robert Harris
Guest
Posts: n/a

 
      08-07-2006, 11:40 AM
(E-Mail Removed) wrote:
> Repost: from os.linux.security.
>
> Hello,
>
> I am an assistant to admin that operates on a Linux backbone server
> with Windows XP operating as the GUI for the employers of the company.
>
> The problem is simple:
>
> Our boss wants to protect all his documents/pictures on his server from
> being copied by an employee. Sometimes when an employee leaves the
> company, he or she can just dump 100Gigs of data onto a DVD or USB or
> HD and then run away with vital company information.
>
> How can this be stopped?


Keep his data off the network.

Robert

>
> A simple solution is to track the amount of data is the moved or copied
> by each logon and simply flag high traffic ones.
>
> Any suggestions or directions?
>
> Thanks all!
>
> Chris
>

 
Reply With Quote
 
left_coast
Guest
Posts: n/a

 
      08-07-2006, 05:40 PM
(E-Mail Removed) wrote:

> Repost: from os.linux.security.
>
> Hello,
>
> I am an assistant to admin that operates on a Linux backbone server
> with Windows XP operating as the GUI for the employers of the company.
>
> The problem is simple:
>
> Our boss wants to protect all his documents/pictures on his server from
> being copied by an employee. Sometimes when an employee leaves the
> company, he or she can just dump 100Gigs of data onto a DVD or USB or
> HD and then run away with vital company information.
>
> How can this be stopped?
>
> A simple solution is to track the amount of data is the moved or copied
> by each logon and simply flag high traffic ones.
>
> Any suggestions or directions?
>
> Thanks all!
>
> Chris


Any information you give the employees access to is information they can
take out the door. You can disable being able to write to CD's and USB mass
storage, but critical information can still be printed to a printer, are
you going to disable printing for everyone? No. Information can also be
attached to Email and sent. Allow them web access? They can set up a web
server at home and send the info home over encrypted http protocol. Once
you give access to information, it is extremely difficult to prevent a
clever person from getting it out of the company. Yes, you can search every
employee every time they leave the building. Are you going to search every
visitor? But what if your employee wrapped it up in a package and sent it
UPS? Now you have to search every package and letter sent from your
company. Are you going to read every email? Check all web traffic?

This is NOT a Linux Security issue. It is a security issue but it is not
JUST a Linux issue.

You would need to set up a comprehensive security policy that address
everything from who sees what to how trash is handled. You then need to set
up procedures and technologies to enforce the policy as best as possible.
In short, information security is a company wide issue that requires a
company wide security system that deals with every aspect of the business.
Included in this should be harsh penalties for anyone violating the
security policy.
--
Still waiting for a rational answer from Bittwister to this:
<nfqlo3-(E-Mail Removed)>.
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      08-07-2006, 05:55 PM
In comp.os.linux.networking (E-Mail Removed):
[..]
> I am an assistant to admin that operates on a Linux backbone server
> with Windows XP operating as the GUI for the employers of the company.


> The problem is simple:


> Our boss wants to protect all his documents/pictures on his server from
> being copied by an employee. Sometimes when an employee leaves the
> company, he or she can just dump 100Gigs of data onto a DVD or USB or
> HD and then run away with vital company information.


The solution is as simple.

Ask boss to hire competent IT stuff.

[..]

Good luck

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 339: manager in the cable duct
 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      08-07-2006, 08:14 PM
left_coast <(E-Mail Removed)> writes:

>(E-Mail Removed) wrote:


>> Repost: from os.linux.security.
>>
>> Hello,
>>
>> I am an assistant to admin that operates on a Linux backbone server
>> with Windows XP operating as the GUI for the employers of the company.
>>
>> The problem is simple:
>>
>> Our boss wants to protect all his documents/pictures on his server from
>> being copied by an employee. Sometimes when an employee leaves the
>> company, he or she can just dump 100Gigs of data onto a DVD or USB or
>> HD and then run away with vital company information.
>>
>> How can this be stopped?
>>
>> A simple solution is to track the amount of data is the moved or copied
>> by each logon and simply flag high traffic ones.
>>
>> Any suggestions or directions?
>>
>> Thanks all!
>>
>> Chris


>Any information you give the employees access to is information they can
>take out the door. You can disable being able to write to CD's and USB mass
>storage, but critical information can still be printed to a printer, are
>you going to disable printing for everyone? No. Information can also be
>attached to Email and sent. Allow them web access? They can set up a web
>server at home and send the info home over encrypted http protocol. Once
>you give access to information, it is extremely difficult to prevent a
>clever person from getting it out of the company. Yes, you can search every
>employee every time they leave the building. Are you going to search every
>visitor? But what if your employee wrapped it up in a package and sent it
>UPS? Now you have to search every package and letter sent from your
>company. Are you going to read every email? Check all web traffic?


>This is NOT a Linux Security issue. It is a security issue but it is not
>JUST a Linux issue.


It is not a linux security issue at all. He says they run Win XP. That is
not a linux distribution.

He needs to set up a proper user/ACL policy on the XP machines, and a
user/permissions on Linux.




>You would need to set up a comprehensive security policy that address
>everything from who sees what to how trash is handled. You then need to set
>up procedures and technologies to enforce the policy as best as possible.
>In short, information security is a company wide issue that requires a
>company wide security system that deals with every aspect of the business.
>Included in this should be harsh penalties for anyone violating the
>security policy.
>--
>Still waiting for a rational answer from Bittwister to this:
><nfqlo3-(E-Mail Removed)>.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux network security poll Zach Linux Networking 1 02-14-2008 04:39 PM
Redhat Linux Network Security troy.john78@gmail.com Wireless Internet 0 12-04-2007 12:48 AM
Windows CE 5.0 PDA - Wireless Network Security issue Clara Wireless Networks 1 11-05-2007 07:17 PM
Network security, DHCP, and Linux jqpx37@iprive.com Linux Networking 13 07-08-2006 05:02 PM
Network/Security issue with $ shares Devi Wireless Networks 5 12-07-2005 05:36 PM



1 2 3 4 5 6 7 8 9 10 11