Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Data Storage IT

How Do You Protect Servers From a Rogue Admin? 219

Treborto writes "I work with a non-profit that has an extensive collection of photos and videos. These are used in publications and on the web. We have several levels of privileges: read-only of small, watermarked images; read-only of large, clean images; edit of the site; and admins who can confer privileges. It has happened that people leave the organization in anger. So far, no Admin has done so. Is there a back-up, site mirroring, privilege, or other strategy you'd recommend so we have protection from an Admin gone bad?"
This discussion has been archived. No new comments can be posted.

How Do You Protect Servers From a Rogue Admin?

Comments Filter:
  • by Anonymous Coward

    FS snapshotting and backups are the only way, but make sure your backups are protected (locked up) etc.

    • by ron_ivi ( 607351 ) <sdotno@cheapcomp ... s.com minus poet> on Saturday January 29, 2011 @11:35AM (#35042626)

      And one more thing to add - extensive logging of anything done with administrative privileges.

      I worked at a place where everyone had sudo privileges; but any command done using it was logged to a couple different remote servers not administered by the same person. Worked out well; and anyone misusing it (say, running sudo bash) got noticed and talked to pretty quickly).

      • by coaxial ( 28297 )

        I never got the deal with why `sudo bash` is bad. It doesn't stop sone from doing something bad, and in this case, I'll just sudo vi and then :!bash from there. Nice an obscured.

        • by ron_ivi ( 607351 )

          Yeah "sudo emacs", etc and anything similar was frowned upon just as much as sudo bash.

          The policy was that if they couldn't tell that you were doing something useful that needed sudo, they'd come interrogate you; so sed one-liners became a habit.

          I'm sure you could subvert it somehow (sneak in your own perl script called sed or something silly); but for the most part just the idea that they trusted you with root; and also watched what people did with it; kept honest people honest.

          • by micheas ( 231635 )

            wouldn't sudo script be an acceptable way of working around this?

            It would seem a lot less painful.

  • by Anonymous Coward on Saturday January 29, 2011 @11:10AM (#35042508)

    If people routinely leave your non-profit organization in anger, then the organization's leaders probably need to address a more fundamental problem than server administrative rights.

    • by Antique Geekmeister ( 740220 ) on Saturday January 29, 2011 @11:39AM (#35042648)

      Those problems may be why the non-profit _exists_. People passionately involved in political or social issues are often _very_ political and social. Excited, eager volunteers can far too easily become disillusioned and angry: this certainly happens in the open source community all the time. After all, OpenBSD was created when Theo de Raadt had issues with the rest of the NetBSD development group. You can try to weed out all dangerous emotional issues from your agenda, you can try to filter out over-passionate members, but then you lose the very ability to create or to change the world that non-profits are created for.

      With that in mind, the admins can also be passionate about issues and often are. Often underpaid and administered by people confused about technology, keeping things working with limited non-profit budgets is an artform, and I applaud and learn fascinating tricks from such personnel, and try to share knowledge with them to both of our advantages. In this case, the knowledge is about protocols for password management, protecting email backups, arranging reliable and recoverable and _thorough_ offsite backups and restoration procedures, and how to detect malicious behavior early.

      Giving good advice requires some background of the operating systems and amount of data involved. Are there databases involved? Personal information such as credit cards and home addresses? Email from the board of directories? Is it on an Exchange mail server, or GMail services? The details matter a lot.

    • by Artifakt ( 700173 ) on Saturday January 29, 2011 @11:46AM (#35042680)

      Author didn't say people routinely leave in anger, just that it happens. I've worked with a non profit charitable in the past, that had to make a decision whether to fund an alternative to planned parenthood, called choices. From what we saw, choices wasn't offering a lot of choice. They wanted to provide more of an alternative to abortions, and show women how adoptions could be a possible solution, and I really can't fault them for that, but they didn't want to provide information on preconception birth control, only abstinence, and in actual practice, they were tending to also push this message that not getting a ring from the male involved first made it all the woman's fault. Surely you can see how issues such as those can lead to angry resignations and workers who feel there's no compromise with management possible, and who might even break privacy laws as a result. Not all the risk is juvenile attitudes and L33Tspeak hacker volunteers who might get into petty arguments and storm out, much of it if is from people who sincerely think the issues are critical and worth bending a few rules over, and that the people who don't agree are all somehow stupid or hypocritical or venial, justified targets for anger.

    • Hold it right there, that's a pretty unrealistic view. The reality is people get angry at the organizations they work for for reasons all their own, and it's not the responsibility of the organization to make all of their employees happy all the time. Let's face it, a lot of employees work only for money - not because they like the corporation or care to help it anywhere past their paycheck. Especially for an NFP that can be a big issue, a not for profit usually has some sort of motivation other than making
  • by Rivalz ( 1431453 ) on Saturday January 29, 2011 @11:11AM (#35042518)

    Create a encrpyted password protected snapshot archive of your server and name it something catchy like angie jolie secret sextape 1-29-2011 and upload it to piratebay. Safe secure lifetime backup retention online.

  • by HangingChad ( 677530 ) on Saturday January 29, 2011 @11:12AM (#35042524) Homepage
    And usually that's the admins. Most admins gone bad would be smart enough to bone the backups if they were going to do deliberate damage. The best way to protect yourself is an off-site DVD backup, but that's a lot of work to keep current.
    • by Graff ( 532189 )

      And usually that's the admins. Most admins gone bad would be smart enough to bone the backups if they were going to do deliberate damage

      The best bet is several admins. One manages the backups, another manages the "live" data, then you can have admin who oversees them (or more than one if you have the staff). If you maintain a few versions of backup data then you can minimize a rogue admin trashing your data.

      Of course a determined person can still mess up your live data and all of the backups if they act over a long enough time. Hopefully the overseer can catch a long-term problem before it corrupts even your backups.

      Oh and make sure everyth

      • Indeed.
        We enforce the multi-admins at several levels here, and it means basically that no admin is god.

        No admin has super powers, if you prefer.

        So that means, there's:

        1 admin (or more) who can administrate other admins and security rights. He need the express allowance from the user admin to unlock his powers, for 1 hour.
        1 admin (or more) who can administrate users, but that's all. (he can disable other admins but cannot grand admin powers)
        1 admin (or more) who can administrate backups, but that's all.
        1 adm

        • Oh I forgot to mention that every admin has log read access, and append access, none has erase/overwrite/regular write access.

          A separate group of people are securing the physical room and need 2 admins to inspect the system physically, +1 of the physical security dudes.

          It sounds complicated but if you're organized it's actually pretty straight forward.

        • Who has the budget for that many technically savy people?

    • by Kenshin ( 43036 ) <kenshin@lunarworks . c a> on Saturday January 29, 2011 @12:16PM (#35042822) Homepage

      At a small company I used to work for ("used to" being the key phrase here), the bosses, who both insisted on full admin rights, had a bit of a difference with each other. One of the bosses came in one Saturday night, killed the backup (they never took my advice of having multiple backups, including one off-site), and ran off with the server.

      I tried recovering the backup, but he did a remarkable job in killing it.

      The company didn't exist for more than a week after that.

      • "One of the bosses came in one Saturday night, killed the backup (they never took my advice of having multiple backups, including one off-site)"

        Then they overlook your advice of having a backup *at all*. If there's not an off-site disconnected copy, then it's not a backup. You can call it "hot copy", "security copy", "near storage", whatever, but don't call it a backup for it isn't (now you obviously know why it is not).

  • On a serious note if its cost effective to safeguard against a possible bad admin implement a peer review system of the workload each admin does.

  • by cptdondo ( 59460 ) on Saturday January 29, 2011 @11:16AM (#35042544) Journal

    rsnapshot on a regular basis to a off-site service, that's read-only to the organization. I run that kind of service for several organizations for exactly that reason.

  • you leave in anger and ruin the backup...

    There should be more than one person worrying about this, keep the physical media in somebody's hands (preferably management)

  • The best thing you can do is plan to mitigate any damage done. Of course this is easiest by not giving anyone any rights at all, but when you do have to give someone any kind of power try to wall them in as much as possible, so what damage they can do is very limited. Offsite backups that they dont have access to is best for recovery, especially if they have physical access to the site. I know some people will complain that treating everyone like a criminal will encourage destructive behaviour, but at the s

  • by Okian Warrior ( 537106 ) on Saturday January 29, 2011 @11:20AM (#35042554) Homepage Journal

    Rogue admins are extremely rare. So rare that there are many other more likely threats you will encounter, such as hackers or data breach. Worry about those first.

    The reality is that most people work in a spirit of cooperation and don't want the black mark on their reputation. They would rather walk away without burning bridges.

    That being said, bad admins (and employees in general) spring from two causes: bad treatment and pre-existing jerks.

    The best way to handle both situations is to talk to your employees regularly, and find out how they feel. If you know that some policy or other is bothering them, you can avert a crisis very easily if you know about it beforehand.

    Some people are just jerks. Don't let these people continue in your organization, even if they are brilliant and highly capable, and even if you don't have an equally brilliant replacement. A mediocre replacement who can work well with others will be much more productive.

    (Often said: About 15% of your productivity comes from innate ability, 85% from working with others.)

    That having been said, if you're really worried about someone doing you in, make sure you have regular backups and that you personally have access to the backup system. Reformatting a disk and copying data is easy - position yourself so that you can recover completely from the maximum damage they can do.

    • by Kjella ( 173770 )

      Yes, you generally only give your most trusted men the keys to the kingdom. But it doesn't mean it never, ever happens. Of course you can expect major chaos, backdoors, deleted data but it's nice if not everything goes up in flames. I'd say there's two things you need:

      1) A backup system the admin doesn't have access to
      2) A plan for a clean rebuild/restore of the core systems.
      3) Don't tell him that's why you're doing it...

      The backup can pretty much be explained by wanting to have an offsite backup with someo

    • In my eyes it's not about doubting the admins. There can always be rogue ones, even if few, you never know and you shouldn't spend time finding who's who (especially that you can be wrong).

      The problem is that you don't know who is using the admin rights, how and what for. That's why you must split the admin rights into admin sets, to several very separate persons/accounts. (aka split the powers, or divide to reign, however you like to hear it)
      If one admin is compromised by a hacker, or is rogue, or anything

  • Hi, This is one of the classic questions of insider misuse mitigation "who watches the guards". One way to deal with this is to use very good logging using a third audit party. Traditional audit/logging engines are not well suited to this task. You might like to take a look at LUARM (http://luarm.sourceforge.net/). It is an effort to provide very fine grained logging into your systems. The idea is you setup engines like that and your logs are then placed off-site and managed by a third party auditor, away
  • Make it so that you need to be two admins to delete backups, and log all access attempts? Or any such model, where you need to be two (or more) to take destructive actions and it's clearly evident in logs who those people where?
  • Same As Always (Score:5, Informative)

    by rtb61 ( 674572 ) on Saturday January 29, 2011 @11:24AM (#35042568) Homepage
    How do you protect servers from rogue admins, they same way you protect passengers jets from rogue pilots, they say way you protect ships from rogue captains, the same way you protect buses from rogue drivers, the same way you protect trains from rogue engineers and even the same way you protect patients from rogue doctors.. You don't, any protection you put in place to protect a server from a rogue administrator will be broken by that rogue administrator if they are in any way competent. I suppose you could always seek to hire the most incompetent admin you can find a person who lacks the expertise to break the servers but somehow that seems rather pointless. So how do you protecct your servers from rogue admins, don't hire them in the first place. Consider a full psych evaluation (stay away from the anal types), pay a food salary and, make them part of the executive team.
    • 1. Create regular full backup of production system.
      2. Verify that the backups are ok. Preferably by multiple people and/or external personnel.
      3. Ship said backup on physical media to an off-site location where admin staff has no access.

      Now... Tell me just how the lone rogue admin is going to fuck up this system?

      • by h4rr4r ( 612664 )

        That is easy to bone. I just make sure the backups all contain a nice backdoor for me. Or that they check the date when they boot and then nuke itself. It the backup is only data, then just mess it up a little. I can easily make 1 in every 1000 fields in an xls wrong, have fun finding them.

      • by rtb61 ( 674572 )
        Easy, da boss will be to cheap to pay for it, the bosses bonuses come from not spending money and blaming all the problems on the rogue admin.
    • How do you protect servers from rogue admins, they same way you protect passengers jets from rogue pilots...

      By having a copilot on the flight deck next to them? Or did you mean by making sure that their aware that if they crash the plane, they don't get fired, or sued, or even jailed, but rather that they die? (It's not 100% effective, but it's pretty good.)

      the same way you protect patients from rogue doctors..

      By surrounding them with highly-trained colleagues and subordinates -- other doctors and nurses -- who monitor their conduct, who have received thorough and ongoing training, and who will get in their way if they try to do something dangerous? Or did yo

    • by CharlieG ( 34950 )

      "Food Salary"

      Egg white omlet in the morning, please.... (I hear the food at Quilted Girraffe is good....)

  • by Joe The Dragon ( 967727 ) on Saturday January 29, 2011 @11:24AM (#35042572)

    Don't let clueless PHB's run IT.

    Don't make so there only 1 guy doing the network admin

    Don't ask for admin password over a conference call

  • by Registered Coward v2 ( 447531 ) on Saturday January 29, 2011 @11:24AM (#35042574)

    What is you backup method. Many more things can happen than a rogue admin messing up files. Disks fail, equipment gets stolen, users accidentally delete items - all of which point to having a robust, redundant backup strategy. Absent that, rogue admins are the least of your worries.

    We've kept rolling backups - i.e several weeks worth, on duplicate media. On-site for fast access and off site for ensuring its availability if something happens on-site. I know others that mirror the entire operation to another secure location.

    My suggestion - figure out how much data needs to be backed up, how often does it change, and then develop a redundant backup strategy with teh ability to roll back several generations.

    You can't protect against any and all employee actions, but at least you can make it hard to totally destroy your data.

    Also - as others pointed out - find out why people leave mad and fix the underlying cause.

    • Backups are a pretty good answer, but there are some problems to consider. First, deleting files is not the only thing an admin can do. They can screw with your data without deleting it. They can configure something so that it will fail spectacularly at an inopportune moment. They can screw with your backups and make them inaccessible. They can leave access for themselves back into your network so they can sabotage things later.

  • Comment removed based on user account deletion
    • Ask the sys admins there to come up with a method; most folks working non-profit do it for the work not the pay, and many techs like the responsibility and challenge. By asking them to help solve the problem, you reduce the stress that would otherwise make them think they are the bad guy, and give them the merit that they do know what they are doing. Even if they cant come up with a reasonable solution, if you pick a third party, they wont be so miffed about it.

    • by green1 ( 322787 )

      Every suggestion posted so far mentions making extra backups, using third party software for audit and tracking to adding extra, bureaucratic steps into the mix that will do just that: piss someone off.

      If making redundant off-site backups pisses you off, you really shouldn't work in IT!

      Secure, read-only, off-site backups are the best option for this, they have multiple purposes, and anyone who is pissed off by their existence is either a control freak who I would be scared to work with, or is actually planning to do harm which is even worse.

      I worked at a place where the off-site backup policy was that I handed the weekly tape backups to the owner of the company and he took them home. I was never offended

      • by h4rr4r ( 612664 )

        No, you could have corrupted the date on the tapes as it was written. He had no way to test that. The best corruption is not total fail, but random small stuff that would take forever to fix. You can do a lot of damage just by making random changes to accounting documents.

        • by green1 ( 322787 )

          I could have, but it would involve a long term plan to hurt the company, that form of damage is very difficult to protect against, but also very easy to detect (anyone can verify the backup at any time by restoring it to something). The fact that I was only one of a team of admins also made it more difficult, as I wasn't always the one handling the backups.

          The most common form of damage from a "rogue admin" is going to be created in a short period of time between the time they get really pissed off, and sec

    • Nitpick time! They don't actually have problems with their admin(s); the OP just asked about handling rogue admins in general since they've had other people quit on bad terms. As other posters have pointed out, this can happen as a result of differing opinions on the things the organization is about (nonprofits tend to exist in rather politicized environments) so even good management might not be able to keep someone from deciding he doesn't like the way they do things.

      In short, an admin may turn hostiled
  • [b]Rogue[/b] admin will come stealthed in the dark and stab you from behind. * shadööwwwwww * (skillz)
  • The only real "protection" against rogue admins is to have multiple admins who can monitor each other and (if required by audit) sign off on each other's work. Most organizations of any significant size have more than one person at the top, so that (at the very least) if any one admin is sick or leaves in a huff, one or more of the other's can take his place and/or revoke what permissions that admin had. This can take some forethought to prepare.
  • by Peeteriz ( 821290 ) on Saturday January 29, 2011 @11:44AM (#35042672)

    No matter what solutions you use for backups, the admin will be able to corrupt or bypass them in some way given enough thought and motivation.

    However, for sane though disgruntled people it would be sufficient for them to have the common sense understanding that malicious actions will have strict consequences - people generally don't risk going to jail just to annoy a manager or company. And in the cases where someone would really be prepared to risk that, I'd rather worry about them coming to office with a gun, not tampering with a pile of pictures.

    What was the aftermath of the previous cases you say of people leaving in anger and presumably doing something damaging? Your previous reaction in these cases forms the expectations in your admins about what they can get away with when leaving in anger.

  • I see there's escalating levels of access, but it doesn't sound like those levels are tied to law. They probably should be, i.e. it's not so much file size as whether the file is about an adult person or a minor, whether the file contains medical information or not, and such things that should be the first consideration in defining those privileges. A single dental photo sounds like a small image under your definition, but its treatment depends on HIPAA first and foremost, never size or image format.

  • Before you get to any details, there's a sort of logical problem in protecting against admins: Who are you going to get to set up the protections? If you hire me as an admin and then ask me to secure the network against myself, there's nothing to prevent me from putting in some kind of alternate access (i.e. a secret backdoor). If you hire someone else to secure the network against me, then there's nothing to prevent that person from keeping some alternate means of access. That's before you even get to t

  • Send regular backups tapes off-site to someplace like Ironmountain. Only give authority to retrieve tapes to collection managers and/or company executives, not to server admins. This also protects your collection in case your office or coloc goes up in flames.

    Keep at least 6 months of tapes off-site so you have 6 months to discover a time-bomb or hidden corruption left behind by the rogue sysadmin.

    Test restores regularly.

  • If you truly are concerned about the trustworthiness of your systems administrator; you definitely don't have the right person in place and you need to take steps NOW to ensure the continuity of your systems. Start implementing strict documentation standards for everything - passwords, system maintenance procedures, run books, network diagrams, etc... This information then needs to be stored in location accessible by senior executives and audited by an external firm to ensure completeness and validity. You

  • by vadim_t ( 324782 ) on Saturday January 29, 2011 @12:14PM (#35042814) Homepage

    Don't worry about your infrastructure so much. Having been in this position, I noticed that companies seem to worry quite a lot of it.

    But it seems to me that it's an unlikely situation. Let's suppose there's an admin really pissed off at you for some reason. What could they do to your photo collection?

    • Delete it
    • Corrupt the photos
    • Post a torrent
    • Timebombs, sabotage, etc

    All those options are pointless and ultimately suicidal for the admin involved. All you need to do is to have readonly off-site backups (which you should have anyway, what if the building gets flooded or burns down?). If properly done the rogue admin can't screw that up, and while the things above might hurt, they'll be perfectly survivable. Even the torrent isn't a big deal. A serious publication isn't going to touch an illegal collection with a 10 foot pole. As a public organization they're an easy and profitable target.

    However, those things are terribly stupid and suicidal for the rogue admin. Who will be the first suspect in line when any of the above happens? The recently fired angry admin. Law enforcement treats such things harshly, and word of mouth gets around and it's unlikely they'll get another job after that.

    All the admins I've seen leave (and I took note and did it myself when leaving a job) tried to leave in an as non-threatening way as possible. For instance on my last day on one job I discussed with a coworker what I had been doing, where the files were, what was unfinished, the lists of passwords and access control methods to be changed, etc. I did everything I could to make sure that nothing in my departure could be interpreted in a "screw you" of any kind, and to make sure my successor could take over.

    Now, what should you be worried about? The legal ways an ex-employee can screw you over. For instance, the BSA. It's easy to report to them. From what I hear they're most eager to show up, offer rewards to the reporter, and it's very hard to deny them entry. And I hear that their visits can be very expensive. So make extra sure you're in perfect licensing compliance (which is pretty hard), or switch to Free Software.

    • by h4rr4r ( 612664 )

      If they are the ones making the backups there is no protection in shipping them offsite.

      • by vadim_t ( 324782 )

        But then you're talking about somebody planning over a long term, and not just breaking things in a rage after being fired.

        First, you don't have good backups if you're not testing them once in a while. A test should make it evident whether the right stuff is being backed up, and whether it's being backed up properly. With that in place it's hard to hiddenly screw something up.

        Second, it's still monumentally stupid. It's a dangerous trick to pull off. Things can easily go wrong (what if the admin gets asked

  • If you can't figure out how to use the two man rule you shouldn't be in charge of backup solutions or administration of anything that is considered system critical. Read about it.
  • While it is not yet standard practice, there is absolutely no reason why your server cannot be completely under version control. The only point of contention is the password/groups file. Aside from that, you should be able to use something like TinyCoreLinux to get a minimalist boot image, with a version control system, (SVN, CVS, etc) configure the version control and save that image. Then once you boot the image, you issue a get/sync/update command which gets the most recent version of everything.

    TCL Linu

  • was this exact scenario. NDS (and possibly other directory services) has a concept of an "Organizational Role" which is the source of the privileges, rather than the actual user him or herself, and the user's account in the Tree is given the "role" of ... say, "Admin." There wasn't any privilege outside of that role, the user accounts were all pretty well stripped bare and derived all ability to function from the role they were said to "occupy."

    How does that help? Well, if LDAP or some other free-as-in-b
  • by Fallen Kell ( 165468 ) on Saturday January 29, 2011 @12:47PM (#35043040)
    First, you need to stop drinking the coolaid. You are paying the sys-admin to keep your systems up and running. They do have "the keys to the kingdom", because you are paying that person to hold them. If you don't trust that person to hold the keys, then you shouldn't have hired them in the first place.

    The ways you mitigate the issue of "rogue" admins, is vet them, listen to what they are saying in terms of technology, don't micro-manage them, and pay them well. The good ones without a doubt will know the technology better than their manager/management structure will ever know it. The reason the admin says something about the setup/configuration/technology is almost always because it is needed change. If you can't afford to make those changes, then you need to explain that is the reason, don't make up some BS about how you want things to stay the way the are, or you want to change the organization/structure to something else, because they will "call" you on it. Again, they know the technology better than you ever will.

    The other thing to do is to pay them appropriately. You are trusting them with running some of the most complex systems in your entire company, as well as safe-guarding your data, your processes, and your daily operations. The reason why you don't see many rogue CEO's is because he/she is being paid well to run the company, choose its path, and steer the ship, so to say. The system admins in today's information based businesses are the guys keeping your entire company running. If your servers/data were all destroyed, and your business would not survive, then you might want to consider paying the people who keep that data/servers a more appropriate amount of compensation since they are so vital to your business.

    Again, there are very few admins who go rogue, and even fewer who did not do so after being mistreated by their bosses/management. If people want to point out at the case of Terry Childs, they need to get a clue. Were mistakes made, sure. Did Terry have some issues? Yes. Did he actually go rogue? No. In his eyes, he was protecting the network from idiots and incompetents, and following the rules as currently defined. He wouldn't give out the passwords in a room of strangers, over the phone, or via email where it can easily be intercepted and then misused, as well as be cause for firing him because policy stated not to do any of those things. So he was placed into a situation where he would be fired if he handed out the passwords, or fired if he didn't. And once fired, he really had no obligation at all to give it out anymore, why? Because he didn't work there. Same as if you fired your top salesman, or stock broker, or process manager. They don't have any obligation to tell you anything about the contacts/client relationships/methods for picking stocks/how things work. If you fired them before you obtained that information, then you should have been fired. In the Childs case, were they trying to obtain that information, sure. But in the wrong way according to policy. They should have taken Terry into a one on one conversation, in a private room, with no one the phone and asked in that setting. Even then, he might have refused to have the manager have the password because the manager didn't have the knowledge or skill to know how to properly vet someone as being capable of having the password. The only thing that would happen is that it will cause someone to screw up the settings and create work for Terry since he will be the one called in to fix it, and most likely not paid for that extra time he had to spend fixing someone else's screw up.

    Again, it comes down to properly compensating the admins, listening to them, and not trying to play office politics with them. You treat them well, and they will do whatever it takes to keep the systems running because they take pride in their work. You treat them like crap, blindly disregard their expertise in terms of operating the servers/network because "you know better than they do", you are asking for th
    • First, you need to stop drinking the coolaid. You are paying the sys-admin to keep your systems up and running. They do have "the keys to the kingdom", because you are paying that person to hold them. If you don't trust that person to hold the keys, then you shouldn't have hired them in the first place.

      This discussion has got me wondering just what kind of person is always expecting everyone to stab him in the back. I understand caution and reasonable preparation for calamities human and otherwise, but the PHB crowd really fixates on the paranoia.

  • If you have workers who are leaving in anger then you have a organizational issue that security is not going to fix.

    • When a company is large enough there will always be angry people, be it for a good or no reason at all - it's human nature, as bad we know it is.

      While this should be prevented as much as possible, the company going bankrupt (and affecting a hundred souls) should be prevented as well.

  • Is there a back-up, site mirroring, privilege, or other strategy you'd recommend so we have protection from an Admin gone bad?

    Sounds like you already have a technical solution for cleanup. If it were me, I'd have two locked server rooms, and each sysadmin is only allowed into one server room. Each room has half of the original servers, and half of mirrored servers from the other room. The mirrored servers rsync from the original servers regularly, with a resticted user account with sudo access only to rsync (plus the options in /etc/sudoers to restrict rsync to only backup particular directories, otherwise it could overwrite /e

    • Also, if you do the above technical solution, and your site isn't super mission-critical, new sysadmins will recognize that you're not trusting them. Some will respect you for that, and be happy that you're concerned with security and uptime. Others will take it personally and one more straw will be added to their camel-like backs. Of course, once you implement a "perfect" protection from rogue admins (better than what I posted), you're free to treat all but one of them like @^$&... unless the last m
  • Disclaimer: I am not a sysadmin It seems to me that your best bet would be to distribute authority. Does the guy in charge of email need admin for the webserver? etc. Look at it from the perspective of a hacker compromising an admin account, pitch it this way and the admins will likely be able to help you. Limiting an admin in the range of damage they can do before they become disgruntled is the key. Obviously you can only take this so far, and it will likely make thing more difficult for some of the admi
  • ...there's actually a pretty easy method.

    Simply set up a file server somewhere that the admin do not have physical access to. Setup a server in a locked office. Put it in the president's office, it makes him fell important. (Of course, don't get him any login to it or even attach a screen.) It's so simple and does so little, you don't have to worry about overheating or anything.

    No remote login or anything. All it does is have one file sharing point (SFTP or something), that gets logged into and files uplo

    • ...there's actually a pretty easy method.

      I really thought you'd say "put a gun on their familly's head and say if data is gone, they're gone too".
      But then you started writing about something not as easy!

    • I also thought that Duplicity should be mentioned. It uses librsync, its dead easy to setup for backups and supports everything you can think of (encryption, deltas, recovery per time period, various upload means going from regular copy to sftp, scp, and the list goes on for a while)

      Excellent tool http://duplicity.nongnu.org/ [nongnu.org]

      • by DavidTC ( 10147 )

        Yeah, that's something that could probably handle the entire backup, and just, at the end of it, copy it somewhere else.

        Hell, if the backups are encrypted, that's one less thing to worry about on this server.

        Then you just need a script like in cron:

        mv /backups/shared/ /backups/`date +%m-%d`
        mkdir /backups/shared/
        find /backups/ -maxdepth 1 -type d -ctime +30 -exec rm -r {} \;
        ls /backups/ |mail admin@example.com

        Or, you know, something a bit more complicated, but essentially that. Just moving the backups

    • by h4rr4r ( 612664 )

      Cool, then all they have to do is messup the backups before they get to that server.

      • by DavidTC ( 10147 )

        Yes, if you have admin behaving maliciously for a month and no one notices, you'll be in trouble.

        Of course, if they can do that, you're pretty much fucked anyway.

  • Ultimately, you cannot be sure you won't get screwed, ever. Not even by hackers outside of your organization, let alone ones inside. It is possible to -- reasonably -- secure a system using methods described above (offsite backups managed by a third party commercial affair, onsite backups under lock and key, careful logging and so on). However, in nearly any network there is one toplevel admin that doles out the privileges and so on, that set the system up, that works on the system many times more often
  • The protection you're looking for is called "prison." Wiping the files on the way out would be like burning down the building or returning with a gun. It does, rarely, happen and those folks go to jail. The only things you can do about it ahead of time are: treat your staff well and, when it is necessary to fire someone, make very sure that both their privileges have been thoroughly revoked and you have a current, tested backup.

  • The answer to this question is incredibly simple. Backups. If you really don't trust your sysadmin, or simply want to audit them, there are lots of options, like having the backup software email backup reports to both the sysadmin and the executive director. Store them off-site with your chairperson or executive director. Or hire a company like Iron Mountain, where everything is audited, access is controlled, and only certain people are allowed to request tapes outside of the normal rotations.
  • http://www.youtube.com/watch?v=rX7wtNOkuHo [youtube.com]

    Well, to make the same point in more sober fashion, here we see an important boundary condition of the security problem. Somebody has to build and maintain these systems. Ultimately, the privilege necessary to do that is the same privilege necessary to defeat any security measures they might embody. That's the state of ultimate guardianship. And then we must ask, as Juvenal did a couple of millennia ago, who is to guard the guardians?

    The answer, though imp
  • I have always marveled that there are so *few* rogue admins. In most companies we have access to *everything* -- Employee records, financials, AP/AR, and whatever anyone is doing on any PC or server. Yet reports of rogues intent on stealing or causing damage are rare. It usually goes the other direction -- the rogue takes action out of a concern that management isn't taking security seriously enough. I bet you could think of a few examples.

    The question I would ask is: What is it about the job, or ab

  • Make sure your admins only have the privs they need at the moment, log privilege escalations somewhere they can't change and audit the logs regularly. And keep regular off-site backups. That limits the potential to set up traps in the company network, gives you a solid foundation for a legal cases if someone tries something and gives you a method to recover if someone still manages to break something. If you have more than one IT person in your IT department, you can probably manage a reasonably secure proc
  • If an admin deletes all the files.... how quickly do you need every single photo back?

    The longer your business can live without them, the less expensive a solution you will require, and the more reliable a solution you can pick.

    Some of the least expensive solutions are.... burn every new file to DVD and backup every new file to tape or traditional film. Translation: backup as you go.

    If you want your collection to survive thermonuclear war and EMPs, then record every frame to film using a Film recorder [wikipedia.org];

  • by Opportunist ( 166417 ) on Saturday January 29, 2011 @06:06PM (#35044844)

    I worked for a bank auditing company for a while, and installing anything (or any administrative work) was a pure PITA. There was a mandatory "four eyes" principle in effect. Logging in without a second person (every admin login caused a text message to go to all admins, just in case you're wondering whether nobody did it "stealthily") was grounds for instant firing. You would grab a fellow admin (or, if nobody was around, anyone who could "supervise"), fill out a form that you and him are going to log in, then you started a protocol (pencil and paper type) of what you are going to do. Every keystroke, every click of the mouse, was to be written down, then executed. Installing a program or an update by protocol could well take an hour or two, and certainly not 'cause the machines were slow. Termination was told to you the moment you were let go, the same moment two admins were sent with high priority order to revoke your admin privs. On the upside, you were let go instantly, i.e. take your stuff, do not log in, you may spend the rest of your working days at home (i.e. effectively another 1 month of paid vacation). If you had to clean up anything on your machine, two admins did it for you.

    This is a level of security and paranoia that borders on insane. Personally, I'd say it's a wee bit beyond insane already. But it gives you an idea that banks tend to take security and the threat of rogue admins VERY serious.

    But there is one thing you should definitely do when firing an admin: Revoke his admin privs INSTANTLY the moment he learns that he is gone and send him home. Even if laws demand that you have to tell him 2 weeks before firing him, send him home on 2 weeks of paid vacation. It's cheaper than the threat of having him do something to retaliate at you.

  • To be serious about security, you have to eliminate every last single point of failure. Although I seriously doubt a non-profit would have the cash to justify paying rather than simply trusting, if they were serious about limiting the damage an admin could do, they would outsource the backup, requiring that the backup be regularly monitored for suspicious changes and tested both by the outsource and by someone within the company.

"If it ain't broke, don't fix it." - Bert Lantz

Working...