at pretty much every job i've been at, we've had Linux Servers that we ssh into.
these linux servers have customer data on them, builds, code, business critical shit.
if i were a malicious individual, i could easily just rm -rf important files, scp important customer data out to my home computer. or use dropbox to sync some critical business data into the cloud... or casually peruse customer data and take advantage of it. and there would be no evidence that i did anything at all.
obviously, it's not possible to handle this from the networking side. SSH is encrypted, and any network level scans would just see a bunch of bits flowing between the server and me.
is there some solution to prevent this kind of linux data leak from happening? is it normal in companies for anyone to be able to just log on to servers, do whatever they want, without any kind of auditing or recording or tracking whatsoever?
i'm curious, with data leaks like the ashley madison one... did they ever find the perpetrator? does anyone even care about securing data....?
what does your company do to prevent data leaks?