Slashdot Mirror


How Do You Protect Servers From a Rogue Admin?

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?"

159 of 219 comments (clear)

  1. backups and snapshotting by Anonymous Coward · · Score: 2, Insightful

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

    1. Re:backups and snapshotting by ron_ivi · · Score: 4, Insightful

      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).

    2. Re:backups and snapshotting by coaxial · · Score: 2

      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.

    3. Re:backups and snapshotting by ron_ivi · · Score: 1

      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.

    4. Re:backups and snapshotting by micheas · · Score: 1

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

      It would seem a lot less painful.

    5. Re:backups and snapshotting by h00manist · · Score: 1

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

      I disagree. The best method for dealing with a skilled rogue admin is getting on your knees, pleading mercy, and agreeing to all his demands. Either that or format and reenter all the data from paper. Provided he didn't manage to get the corrupt data onto the paper reports too.

      --
      Build your own energy sources from scratch. http://otherpower.com/
  2. What's the real problem? by Anonymous Coward · · Score: 4, Insightful

    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.

    1. Re:What's the real problem? by khallow · · Score: 2, Informative

      Again, it's not on topic The "piece of shit" almost surely would ignore or punish such advice.

      And it's worth noting that people can get angry for reasons that don't have anything to do with the job. I don't care how wonderful the work environment is. Someone having trouble with life and a bit of mental illness can get angry anyway.

    2. Re:What's the real problem? by Antique+Geekmeister · · Score: 5, Interesting

      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.

    3. Re:What's the real problem? by Artifakt · · Score: 5, Insightful

      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.

      --
      Who is John Cabal?
    4. Re:What's the real problem? by Anonymous Coward · · Score: 1, Informative

      And again, the grandfather comment is perfectly apropos to the topic. The issue being submitted has much in common with other managerial issues. When a manager or executive places a person in a position of power, the reason is because that person is considered to be competent to administer that power, as well as accomplish tasks that the managerial person is not disposed or competent to do.

      In every case, the manager or executive accepts the risk of employing said person, and should be accountable to managing that person in a considerate and appropriate manner.

      If said person "goes out with a bang", it is often the result of poor management and communication to begin with. What makes you or anyone else think that unhinging the powers designated that employee would be adequate compensation for such a diverse problem? Furthermore, if this person has the powers you've provided them, it wouldn't take much for them to circumvent a manager's or executive's safeguards against their own plot.

      The best one can do is to employ several persons with the same powers, and hope that they work in check and balance model. But the risk still remains. One could use the strategy that seems to work for the process of launching a nuclear attack, but the subjected admin(s) will hate management for that, and thus will be born the seed of the very problem that is presented.

      Ultimate control is impossible. Stop being a pussy, and take some goddamn risks. Oh yeah, and talk respectfully to your employees - that helps too.

    5. Re:What's the real problem? by omglolbah · · Score: 2, Interesting

      While I dont fully agree with those claiming this is completely "off topic" it doesnt really answer the question at all.

      The issue might be that the admins work in an organization with shitty leadership but that is not really something an admin can reasonably be expected to 'fix'.

      What can be done though is to set up systems that mitigate the risk and damage of someone going batty. That is the question presented, not how to fix bad management!

    6. Re:What's the real problem? by TheMidget · · Score: 1

      limited non-profit budgets

      It's not always limited budgets which are the problem. Sometimes, excessive budgets create bigger problems, such as the urge of some members of management to dip into them.... So, they ditch all the volunteers who did sysadmin before, and instead hire a company to manage the systems for an overinflated price and handsome kickbacks. With the predictable results that the former sysadmin volunteers are not too happy.

    7. Re:What's the real problem? by pla · · Score: 2

      While I dont fully agree with those claiming this is completely "off topic" it doesnt really answer the question at all.

      Not to keep beating this poor deceased equine, but it doesn't just answer the question, it provides the only answer.

      Someone needs to manage the backups. Someone needs to grant permissions, even if they have no other administrative role. Someone needs god-like powers to keep everything running smoothly. And if that someone decides to cause damage on their way out, they can and will.

      Asking how to prevent that damage misses the point - You can't. You can take a variety of steps to limit the damage any one person can take and you can make sure that such damage gets noticed quickly, but the only real answer consists of not having people leave in such a pissed-off state that they would consider risking criminal charges and civil damages "worth it" to make their point on the way out the door.

    8. Re:What's the real problem? by osu-neko · · Score: 1

      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.

      Unfortunately, there are many tasks today that still require you hire humans to do them. As long as that remains true, the fundamental problem is unsolvable. There is no conceivable human organization composed of more than one that will not, given sufficient time, suffer from conflict and angry departures. Even if it's not routine, it's still an issue that must be dealt with if one is to have responsible management.

      --
      "Convictions are more dangerous enemies of truth than lies."
    9. Re:What's the real problem? by rtfa-troll · · Score: 1

      If he's intelligent enough to be asking about insider problems then he's intelligent enough to to write out a CV and quit. He may even be intelligent enough to identify the manger responsible for the anger; find a "barely legal" monitoring system targeted at that manager and identify a way to get him fired or arrested. Never rule out human solutions.

      --
      =~ s,(.*),<sarcasm>$1</sarcasm>,g if any_point_you_wish();
    10. Re:What's the real problem? by Belial6 · · Score: 1

      People like to talk about Admins like they are somehow a different species than cashiers. Businesses put all sorts of safeguards to prevent cashiers from stealing money. No, it isn't 100%, but it is damage control. The reason they do this is because cashiers are people, and people sometimes do bad things. Yes, they hired the cashier to handle money. That doesn't mean that they should just trust that person to handle it properly with no oversight or protections. The same applies to admins. If the unethical admin were an anomaly, your point might be valid. Unfortunately, they are not. Unethical admins are at least as common as in the general population. Thus the suggestion that admins be exempt from oversight, and businesses skip having contingency plans for unethical admins is very poor advice.

    11. Re:What's the real problem? by Kagetsuki · · Score: 1

      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 money and that can affect things like pay and overtime - and if you have one employee who wants just to be paid and cares little about working for your cause it's only a matter of time before they storm out angrily. I've seen it personally on several occasions and each time I couldn't see any fault in the organizations leaders.

    12. Re:What's the real problem? by budgenator · · Score: 2

      Non-profits can frequently employ volunteers with limited skill sets like interpersonal skills and empathy and are sometime very attractive to strongly Narcissistic personalities. Then add into the mix some aspies who are superman technically but naive socially, some parolees from the halfway house and a couple of work-study interns from the mental-health and you have a pretty volatile mixture of personalities that would tax the best of managers. It's probably not a question of people going batty, but keeping the batshit crazies from being too self-destructive at somebody else's expense.

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    13. Re:What's the real problem? by MichaelSmith · · Score: 1

      Asking how to prevent that damage misses the point - You can't.

      Yeah. The only thing I can suggest would be to have two totally separate systems (possibly at two sites) with two admins. That way you have another system and administrator to fall back on if things go bad. But that might be an expensive solution.

    14. Re:What's the real problem? by Hognoxious · · Score: 1

      A cashier could steal the money from one till, once.

      And admin could completely wreck your system, and potentially leave backdoors and logic bombs to wreck it again if you manage to recover it.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    15. Re:What's the real problem? by Belial6 · · Score: 1

      And hence why the question was asked. If you don't pay attention and have a method of dealing with cashiers that break the trust given to them, they can keep causing problems for the business. Being human, some of the would do this. The same applies to admins. If you don't pay attention to what they are doing, and have method of dealing with admins that break the trust given to them, they can keep causing problems for the business. Being human some of them would do this.

      The same could be said for most jobs. Admins are not some special breed of human that makes them ethically better than the rest of the population. They are humans. Any business that does not treat them as humans is stupid, and creating problems for themselves.

  3. Change Root Passwords to Your Box by Anonymous Coward · · Score: 1

    And then set up a sane sudo environment so that you can remove users who should no longer be able to run commands as root.

    1. Re:Change Root Passwords to Your Box by Cley+Faye · · Score: 3, Informative

      Even better, set both your system and sudo so that nothing ever goes root... Using system user accounts instead of root mean that even if someone goes berserk, he won't have full access on the system; and restrict sudo to only run some commands as other users, instead of using ALL everywhere...

  4. Prevention is better than any cure by Anonymous Coward · · Score: 1

    First you have to make sure you have a decent quality admin, don't treat him like shit like many companies tend to do. Make sure you don't take on more admins than you need; this reduces the risk of one 'going bad' because you decide to get rid of him and not another one.

    You can have someone check the backups and keep them offsite so it at least won't take too long to recover from a rogue admin attack. TFA fails to mention if these admins have physical access, if they do you are pretty much scrude apart from legal recourse.

  5. Create a snapshot archive of your server by Rivalz · · Score: 5, Funny

    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.

    1. Re:Create a snapshot archive of your server by PiSkyHi · · Score: 1

      I thought that was the MPAA... OK.

  6. You have to trust someone by HangingChad · · Score: 4, Interesting

    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.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    1. Re:You have to trust someone by Graff · · Score: 1

      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 everything is extensively logged in such a way that is as protected from overwriting as possible. That way a rogue admin is deterred by the fact that there will be legal proof of his bad actions and he'll get a black mark on his record for future employment.

    2. Re:You have to trust someone by Alex+Belits · · Score: 1

      And admins have the keys. You are still fucked.

      --
      Contrary to the popular belief, there indeed is no God.
    3. Re:You have to trust someone by omglolbah · · Score: 2

      Read again.

      Having the keys matters not. You still cant destroy the backup that is no longer in your possession. You -can- however release the information in the backup if you release the keys.

      A fairly simple and common procedure is to have a sealed envelope with master encryption keys in a safe somewhere that the admins do not have access to.
      Hell, in my previous job I didnt have access to the physical location where backup tapes were stored. I could ship stuff there, but not retrieve without a process of filing a request through S@P to be approved by my senior.

    4. Re:You have to trust someone by Culture20 · · Score: 2

      No you don't. If your data is important, it's common to back-up off-site to a place, where the admins only have read/append access. A cheap way of doing that is to agree with another company to "swap backups"; they back up at your site and you at theirs. Naturally, the back-ups are encrypted.

      "Criss-cross."
      "Huh?"
      "You bone our backups, I bone yours. No one would ever suspect until it's too late. Criss-cross."
      "What, are you high? I like my job. I'll trash your backups for a crate of beer, but don't touch my company's backups."
      "So we're agreed?"

    5. Re:You have to trust someone by kangsterizer · · Score: 2

      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 admin (or more) who can administrate current live data but that's all.
      1 admin (or more) who can troubleshoot system issues (restart services, change their configuration etc.. except for backup, live, users and security of course)

      And so on, depending on the needs. All this is enforced by software mandatory access control (RSBAC, SeLinux, etc.) it wouldn't be possible without it.

      The only weak link (except software bugs, human errors, etc) is the base install of course, which is performed by other people as well.

      To bring this down, you need to corrupt at least 2 or 3 different group of people, making the task rather hard.

    6. Re:You have to trust someone by kangsterizer · · Score: 2

      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.

    7. Re:You have to trust someone by h4rr4r · · Score: 1

      Simple solution start corrupting the backups, before they make it to tape. Lots of ways to do that. If you do this for a whole tape rotation they will really be boned. This would mean going to quarterlies.

    8. Re:You have to trust someone by WorBlux · · Score: 1

      But that would require a lot of planning, not something likely for the short temper mentioned here.

    9. Re:You have to trust someone by Local+ID10T · · Score: 2

      Who has the budget for that many technically savy people?

      --
      "You want to know how to help your kids? Leave them the fuck alone." -George Carlin
    10. Re:You have to trust someone by turbidostato · · Score: 1

      "Having the keys matters not. You still cant destroy the backup that is no longer in your possession."

      The *real* question is: Unix-like systems are at C1 orange book level. Windows are a bit more C2-ish but a real nightmare to deal with them in such fashion.

      Too technical? I'll tell it straight then. Both in unix-like and Windows environments there will be at least one admin with god-like privileges; deal with it.

      The poster of the question doesn't even tell us what does "protect" means to him, so it's very difficult to go into detail about what "deal with it" means exactly. But it surely means "pay it properly and show him due respect and professionality". In other words: treat people like people, not assets. It won't avoid somebody going mad, but it will avoid usual "leave in anger" scenarios.

      Oh! and with regards of your protected backups: the admin is god-like I said; what does stop him to hide a logic bomb within the backup such as it will delete everything once reinstalled unless your rogue admin is there to do something to avoid it? That's just the first thing that came to my mind.

    11. Re:You have to trust someone by kangsterizer · · Score: 1

      any medium to big company
      if you cannot afford it, you can at least afford 2 guys and decide which has what tasks, or you can externalize the support. that's what is done most often here since the support cannot access data (cannot even see user names on the system, they're pseudonyms)

  7. Peer review of changes? by Rivalz · · Score: 1

    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.

  8. Easy. Don't piss off your IT guys. by Anonymous Coward · · Score: 1

    Don't treat them like mindless little robots that live in a closet somewhere whose sole purpose in life is to be summoned by you, fix whatever you screwed up within 5 minutes, and then disappear.

    1. Re:Easy. Don't piss off your IT guys. by inpher · · Score: 1

      Don't treat your human resources like mindless little robots that live in a closet somewhere whose sole purpose in life is to be summoned by you, fix whatever you screwed up within 5 minutes, and then disappear.

      Don't treat your janitors like mindless little robots that live in a closet somewhere whose sole purpose in life is to be summoned by you, fix whatever you screwed up within 5 minutes, and then disappear.

      Don't treat your legal like mindless little robots that live in a closet somewhere whose sole purpose in life is to be summoned by you, fix whatever you screwed up within 5 minutes, and then disappear.

      Don't treat anyone like mindless little robots that live in a closet somewhere whose sole purpose in life is to be summoned by you, fix whatever you screwed up within 5 minutes, and then disappear.

      Face it, no one should treat anyone bad, but sometimes when humans interact with other humans conflict arises. These conflicts are often short-lived and solved, but now and then the conflicts are essentially unresolvable and the effect of that might be that someone leaves the building, slams the door behind them and kicks down the trash can on the way out.

    2. Re:Easy. Don't piss off your IT guys. by osu-neko · · Score: 1

      While your advice is good, it ignores the fact that some people will be pissed off sooner or later no matter how good they are treated.

      --
      "Convictions are more dangerous enemies of truth than lies."
  9. rsnapshot by cptdondo · · Score: 2

    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.

    1. Re:rsnapshot by Chelloveck · · Score: 4, Funny

      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.

      Ah, but what do they do when you decide to go rogue?

      It's just rogue admin turtles all the way down...

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
    2. Re:rsnapshot by quarkie68 · · Score: 1

      Good question. Well, LUARM does not have mechanisms to perform actions (apart of course from getting valuable user environment data). Pseudonymizers and accountability might get into the game. Multi-party authentication is not a panacea, but it makes it more difficult for a rogue person.

    3. Re:rsnapshot by Kagetsuki · · Score: 1

      I second this. I'd mod you up if I had points.

  10. But then... by JamesP · · Score: 1

    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)

    --
    how long until /. fixes commenting on Chrome?
  11. Good backups and minimal access elevation by detritus` · · Score: 1

    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 same time using smart/sane security precautions shouldnt scare away any reasonable people, and those who do react badly to being walled in probably arent the people you want on your site to begin with...

  12. Tips for "rouge" admin defense by Okian+Warrior · · Score: 5, Informative

    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.

    1. Re:Tips for "rouge" admin defense by Kjella · · Score: 2

      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 someone specializing in that, it's not core activity for you so you outsource it.

      The plan for rebuild/restore could be part of some disaster recovery plan or something. "In case our data center goes *poof*, what would we need to start over on fresh hardware?

      And if you're the religious type, you pray pretty damn hard you'll never need it.

      --
      Live today, because you never know what tomorrow brings
    2. Re:Tips for "rouge" admin defense by kangsterizer · · Score: 1

      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 else, the damage is contained to only one part of the complete system. Of course that include the separate backups.

    3. Re:Tips for "rouge" admin defense by mlush · · Score: 1

      And if you're the religious type, you pray pretty damn hard you'll never need it.

      I'm not so sure about that... pray (perhaps not damn hard) that you will need it... it makes it much easier to justify the time and expense needed to do a proper job

    4. Re:Tips for "rouge" admin defense by noidentity · · Score: 1

      I read your entire message but I think you forgot to cover rouge admins, as mentioned in your subject line. I had one of those once, and had to spend half an hour a day wiping down the server case.

  13. Classic case of insider misuse by quarkie68 · · Score: 2

    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 from a potentially rogue sysadmin. Thus, if something happens, you have the means to prove what your bad techie did. Preventing this to happen is another story. Some people say that the knowledge of being monitored deters people from doing stuff. I do not support that view. Simply, my experience in dealing with sysadmins is that they are often underpaid, not appreciated and take all sorts of crap for other people. Make sure you pay them well, support them and listen to what they have to say. (a sysadmin) :-)

  14. Passwords? by dwf4646 · · Score: 1

    I'm sorry. I think I'm missing something and I don't mean to appear to be sarcastic, but would not changing the password suffice?

  15. Coercion through shared guilt. by Securityemo · · Score: 1

    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?

    --
    Emotions! In your brain!
  16. Same As Always by rtb61 · · Score: 4, Informative

    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.

    --
    Chaos - everything, everywhere, everywhen
    1. Re:Same As Always by omglolbah · · Score: 1

      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?

    2. Re:Same As Always by Idarubicin · · Score: 1

      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 you mean by requiring them to be licensed by a professional body that monitors their conduct, sets standards for their training, and can prevent them from ever working in medicine again if they behave in a way sufficiently contrary to their patients' interests?

      I dare say that few admins operate under similar surveillance and control. On the other hand, it is also possible to establish practices which make a rogue admin's actions much less...lethal than a plane crash or a patient's death.

      --
      ~Idarubicin
    3. Re:Same As Always by h4rr4r · · Score: 1

      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.

    4. Re:Same As Always by CharlieG · · Score: 1

      "Food Salary"

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

      --
      -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
    5. Re:Same As Always by roman_mir · · Score: 1

      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.

      - no no no, this is excellent.

      I've been searching for the answer: how to set up a government that does NOT collapse the economy somehow, because they all end up doing it sooner or later, because governments grow when times are good and they never shrink like they are supposed to when times are not good.

      So this is excellent - hire the biggest nincompoop, the dumbest of the dumb, really really stupid.

      OR hire 4 year olds, they are not stupid but they only care about playing with their toys and won't do a job as bad running a government as any government on the planet, they'd be a quintillion times better at running governments.

      As long, of-course, as they do not get surrounded by special interests (Bush + Cheney comes to mind), then it should be good.

      So that's it, I now must write a book - the dumbest government - the best government or alternatively - 4 year olds, and why they make the best Presidents.

    6. Re:Same As Always by tirk · · Score: 1

      Is a food salary working for peanuts?

    7. Re:Same As Always by rathaven · · Score: 1

      stay away from the anal types

      You are looking for sysadmins aren't you?

    8. Re:Same As Always by rtb61 · · Score: 1

      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.

      --
      Chaos - everything, everywhere, everywhen
    9. Re:Same As Always by rtb61 · · Score: 1

      That is more than a little off topic but you have got it all wrong. To prevent a government from collapsing simply eliminate all private interests. Governments fail when people with influence cause them to fail via corruption, the insanely greedy work so hard at tilting the government in their favour, the government simply topples over from the weight of corruption. So to protect government you simply cripple the size of private interests, thus limiting their influence. So set limits on the size of limited liability corporations beyond which they are no longer limited liability and share holders are responsible for the debts. PS the times are good in the US, record corporate profits in fact, exactly as those that bought the US government intend, Don't like it, then focus on the primaries, the political parties are totally meaningless in the US, all that matters is getting non corporate candidates up past the primaries, want to break psychopath corporate executives, then block them from stacking your elections with their bough and paid for candidates.

      --
      Chaos - everything, everywhere, everywhen
    10. Re:Same As Always by roman_mir · · Score: 1

      No, I don't have it all wrong, I have spent enough time here 'discussing' this but the responses are mostly negative, so I am thinking now that it is not going to be possible, with this attitude, to get any meaningful change, so instead the change should be hilarious and yet it should attempt fixing the situation, thus setting up the dumbest government, or gov't that consists of 4 year olds would do. Of-course there should be no private interests of any kind (either corporate, or socialist/marxist/union based) around the government.

  17. Don't let clueless PHB's run IT by Joe+The+Dragon · · Score: 2

    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

  18. More so than a rogue admin by Registered+Coward+v2 · · Score: 2

    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.

    --
    I'm a consultant - I convert gibberish into cash-flow.
    1. Re:More so than a rogue admin by nine-times · · Score: 1

      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.

    2. Re:More so than a rogue admin by Registered+Coward+v2 · · Score: 1

      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.

      True, you can never eliminate the threat of deliberate human action. All you can do is make it very difficult and have redundancy built into you backups to have a good chance of restoring things after the fact.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    3. Re:More so than a rogue admin by nine-times · · Score: 1

      I just wouldn't want to make someone overconfident, thinking, "I have backups, so I'm pretty safe." Backups are a necessity for a variety of reasons, but they're not *much* protection against a rogue admin, especially if that admin is the one administering the backups.

      So yes, if you assume that the disgruntled rogue admin decides to sabotage your network right now, and he only has a small window of time before his access is cut off, then it's a significant protection to have backups that aren't readily accessed-- assuming the dishonest admin was contentious enough to be making good backups in the first place. If the rogue admin has time to plot his revenge, he could sabotage the backups, recall old offsite backups and destroy them, delete online backups, and "lose" encryption keys for encrypted backups.

      Causing trouble is easy. It doesn't happen very often, mostly because doing these things would ruin your career and might bring legal repercussions.

    4. Re:More so than a rogue admin by Registered+Coward+v2 · · Score: 1

      I just wouldn't want to make someone overconfident, thinking, "I have backups, so I'm pretty safe." Backups are a necessity for a variety of reasons, but they're not *much* protection against a rogue admin, especially if that admin is the one administering the backups.

      i agree - which is why two person oversight of backups is important - even if there isn't a rogue admin. People forget to do backups, go on vacation, etc. having redundant checks to be sure everything is OK is a good way to help keep things working. Having a method to ensure you are reliably backing up your data is important. Just having an auto backup may just be a false sense of security.

      --
      I'm a consultant - I convert gibberish into cash-flow.
  19. Backup schedule by mvar · · Score: 1

    Schedule weekly backups of your data and have the admin hand them over to you. Also any admin should be legally responsible for any damages inflicted on purpose. If you make that clear nobody's gonna bother damaging your data out of anger or revenge and risk being arrested

    1. Re:Backup schedule by h4rr4r · · Score: 1

      Have fun proving it was on purpose. Impossible task if the corruption is done correctly. Heck, the you in this case probably lacks the no how on how to even test said tapes.

  20. Not with the red-tape ideas you won't... by adosch · · Score: 1

    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.

    I'm a sys-admin my profession and even in the area that I live in, there are places (by word of mouth via networking or friends in the field) that just have a bad reputation when it comes to wanting to be a sys-admin there, which lies almost 100% on management. I can almost guarantee this non-profit organization either has some really idiotic management or simply under-mind the talent and expertise they brought on board (e.g. the admin) to do the job and think they have better solutions. Most of the time, people prefer to work in a smaller shop because you get that flexibility to do outside-the-box work, set things up the way you want and push the limits of your resourcefulness. Ya, the pay/benefits might be lower, but your flexible schedule, stress and environment are probably more than ideal.

    1. Re:Not with the red-tape ideas you won't... by JoeCommodore · · Score: 2

      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.

      --
      "Enjoy what you're doing! If it becomes drudgery, you're doing it wrong!" - Jim Butterfield
    2. Re:Not with the red-tape ideas you won't... by green1 · · Score: 1

      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 at this, it was simply a prudent off-site backup policy. The worst I could have done if I had "gone rogue" would be destroy the live data, and the daily on-site backups, I could MAYBE trick him in to bringing me the most recent weekly backup, but I'd never get him to bring me all the weekly backups. So in the worst possible scenario I could have destroyed 2 weeks worth of work. Sure, that's bad, but it's not catastrophic, and they would recover.

      Their policy was low-tech, easy to administer, and quite effective at mitigating a wide variety of possible disasters.

    3. Re:Not with the red-tape ideas you won't... by h4rr4r · · Score: 1

      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.

    4. Re:Not with the red-tape ideas you won't... by green1 · · Score: 1

      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 security escorts them off the premises. possibly a day or two, but much less likely to be several weeks. Additionally, anything that lasts that long is much easier to prove in court as intentional harm done by the admin.

    5. Re:Not with the red-tape ideas you won't... by Jesus_666 · · Score: 1

      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 because of political decisions made by the organization even though management did everything right. The OP wants to know what to do about that possibility.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  21. You cant ! by unity100 · · Score: 1

    [b]Rogue[/b] admin will come stealthed in the dark and stab you from behind. * shadööwwwwww * (skillz)

  22. You need more than one by tidewaterblues · · Score: 1

    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.

    --


    ...En að Besta Sem Guð Hefur Skapað Er Nýr Dagur
  23. Auditing and consequences by Peeteriz · · Score: 3, Informative

    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.

  24. Levels of Privileges by Artifakt · · Score: 1

    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.

    --
    Who is John Cabal?
  25. Ends justify the means. by Seumas · · Score: 1

    I just finished all eight seasons of 24 in a period of two weeks, so I feel I'm qualified to suggest that you hold said admin's family hostage and then use enhanced interrogation techniques in the event that he fails you.

  26. Logical problem by nine-times · · Score: 1

    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 the problem of an admin securing things against himself which he'll need continued access to.

    It's a difficult problem, and there are things that you can do to mitigate the dangers somewhat, but ultimately if you're not able to handle the security yourself, then you're going to have to trust someone. Make sure you hire trustworthy people, and maintain good relationships with them. If you are able to, make sure you have 2 IT people who keep each other informed about security issues and changes in configuration. That way, if you have a less-than-amicable break with one of the IT people, the other can help you lock him out.

  27. Off-site backups by hawguy · · Score: 1

    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.

  28. Outsource backups and perform audits by trboyden · · Score: 2

    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 have to be careful about this though, because it can be a tip off that the administrator's tenure is coming to a close shortly. It can be very costly to have your admin walk off the job with all the passwords. Your systems will be unmanageable and if the passwords can not be recovered by a forensics firm, you'll have to wipe and re-implement the affected systems. Better to have a discussion with all employees and say that the company has come under regulatory scrutiny, or some other excuse, and that all departments must now thoroughly document everything they do. Then everybody is on an equal playing field and employees are less likely to think more into it.

    As far as backups go, bring in an external firm to configure, perform, monitor, and audit the backups. The best system would be an off-site mirror of your data center managed by this firm. But tape archives can be effective as well. Either way, your administrator would be discouraged from tampering with the backups, as an audit would immediately show any attempts at sabotage. But even with backups, you could be talking about days of downtime before all systems could be restored, so best to fix the human problem first before you even get to this point.

    I went into a local community college with a team of talented system engineers after they were forced to fire their hands-on IT manager. They neglected to get typed and validated documentation from him before they kicked him out, and it took us days to crack all of the passwords and document all of the systems and networks. I estimate it probably cost the college at least $20,000 for this forensics work because they didn't handle the situation properly.

  29. Think more of the legal ways by vadim_t · · Score: 2

    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.

    1. Re:Think more of the legal ways by h4rr4r · · Score: 1

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

    2. Re:Think more of the legal ways by vadim_t · · Score: 1

      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 to restore a file that is intentionally being damaged or not backed up?), and even if the whole thing works, whose responsibility are the backups? The admin's. You can bet that the successor will be tasked with recovering what they can, and if in the process they notice traces of any malicous intent, the former admin's ass is grass.

  30. Don't Trust The Bosses by Kenshin · · Score: 3, Interesting

    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.

    --

    Does it make you happy you're so strange?

    1. Re:Don't Trust The Bosses by TheMidget · · Score: 1
      A highschool here though it to be smart to run their school servers on Windows. Of course, the high-school's director had the admin password.

      While being away (... attending a seminar about Windows security, ironically enough...), he got a mail from the admin guy (Some.Name@yahoo.it) claiming that a crash had happened, he had mislaid/forgotten his password, could the director mail him his.... which he did.

      Only trouble was, it was not the admin guy having sent that mail, but a student who had just created an account on yahoo.it with a suitably sounding user name... and apparently Outlook (which the director uses...) only displays the user name, but not the domain. Instant fail.

      The student then proceeded to send a prank letter very critical of the school to all users in the school's address book (parents, teachers, students...)

    2. Re:Don't Trust The Bosses by Kenshin · · Score: 1

      When you're in school and need cash, you're not that picky about where you work. Especially if the location is conveniently located in the nicest part of town.

      But anyway, these guys didn't listen to a thing I said about anything. They didn't have an actual IT guy, and I was only needed on-call. It was a total IT fiasco. Every computer in the place had local admin rights, due to their shitty software (all it did was link to a database on the server... but it wouldn't run without local admin rights), basically allowing interns to run rampant in Windows XP, which itself was never updated, and the "custom built" server itself had a window in the side of it. I managed to fix a bunch of things, but I swear, it was like trying to rebuild Afghanistan... without a budget.

      Jobs like that can murder your job confidence.

      --

      Does it make you happy you're so strange?

    3. Re:Don't Trust The Bosses by turbidostato · · Score: 1

      "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).

    4. Re:Don't Trust The Bosses by twebb72 · · Score: 1

      Aboard the USS Enterprise, it requires at least two officers' codes to scuttle the ship.

    5. Re:Don't Trust The Bosses by Kenshin · · Score: 1

      Let's just say that in the two years they'd been in business before I went in, they'd never even made a "security copy". It was about as close to an actual, legitimate, by-the-book backup as they were going to get.

      --

      Does it make you happy you're so strange?

    6. Re:Don't Trust The Bosses by NevarMore · · Score: 1

      Or one seaman in fuel or weapons with a lighter and a hammer.

    7. Re:Don't Trust The Bosses by Onuma · · Score: 1

      Maybe a hundred+ years ago. Most modern vessels are compartmentalized, to mitigate damage and flooding throughout. That seaman would need to plant more than a flame and some fuel/ammunition, he'd likely also need counterparts. The USS Cole was only damaged by a whole lot of High Explosive (may the fallen sailors RIP) but it survived the ordeal because of smart design and water-tight bulkheads.

      The same is done for Information and Intelligence systems around the world. Limit access, create multiple off-site redundancies, and only let in those with a "Need to Know". (the last part may seem redundant in itself, but just because you have A clearance doesn't mean you should view everything within that security level) Think KeyHole.

      --
      What else can happen when an unstoppable force collides with an immovable object?
  31. Re:You cant ! by SuricouRaven · · Score: 1

    Not to be confused with the rouge admin, who is rather less stealthy.

  32. I've done server administration for non-profits by hilather · · Score: 1

    I've worked at a few non-profits where I was the only server administrator and I know the hardships of pretty much no budget. One place I worked for had a yearly IT budget of 1500$ a year, which wouldn't even cover my visits throughout the year. Anyways, one of the CEO's I worked for was paranoid about losing their data due to server failures/the building burning down, or whatever. We had daily onsite backups, but there was obviously no money for offsite. The solution I came up with was that every night, all the media was backed up to a portable USB hard drive, in addition to the regular backups, and the CEO would carry it home with him every night. Then in the morning he would plug it back in for the next days backup. I set it up to shoot him an email every time the backup finished, and hes been doing this for years. I'm not sure if this fits your scenario, but maybe it will spark some ideas, good luck!

  33. two man rule by datapharmer · · Score: 1

    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.

    --
    Get a web developer
  34. PIM software by durkzilla · · Score: 1

    Privileged Identity Management software exists that helps to solve this problem. Investigate.

  35. Version Control Everything by scorp1us · · Score: 1

    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 Linux will with slight modification of the filetool script, give you a way to automatically check your changes in. Once they are in the source repository you can then have a reviewer review the changes and push them to the approved main/head branch.

    The only way a hostile administrator can attack this is by moving things out of the filetool script purview. In order to overcome this vulnerability, you must re-image your server periodically based off the approved mainline/head branch. Any unsubmitted changes will be lost. To do this safely, load a new VM or real hardware until the new image is verified that nothing is lost. Then move the old hardware to spare, and use that for the load in the next cycle.

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
    1. Re:Version Control Everything by scorp1us · · Score: 1

      While the above is slanted towards Linux, there is no reason why this can't work on windows too.

      TinyCoreLinux - http://www.tinycorelinux.com/
      It is more up-to-date than DSL, and has an easy-to-use package manager.

      --
      Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
  36. One thing I loved about NDS by Quixotic+Raindrop · · Score: 1

    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-beer-and-speech directory service will allow your organization to control that level of access better than granting superuser/sudo privs to particular admins, who could in theory leave behind shadowed user accounts, that might be something worth looking into. I haven't been a NetWare admin in several years, and haven't followed their current progress with NDS, but I do recall that for a while there was a version of it that would sit on top of Linux/Unix as well as Windows and Mac workstations, and Linux/Unix and Windows servers, and could be managed from most of them as well.

    --
    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. (Einstein)
    1. Re:One thing I loved about NDS by HappyDrgn · · Score: 1

      We use OpenLDAP this same way, but on top of it have many other layers that protect the systems and mitigate risk. Systems authenticate though LDAP, which we enforce on the linux systems using the standard config files, which in turn are version controlled and monitored by a config repository. If for instance someone does create a local account, it's discovered by the linux config manager and it's overwritten. If a server stops responding to the config manager a little alert goes off. These become the keys which you tightly guard. Access at that point becomes less of an issue, as it's easily monitored, controlled, and removed if necessary.

      On top mitigate risk is important. No one server can be a single point of failure, and no single system can't be wiped and imaged clean in under 15 minutes. Backups become critical, use a trusted offsite service like IronMountain. Don't just stick them on a local disk, put them in a trusted space and give access on the account solely to people who have a deep vested interested in maintaining the company. If your systems can be rebuilt, and your backups are safe, you're looking at a worst case of being down for a day. Most companies should be doing this anyway, it's not just rouge admins you have to worry about, it's rouge data centers, rouge customers, rouge carriers, rouge asteroids, fires, earthquakes, bombs...

  37. This comes up almost daily on PHB websites... by Fallen+Kell · · Score: 5, Insightful

    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

    --
    We were all warned a long time ago that MS products sucked, remember the Magic 8 Ball said, "Outlook not so good"
    1. Re:This comes up almost daily on PHB websites... by Rob+the+Bold · · Score: 1

      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.

      --
      I am not a crackpot.
    2. Re:This comes up almost daily on PHB websites... by talis9 · · Score: 1

      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.

      The reason is quite simple.

      Most of those PHB's got their position by stabbing someone in the back, so they are expecting every one else to do the same to them.

  38. angry workers by codepunk · · Score: 1

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

    --


    Got Code?
    1. Re:angry workers by kangsterizer · · Score: 1

      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.

  39. Re:Sign a NDA+ by scottv67 · · Score: 1

    >sign a NDA in which it is clearly said that they will not attempt to hack/perform wrongly

    You keep using that word. I do not think it means what you think it means.

  40. its a two step process by Revek · · Score: 1

    step one don't piss off your admin. Step two Don't Piss off your Admin

    As a side note a good step three is the have a co admin who hates the admin that works well and is mostly entertaining to the bystanders.

  41. Just keep sysadmins happy by Culture20 · · Score: 1

    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 /etc/passwd and /etc/shadow on the original server). Also, a third offsite place to store lots of long term backups.

    In other words, if you want a technical solution to a simple HR problem, you're looking at spending a lot of money. I would suggest instead to keep your sysadmins happy, either with flexible work schedules, firing PHBs who infuriate them (or putting a technically competent middle-manager in between the idiot and your IT staff), or increasing their salaries slightly (less than it would cost to double/triple your hardware expenditure).

    1. Re:Just keep sysadmins happy by Culture20 · · Score: 1

      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 man standing was friends with the other guys.

      In other words, this always comes down to people and trust. Unless you use robots as sysadmins, you can't be assured that you'll be safe from rogues.

  42. Defence in-depth, distributed authority by inhuman_4 · · Score: 1

    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 admins, but if you are really concerned about rogue admins the head ache may be worth it.

    1. Re:Defence in-depth, distributed authority by Logic+Worshipper · · Score: 1

      If you have two admins and one is in the hospital or on vacation, cell off, when the web server goes down, you better hope the other admin has the password to fix it.

  43. While a lot of people have complicated methods... by DavidTC · · Score: 1

    ...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 uploaded. Presumably every night, when the backups run.

    Then, once a day, after the backup will be finished, the files are automatically moved to some other, remotely inaccessable, timestamped directory and directories older than a month are deleted, and it emails out what it just did.

    It's something you literally can set up in thirty minutes, on 'non-server' hardware. Grab some hardware you're throwing out, buy a new, large hard drive, and throw Linux on it, and spend two minutes writing a script to put in cron to move the directory and delete old files. (Five more minutes work with rsync can result in you hardlinking the unchanged files and saving space.)

    Don't worry about 'restoring' from the server, or how to access the files. If shit goes horribly wrong, you'll have to physically go to the server and copy the files somewhere else, or open up remote access, but shit should not go that wrong, ever.

    All server admin should visit it in pairs, if they need to, which they shouldn't.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  44. Treat them well by Eldred · · Score: 1

    Hire competent people. Treat them with respect. Pay a competitive living wage.

  45. Go down before the overman... by rgbatduke · · Score: 2

    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 and at a much higher level than the people that typically have permission to do a few things enabled by sudo. There, no matter what, you will be vulnerable.

    This is a classic problem: Quid custodes custode (who will guard the guardians)?

    Paradoxically, you are probably slightly safer if your admins are not uberkinder supergeeks. If I, or any of a dozen people I know, were your toplevel sysadmin and was not the completely honest and trustworthy person that I am, there is no measure you could take for protection that I could not suborn in such a way as to cause you great pain and loss. After all, who would be implementing the measures? Log files are pointless ways to reveal the activities of the person who set up the logging system. Subtly corrupting the backups for long enough to roll over the offsite images (which could be as simple a measure as installing an encrypted filesystem "for security reasons" and making sure that I'm the only person that has the real key). An amateur (or less skilled professional) is less likely to know enough to do dirt and hide their tracks.

    There is no real protection against hiring people to do mission critical work of any sort who have a serious personality disorder. So your best protection of all is to hire toplevel systems staff who are, as far as you can tell looking hard, completely ethical and personality disorder free, and then treating them with respect.

    Good advice for keeping ordinary employees from going postal, good advice for any organization or task, actually.

    There is one more solution -- the NSA sort. Throw an enormous amount of money at it, and hope that the people you hire aren't smarter than the (unknown) one you are defending against and that they leave no holes in what they set up. Hiring ten top sysadmins all tasked with watching each other is good. Having commercial consultants who know what they are doing help you set up a system is good (in other words, if you have to ask the question you need to get an answer somewhere other than /. and it is going to cost you money). Basically, the more you try to secure things on the cheap, the more likely it will be that you have a setup with holes you can drive a truck through given the root password and access.

    rgb

    --
    Even when the experts all agree, they may well be mistaken. --- Bertrand Russell.
  46. Think about Back Doors... by novar21 · · Score: 2

    A rogue admin will create a back door before they leave. Often they will do this midway in their career to try and ensure continued employment, but that would never work out. Eventually they will be found out. All "Good" admins realise this, so it shouldn't be an issue. Just try to ensure you hire "Good" admins. Personality tests may help in that venue, but history of previous actions taken during "stressful" times may prove to be a better indicator of how they will behave in the future. People often repeat bad mistakes if they don't realise that they are the ones making the mistakes.

    1. Re:Think about Back Doors... by osu-neko · · Score: 1

      It doesn't even necessarily require a premeditated back door creation. Sometimes an ex-admin might be aware of certain vulnerabilities, or figure them out using their detailed insider knowledge, after leaving. Particularly if the main focus of their job wasn't security; they might not have put as much thought into securing systems as they should have while they were there, but feel suddenly and remarkably inspired once they are gone, and once they do put some serious thought into it, realize that there's an exploitable weakness.

      --
      "Convictions are more dangerous enemies of truth than lies."
  47. Re:While a lot of people have complicated methods. by kangsterizer · · Score: 1

    ...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!

  48. Re:While a lot of people have complicated methods. by kangsterizer · · Score: 1

    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/

  49. Prison by Spazmania · · Score: 1

    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.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
    1. Re:Prison by Spazmania · · Score: 1

      What exactly would the "crime" be?

      From wikipedia:

      In United States criminal law, mischief is an offense against property that does not involve conversion. It typically involves any damage, defacement, alteration, or destruction of property. Common forms include vandalism, graffiti, or some other destruction or defacement of property other than arson. Governed by state law, criminal mischief is committed when a perpetrator, having no right to do so nor any reasonable ground to believe that he/she has such right, intentionally damages property of another person, intentionally participates in the destruction of property of another person, or participates in the reckless damage or destruction of property of another person.

      --
      Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
  50. Backups and commercial offsite storage by SuperBanana · · Score: 1

    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.

    1. Re:Backups and commercial offsite storage by pasv · · Score: 1

      If a threat of sabotage is really imminent and proper backups have been made simply restore from back ups to pre-firing times when the admin was happy and lock them out. This ensures nothing nasty was left behind. Defending against each individual threat is so much more ridiculously complicated than just losing a few days worth of changes to the server. Also to note, unless the backups were off-site and secure themselves it should be assumed they are also compromised.

  51. Re:While a lot of people have complicated methods. by h4rr4r · · Score: 1

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

  52. Ha Ha by starfishsystems · · Score: 1

    http://www.youtube.com/watch?v=rX7wtNOkuHo

    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 imperfect, is as good as anything we can devise for other responsible functions. The senior system manager reports to a director or officer who - if they're any good at their job - mediates between the requirements of the organization and those raised by the system manager. It is, without question, a trust relationship, but it's constantly being informed and refreshed through working experience. It's not blind trust. If there's something wrong with this component we call the "senior system administrator" here is where that would normally be detected.

    The Terry Childs incident is a recent example where the relationship itself was broken. This would be a failure of senior management. And who watches them?

    --
    Parity: What to do when the weekend comes.
  53. Tapes and drives by SmoothBreaker · · Score: 1

    Where I work, we have a system of backup where Microsoft DPM 2007 is used to backup to drives, and Norton Backup is used nightly to back up to magnetic tape. DPM runs in auto mode and keeps 7 days or so of records, two replications a day. Domain admins have access to DPM, but we have a separate individual with no machine rights swap tapes daily. They have access to the physical machine (which is by itself, in a different part of the facility than our data center). In addition, the tapes are not in the same room as the backup server, but in a locked cabinet in a secure office. The admins could get access to the tapes if we wanted to, true, but its one more layer of security. We also create one to two WORM tapes a year, of a full data center backup, so even in a mega-catastrophy, we wouldn't be totally wiped out. The whole system runs like a well oiled machine because all the players know their roles.

  54. Looking at this from a different standpoint, by roc97007 · · Score: 1

    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 about the people you hire for the job, that causes the great majority to take their responsibilities so seriously?

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
  55. Detection and Accounting by Deleriux · · Score: 1

    Because someone is in a position of trust, with privileges raised to do their job, doesnt mean you cannot do anything if the trust is breached.

    You need to account for the commands and time spent on a box that an admin might do, so that if there ever was a breach of trust there is sufficiently strong logs to detect how and when and what happened. If people know that their work is (if needed) being recorded theres less incentive to do damage that might be criminally motivated.

    You also need to detect and be reported of activity that would not typically fall within the boundaries of an admins daily routine (such as deleting large quantities of files perhaps, or execution of of programs (like shred) that you wouldn't typically use.

    You have not mentioned the platforms you are working with, or if your talking about a platform - or just some CMS but Linux for example has audit, you can set this up to monitor virtually anything you might want to watch for. It takes a little more creativity to audit from a thresholds perspective (where work is permitted but too many events at once is a threat) but it can be done. Audit can be locked once you've finished setting up the ruleset meaning the box needs to be rebooted for you to change the ruleset at all.

    There are also pam modules for linux (like pam_tty) that can log literally every character a user pressed into their terminal (including non-space characters like escape and backspace) which can be useful to help determine the impact of incidents that you might be after avoiding.

    SELinux on Linux on newer distros (typically thinking enterprise linux 6) has flexible support for role based access controls, which can further restrict an admins abilities exactly down to least privilege needed to do their job. Learning SELinux to the extent you can really do this efficiently might be a commitment though you might not have the time for - although I certainly recommend learning about Mandatory Access Control policies, especially for situations like this.

    Transport these logs to a remote machine, if necessary one nobody has access to without some form of local authorization (like using pam_usb). Theres no point doing logging just on the audited box that a potential admin has access to.

    Detection can be more difficult. Prelude is a open source security application that offers some stuff you might find of benefit here, other than that rolling your own scripts might help too - depending on your skills and experience in such things.

    Finally, and more importantly - people who are given positions of trust like this should be trustworthy. This is purely a management problem, but screen your guys effectively. Dont hand the keys to the city to some bloke you pulled in off the street without doing at least some background checking.

  56. Employees leaving "angry" according to who? by mrobinso · · Score: 1

    The first mistake is assuming that when an employee leaves, he/she isn't leaving in anger. How does the outfit know whether there is anger or not? Also, anger isn't always the only motive an admin might go rogue then up and quit. Mental illness. Drugs. Personal problems. Who knows. They certainly aren't going to announce "hey I'm angry because [enter reason here] and I'm going rogue then quitting".

    The data is an asset, just like anything else in the company, and needn't be treated differently just because it's digital.

    In my personal experience, mission critical data has always been backed up and kept off-site, usually with the "big cheese" - the person with whom the buck stops. How often is the answer to a simple question: "How much of this can go missing before trouble starts?"

    If the answer is "none", the solution is mirroring - real time backups all of the time.
    If the answer is "a little but not much", full backups and prescribed intervals with incremental backups filling in the gaps can be considered.
    If the answer is "pfffft, doesn't really matter, just not too much", then a manual backup at set intervals would suffice.

    The danger here is not the finding of an adequate solution.

    The real danger is assuming an employee is/will be leaving on good terms and isn't intent on causing damage.

    Assume the worst always, and don your teflon. When Murphy's Law strikes (and it will), you're bullet proof.

    FWIW, I have a standing policy - when I accept a notice of termination from an employee with adminstrator[-like] privileges, I say thank you for service and escort them out the door. On the spot. No exceptions.

    Mike

    --
    -- Karma whore? You betcha. --
  57. "Need to Know" Privs by Greyfox · · Score: 1
    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 process. Then it's just a matter of risk assessment to see if it's something you want to afford to do. If someone taking out your machines for a few days won't destroy your company, you might be OK with just off-site backups and reviewing everything on reinstall to make sure no long-term back doors were installed. If any downtime due to shenanigans will do significant financial damage to your company, you might want to implement something like this.

    Keep in mind that clear policies and good security protects your admins as much as it does your company.

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  58. Quis custodiet ipsos? by random99 · · Score: 1

    Who watches the watchmen?

  59. Re:Sign a NDA+ by hcs_$reboot · · Score: 1

    Maybe my explanation was not clear enough: add to the existing "non disclosure agreement" (that has to be signed when entering the company) a clause about "hacking".
    The agreement becomes an extended NDA, thus the "+".

    --
    Slashdot, fix the reply notifications... You won't get away with it...
  60. Re:While a lot of people have complicated methods. by DavidTC · · Score: 1

    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.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  61. The method to use depends on RPO/RTO by mysidia · · Score: 2

    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; have the roll fixed and developed, and lock the film up in an underground bunker, in an airtight safe with minimal humidity.

    For faster recovery, you will need regular full backups. Lock them up in different places. Make sure to never ever reuse a tape. Always use fresh media for every new backup.

  62. Re:While a lot of people have complicated methods. by DavidTC · · Score: 1

    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 out of accessible areas (Which sadly means you can't use the backup program's expiration of backups.), and not having any way to log in remotely at all.

    You could make it more complicated, but as this is the emergency 'crazy admin destroyed all the backups' setup, it's unlikely it's going to be used that often. With the sort of small organizations using a setup like this, it's going to take several days to rebuild the servers anyway. The fact the backup is not immediately accessible is fine.

    --
    If corporations are people, aren't stockholders guilty of slavery?
  63. Re:Sign a NDA+ by Rob+the+Bold · · Score: 1

    I can't help but think that an NDA++ or NDA# would be more suitable for a sysadmin.

    --
    I am not a crackpot.
  64. Depends on the lengths you want to go to by Opportunist · · Score: 2

    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.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:Depends on the lengths you want to go to by rainer_d · · Score: 1

      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

      Jesus Christ.
      Did they get anything done at all?
      What if there was an emergency-type situation that required a "FFS! GET IT DONE NOW!!!11" type of action?

      In theory, with the right tools, with properly maintained servers and a good test and stage-environment, this is the way to go.
      In practice, I fear this is going to cause a lot of delays that ultimately leads to the outsourcing of the IT department (users are not satisfied, management thinks it's too expensive and unproductive...).

      In Germany, you usually have a 3 or even 6 months notice time - i.e. if you're "fired", the contract goes for another 3 oder 6 months.
      Not counting any labour court involvements. If the employer makde a mistake, they either have to give the job back to the employee or buy themselves out of the contract with a ridiculous severance payment....
      That would be a very long vacation.
      That said, people are put on paid vacation if their job requires a lot of "loyalty" and the employer thinks that the person in question doesn't offer that anymore , after being dismissed....
      But you can really only fire people on-the-spot if they are grossly negligent (or if they are only contractors - but they give a contractor the "keys to the kingdom" anyway?

      --
      Windows 2000 - from the guys who brought us edlin
    2. Re:Depends on the lengths you want to go to by Opportunist · · Score: 1

      When I left, I went with 2 months paid vacation (1 month leftover vacation time, 1 month "termination period" according to labor laws). And if need be, they'd have paid for 3 months. We're talking about an organization with virtually limitless funds, do they care whether they blow 10k? A rogue admin that causes them to get kicked out of their "trusted" links costs a few 100k for new certificates, let alone the loss of goodwill and trust, so even a year's worth of paid vacation would not come close to taking that risk. I left in very good standing and I and them knew that I wouldn't sabotage anything, still, the rules apply to everyone. And, bluntly, I was not averse to a "free" month of paid vacation time. Would you be?

      Reality for routine tasks was a lot different anyway. The protocol was pre-written (seriously, for a trivial update/install operation there isn't anything you can't prepare, it's basically "insert disc, press the magic sequence, start, wait, press ok 3 times, wait, eject, leave"), and usually you worked with people you knew after a while well enough to get some routine. Still unpredictable who you get paired with (to avoid "arranged sabotage"), but there was only a fairly limited pool of people you could get as a partner. The "what the fuck went wrong?" ops were the ones that really, really clogged heaps of time, when you had to dig through logs and find out what barfed, because there's rather little you can prepare.

      Logging in solo was OTOH seen as "gross neglect" and it was indeed instant firing material. Part of the work contract actually.

      Of course there was a OMFGDOITNOW! procedure in place, but it was never necessary, there were always (and I mean always) two administrators around to handle anything.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  65. Costs, Risk Mitigation by WinstonWolfIT · · Score: 2

    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.

  66. Re:A more difficult question by Jesus_666 · · Score: 1

    Bruce Willis with a nuclear warhead, of course. Coincidentally, that also works against rogue admins although you might want to instruct Willis to target the admin's house and not the server room.

    --
    USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
  67. i'd recommend... backups... by obarthelemy · · Score: 1

    this new, cutting-edge, concept, involves duplicating several times your important data. Backups are:
    - off-line, so a single event (virus, hack... ) cannot wipe both your live and you backup data
    - off-site, same reason with fire, water, theft...
    - multiple, 'coz Murphy's law is twice as effective regarding backups, and data corruption may take days-months-years to surface, so several backups from different times/dates are required, a few of those archived long term.
    - tested, 'coz it's rumored that sometimes things don't work as advertised.

    I'm working on popularizing the concept, and trademarking the name. I can tell you more about this advanced technique for a very reasonnable fee, considering.

    --
    The Cloud - because you don't care if your apps and data are up in the air.
    1. Re:i'd recommend... backups... by dasqua · · Score: 1

      Crazy talk. These "backups" will never take off. Why, you'd need twice or many more copies of everything! Storage isn't cheap you know! There would need to be custom hardware, special software to allow simultaneous writes. It would be a maintenance nightmare!

      You deal with fire using a bucket of water. Flooding? Get another bucket. Theft? Cut off their hands.

      --
      tihs isg mead fmro rcecydle tpyos
  68. What do you do if your janitor goes rogue? by dbIII · · Score: 1

    They have the keys to everything and could burn the place down at night. The chances of it happening though are not much more than getting killed by a block of green ice falling from a malfunctioning aircraft toilet.
    A rogue sysadmin is in the same basket but even less likely because there are less of them. Also if they are any good they have probably solved that one for you themselves as part of the "what if I get hit by a bus" planning and a disaster recovery scheme (passwords in somebody's safe and offsite read only backups).
    Of course just as you take the keys away from an ex-employee it's a good idea to change the passwords and restrict remote access when a sysadmin has gone (unless it's a steaming heap of shit like old versions of MS Exchange where changing passwords breaks it entirely - how's that for a lack of testing and quality control).

  69. Re:Tips for "ROGUE" admin defense by Cato · · Score: 1

    Good points - much better to prevent a rogue admin than defend against one.

    On the backups, I'd also strongly suggest an offsite network backup that operates by "pull" from your main servers, i.e. only the backup server admin can login to the backup server. That way if a rogue admin decides to delete critical data, they can't also delete the backups. The backups will need to go back many versions to guard against someone corrupting data or source code then waiting months or years. For Linux and even some Windows, rsnapshot is a great way to do pull backups using SSH key-based login.

    Ultimately this model is still vulnerable to a really talented rogue admin who will simply trojan the SSH server on one of the main servers in order to break into the backup server.

    Hence an offsite logging server that captures remote log events from all your servers is important - though really you would need some admins with read-only rights to this as well, and their logins could be captured by trojaning another server or a client system.

    For the wider audience (I know you got this right): it's rogue not rouge (French for 'red', English for a type of makeup. This entertaining typo meme has been spreading a lot. The idea of malicious admins with rosy cheeks is entertaining though - would make them easier to spot at least,,,

  70. The best way by jandersen · · Score: 1

    - is to avoid pissing off your employees. This is not so much about paying loads of money, but about making everybody feel they are valued and respected.
    It is a strange thing, really; modern businesses, and especially technological businesses depend very strongly on being able to hold on to their experienced staff, since it commonly takes a year or more before a new employee is fully up to speed. So why is it that management so rarely try to understand the really quite simply basics of encouraging and nurturing qualities like loyalty, team-spirit and respect?

  71. Keep them happy by frambris · · Score: 1

    Make every day sysadmin admiration day and keep the admins happy.

  72. Re:Read FIPS-200 (and relevant FIPS-800) Publicati by Corbets · · Score: 1

    Executive Summary: Separation of Powers. Make sure that the person in charge of your servers is NOT in charge of backups and auditing. You want an environment that permits "no malevolent activities without collusion."

    Thank you. I can't believe the number of posts about "keeping your admins happy." That's nonsense - the kind of person who's willing to do millions of dollars of damage to your business without thinking through the probable consequences is not the kind of person you can keep happy. He's unhinged in some fashion.

    Separate powers. On highly critical environments, you can install software that prevents admins from taking certain actions without having another admin also supply credentials, creating a 4-eyes environment, but the first step is separating duties.

    There are technical measures that can be taken; it's not all about keeping an antisocial person happy.

  73. Re:While a lot of people have complicated methods. by kangsterizer · · Score: 1

    yeah what matters is that the systems can be rebuilt at all, even if it takes a week, it's like the really "last chance" backup scenario that isnt supposed to happen (but if it does, there's a fallback)

  74. up to management really! by hesaigo999ca · · Score: 1

    It is up to management not to be stupid, everything can be done in pairs, so why not pair up admins too....have 2 people have the same knowledge of what is needed to keep the system going, so that if 1 is let go, you have another until you find a replacement. Also, if 2 heads are better then one, 2 can bring better ideas to the table, as long as they understand they are not in competition, but working together.

    Sun Tzu....

  75. the problem isn' technical by prgrmr · · Score: 1

    and shouldn't be treated as one. Reliable backups, separation of privileges, and security of passwords are all things that should be going on regardless of the possibility or actuality of disgruntled employees. What you need is protection from behavior, and the only pro-active method for that is a contract. Whether you have the Admins as W-2 or 1099 workers, you need to have a contract in place that clearly delineates lines of authority and responsibility, with clearly stated consequences for crossing those lines--up to and including civil and criminal prosecution.