How to detect when a user copies files from a server over the network?

Posted by Mr. Graves on Server Fault See other posts from Server Fault or by Mr. Graves
Published on 2012-09-04T15:11:14Z Indexed on 2012/09/04 15:41 UTC
Read the original article Hit count: 237

I have a few virtual servers + desktops that are used for shared development with remote users, including some consultants. Each user has an account with access to most aspects of the server.

I don't want to prevent people from being productive, or track passwords or read emails, but I do want to know when and what files they copy from the virtual server or what they upload from the server to a remote site, and what if any applications they install. This will help make sure my IP is protected, that no one is installing tools they shouldn't, and that things are licensed appropriately.

What is the simplest way to do this? In order of importance I would say detecting file transfers off the machine to be most critical.

Thanks

© Server Fault or respective owner

Related posts about virtualization

Related posts about monitoring