Slashdot Mirror


NSA Takes On West Point In Security Exercise

Wired is running a story about a recent security exercise in which the NSA attacked networks set up by various US military academies. The Army's network scored the highest, put together using Linux and FreeBSD by cadets at West Point. Quoting: "Even with a solid network design and passable software choices, there was an element of intuitiveness required to defend against the NSA, especially once it became clear the agency was using minor, and perhaps somewhat obvious, attacks to screen for sneakier, more serious ones. 'One of the challenges was when they see a scan, deciding if this is it, or if it's a cover,' says [instructor Eric] Dean. Spotting 'cover' attacks meant thinking like the NSA -- something Dean says the cadets did quite well. 'I was surprised at their creativity.' Legal limitations were a surprising obstacle to a realistic exercise. Ideally, the teams would be allowed to attack other schools' networks while also defending their own. But only the NSA, with its arsenal of waivers, loopholes, special authorizations (and heaven knows what else) is allowed to take down a U.S. network."

31 of 140 comments (clear)

  1. More details, anybody? by neapolitan · · Score: 5, Interesting

    Man, I love reading about stuff like this, but this article has some serious vagueness that really leaves unanswered questions. Perhaps a true security-fluent slashdotter can offer some insight if they are familiar with this particular game:

    Why does this require "custom tools" with automatic monitoring? Really, I doubt the students know the details of asymmetric security theory / Ph.D. level mathematics, and were monitoring something like (if I get a port scan from IP x.x.x.x then tell "router guys" to block IP x.x.x.x).

    It seems to me that this should be something that essentially should be done automatically, and with a very well-configured system would not cause that much of a problem.

    Also, the article was written for somebody who doesn't understand computers to go "whoa." "Kernel-level rootkit"? How the hell did this "unwelcome executable file" get on the box to begin with, and why was it executing in kernelspace? I assume they were required to start with a compromised system, otherwise this is something that major corporations do all day (general traffic monitoring) and is actually kind of not exciting.

    I wish that Wired and magazines would write at a technical level and describe accurately what is going on - IMHO more information is always better!

    --
    Slashdotter, ID #101. UIDs are in binary, right?
    1. Re:More details, anybody? by Anonymous Coward · · Score: 2, Interesting

      Actually, I have a friend (and I'm posting anon for his sake) that was a part of the games from the naval side. He is a very sharp person that is near completing his CompSci Masters. We we friends in CompSci undergrad and he joined the Navy and now has a high security clearance. I wish I could've grilled him a little more on what all goes on for these war games but I had something else important going on at the time he was telling me about them. Plus I'm a little used to getting vague descriptions of things due to his not being able to reveal details to me. He did ask me a few things (and I'm going to be vague here) that made me think he was doing some hard core stuff.

      As for your blocking method, we're talking about the NSA. They could easily scan with one IP and then blast you with another IP.

      He did tell me his team lost, though.

    2. Re:More details, anybody? by milsoRgen · · Score: 3, Insightful

      but this article has some serious vagueness that really leaves unanswered questions. Just like every other Wired article ever written.
      --
      I'm sick of following my dreams. I'm just going to ask where they're goin' and hook up with 'em later.
  2. You have to understand by WillRobinson · · Score: 2, Funny

    Purchasing Open Source Tools that could automatically thwart these types of attacks is to expensive. They cost at least as much as a toilet seat, and we know from the news, that they have not been purchasing any toilet seats.

    1. Re:You have to understand by Stickney · · Score: 3, Insightful

      The cost of free software is, of course, nothing... but the notional costs, built into the exercise through a restrictive budgeting system, of deploying those tools, along with training people to use them, put them outside our notional budget for the exercise.

      --
      ...the right of the people to keep and bear arms, shall not be infringed.
  3. Re:Fantastic by Keebler71 · · Score: 5, Insightful

    Are you implying that previous generations do not have intelligence and creativity? Who do you think is teaching these cadets and running the exercise?

    --
    "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
  4. Re:Fantastic by maxume · · Score: 4, Funny

    Dumbledore?

    --
    Nerd rage is the funniest rage.
  5. Re:What's with the fearmongering? by gbutler69 · · Score: 2, Informative

    No, the NSA IS NOT part of the DOD. DOD is Department of Defense. There are 3 to 4 branches, depending on how you count: Army, Navy(Marines), Air Force. Yes, technically "The Marines" are part of the Navy.

    --
    Over-the-top Response Guy! Giving "Over-the-Top Responses" since 1970.
  6. Re:Rootkit is payload... by ozmanjusri · · Score: 2, Informative
    i cant find any mention of that and i got the impression they were using a Linux & BSD based system?

    But the kernel-level rootkit was much more dangerous. This stealthy operating-system hijacker can open unseen "back doors" into even highly protected networks. When they detected the rootkit's "calls home" the cadets launched Sysinternal's security software to find the hijacker, then they manually scoured the workstation to find the unwelcome executable file. Since the article says the West Point team was running Linux/BSD, and specifically mentions that the cadets were running a "Fedora Core 8 Web server", I'm guessing the Windows system was being run by one of the other teams.

    Frankly, I was underwhelmed by the whole story. It was pretty clear the journo doesn't have a clue what was going on. Wired should be able to do better than that.

    --
    "I've got more toys than Teruhisa Kitahara."
  7. Re:What's with the fearmongering? by SoapBox17 · · Score: 4, Informative

    According to wikipedia, "The National Security Agency/Central Security Service (NSA/CSS) is a cryptologic intelligence agency of the United States government, administered under the U.S. Department of Defense. " and "The Department includes the Army, Navy, Air Force, Marine Corps, as well as non-combat agencies such as the National Security Agency and the Defense Intelligence Agency."

    Under Secretary of Defense for Intelligence
    * Defense Intelligence Agency
    * Defense Security Service
    * Counterintelligence Field Activity
    * National Geospatial-Intelligence Agency
    * National Reconnaissance Office
    * National Security Agency


  8. I was in the exercise... by Anonymous Coward · · Score: 5, Informative

    I was actually part of the exercise, and I would agree that the article is very vague. The main purpose of the exercise was to help cadets learn best security practices of building a network. There were required services we had to run, such as exchange, a web server, DNS, active directory, and a jabber messaging server. The rootkit they speak of was on the box because the other part of the exercise was trying to secure untrusted computers. They riddled two Windows VMs and one Linux VM with as much stuff as they could, and the told us to secure them. Naturally we missed some things, which allowed the callback to go out.

    As for the 'custom tools', I have no idea what they are talking about. We used native Windows logging and a few open source programs to pull logs to a log server, but that was about it for extra programs. I would agree that the article was written for the non-technical person, but those are the kinda of questions they were asking us when the reporter was here.

    1. Re:I was in the exercise... by Anonymous Coward · · Score: 5, Informative

      I was also in the exercise... from the NSA side ;) (I have to post anonymously). I agree that the article IS very lean on details (as it should be), and geared toward a somewhat nontechnical audience. I have a different perspective from what the cadets at the USMA saw, as I experienced it from the opposition side.

      The network directive given out to the academies had stipulation they had to follow, and a scenario that reflected real world situations (the cadets were setting up a network that included VMs of computers they HAD to include in their network). The network directive also had costs associated with anything the cadets wanted to do. So if they wanted to park a cadet at a Snort terminal for the duration of the exercise, that had a cost associated with it, as did setting up VLANS, using IPSEC, other IDS sensors, firewalls, host/service monitors, etc. Each academy had to submit their network structure for review and approval prior to STARTEX. The scenario reflects real world situations that would come up in most operations that involve other allied nations.

      The NSA was strictly there to attack the networks and document any exploits they succeeded with. I can't go into details as to what our Rules of Engagement were, but suffice to say that we met with success with every school that was actually scored (the two graduate schools that participated were not scored).

      The whole goal of the exercise is to prepare the cadets for SECURING a network against information security threats. It is a DEFENSIVELY ORIENTED exercise. The cadets don't do any hacking (and I honestly think that unless a gifted or experienced cadet was at an academy with the skills to do a network penetration, they would not meet with much success).

  9. Re:Sysinternals? Windows? by Dreadneck · · Score: 2, Interesting

    Yes, SysInternals was sucked up by the collective...err...Microsoft. From reading the article it is fairly obvious that the only serious security challenge came from a Windows box compromised by a rootkit. It seems the LAMP server they were running (I assume it was LAMP - they mentioned Fedora 8, MySQL and Apache... I assume it also had PHP, Perl and Python) easily handled the SQL injection attacks. I wonder if having a windows box in your network was part of the requirements insisted upon by the NSA when the cadets set up their network? NSA-Key, anyone?

    --
    Power does not corrupt - power attracts the corrupt.
  10. Re:West Point Club by Pinbll · · Score: 5, Informative

    Although SIGSAC was involved, this was done for the Information Assurance class that is taught by the CS department there. This was the culminating exercise. The course teaches security practices, and gives cadets a look into why it is important to program securely.

  11. Re:Sysinternals? Windows? by AHuxley · · Score: 2, Informative

    Read up on the "Millenium Challenge '02" war games.
    Opposing Force Commander, Gen. Paul van Ripen won.
    He was not invited back :-)
    Cadets do not learn, they just get to press the "refloat" icon.
    http://www.nytimes.com/2008/01/12/washington/12navy.html?ex=1357794000&en=a4dbb42d5ad2a700&ei=5088&partner=rssnyt&emc=rss
    "The sheer numbers involved overloaded their ability, both mentally and electronically, to handle the attack,.. "

    --
    Domestic spying is now "Benign Information Gathering"
  12. ENDEX by sciop101 · · Score: 2, Informative
    Every agency/party involved in the exercise will publish an ENDEX (End of Exercise) report.

    IF Asked AND IF Unclassified, the agency/party MAY provide a copy of the ENDEX.

    Contact the Acadamies, NSA, even the Departments of Defense, Army, Air Force, Navy.

    ENDEX's have event logs, referee notes, exercise build and teardown plans....

    --
    The only thing new in this world is the history that you don't know.[Harry Truman]
  13. There is no cleaning a rootkit by symbolset · · Score: 3, Insightful

    When you detect malware installed on your system, wipe and reinstall. Always! There is no "cleaning".

    Probably wasn't possible given the parameters of the test, but they tried to clean a rootkit and got the predictable result.

    --
    Help stamp out iliturcy.
  14. Re:Curious by Pinb4ll · · Score: 4, Informative

    The tools we used were Nagios for service verification on an external computer (just to make sure we saw what the scorers saw, so we didn't lose points due to their slow network) and one box running Snort through a one way cable. We weren't allowed to let Snort block things, but it let us know who was doing what, allowing us to send up a request to the graders to block the IP. As for checking the untrusted boxes, we were able to run whatever we wanted on them. The root kit that we missed we simply didn't find in the mess of everything else.

  15. Re:Fantastic by earthforce_1 · · Score: 3, Insightful

    The USMA academy is some of the best of the best. Meaning, these guys have to be appointed by two state senators to even apply... Meaning they have to be politically well connected.
    --
    My rights don't need management.
  16. Go Army by Hasai · · Score: 2, Funny

    Those West Pointers usually make pretty good officers. Or, at least they do after a few SFCs drag the new looie behind the barracks and beat all the West Point hogwash out of them.
    ];)

    --

    Regards;

    Hasai

  17. Been There, Done That by FurtiveGlancer · · Score: 4, Interesting

    I invited NSA to run their red team against a classified intelligence network I ran back in the '90s. That's back when nearly every security tool was of your own creation. I was running SunOS 4.1.3, so at least I had a little help from OS security options.

    They had to come on-site to break us and they identified only one finding for which we didn't already have fix planned or in work. We considered that a raging success!

    The most embarrasing moment was when they broke the System Security Officer's password with an expanded dictionary attack. I got to kid her about that for months! "How's your password today?" "Strong, dammit!"

    --
    Invenio via vel creo
  18. Re:Fantastic by LurkerXD · · Score: 2, Funny

    The USMA academy is some of the best of the best. Meaning, these guys have to be appointed by two state senators to even apply... That is why the kids that go there are the top 2% of the nation. I don't know...my sister makes me wonder about what the hell our tax dollars are financing...
  19. Register the Trainees by Doc+Ruby · · Score: 5, Interesting

    So the US government is creating a generation of black hat security experts: pros who define the cutting edge of hostile attacks on infosystems. That's all right and proper as part of the US military, the necessary maintenance of infiltration and coercive force that is required to operate as a last resort of public policy produced under the Constitution, like any military power.

    Leaving aside the separate and important issue of Congressional and other oversight to ensure the military crackers operate always under proper law and in the formal national interest, what happens to these people when they leave government service? We'll have created dangerous people whose careers are dedicated to acts that are illegal, and threaten national (and private) security if they are used in attacks outside the proper military context. Sure they're like any other armed soldier, whose many other developed skills are valuable in many contexts not violence. But the fact is that many retired soldiers do find their skills and interests best fit a police or private security career, and even as paramilitary mercenaries - some of which private armies are emerging as serious threats to world stability in its balance of power. Military crackers are different, though: there is little or no role in non-military police, and virtually no legal role in private employ cracking anything.

    We are creating an army of high-end crackers who will find themselves leaving the military, and available for hire by the legions of private employers whose use of them to crack systems is mostly illegal, or even acts of war.

    We should consider how to track these people and their later activities. Working to secure and to test secure systems with permission of their owners is a valuable asset to keeping us all safe, whether as national service or in private employment. But leaving lots of them floating around loose practically guarantees that at least some of them will find jobs illegally cracking systems without the owners' permission, to do crimes, or perhaps even working for foreign militaries running attacks without coordination with proper US foreign policy, perhaps against our allies, perhaps against us, perhaps even just destabilizing some balance worked out among our enemies.

    We are creating many serious potential threats, as part of our programme to reduce and eliminate threats. Part of that programme should be minimizing the increased threat we're creating with them. There's got to be a way to help these people continue their careers with the most freedom, which will overall increase security (and their personal benefit) that doesn't let some few people turn against their training (and likely oaths to "be good").

    --

    --
    make install -not war

    1. Re:Register the Trainees by johnny+cashed · · Score: 2, Insightful

      FUD.

      The military has been graduating experts in the "black arts"* since the inception of organized militaries. Guys who know basic hand to hand combat, firearms skills. Advanced soldiers learn even more technical and lethal combat skills. I'm not saying that every soldier is a killing machine, but that is what they train for. Black hat network uber hacker on the "outside" a real threat? As veterans, aren't they already sort of registered? They've got their DNA on file. What more do you want from those who have served? Constant loyalty tests?

      Good network security shouldn't be through obscurity, so even the "black hats" should know as much as the "white hats".

      *I using the term "black arts" hear to refer to all those things which are generally forbidden except when in a war zone, killing, breaking things, etc. I won't bore you with a list. Granted, the killing is supposed to be reserved for combatants.

    2. Re:Register the Trainees by Doc+Ruby · · Score: 2, Interesting

      Is Binladen's Qaeda "FUD"? As blown out of proportion and abused as their 9/11/2001 (and 1993) attacks have been, we all should surely have learned at least the lesson that creating attackers can blowback when they're left unattended in a world of rich potential enemies.

      Just registering "our" crackers' DNA isn't going to do anything to ensure they don't blow back on us. I'm talking about tracking these people's careers, probably combined with a referral program to help them get jobs assisting legitimate employers. Like I said, people with physical violence skills have lots more legitimate options in more fully mature private security and police industries than there are for legitimate crackers. The renta/cop job market is much larger than the high-caliber criminal job market, but the market for "white hats" is not nearly as much bigger than the market for "black hats". Blowback is a proven problem for the NSA, and Binladen is neither an isolated or vanishingly rare example. We should keep these dangerous people in the system, even if just for easily finding them for investigation later, as part of the balance we use to mitigate the risks we create, not just the ones that come knocking from the outside.

      BTW, white hat hackers are the "good guys", securing systems, even when they're cracking them to test the security. "Black hats" are bad guys, whether or not they are actively cracking a system, or perhaps just securing a "bad" system.

      --

      --
      make install -not war

  20. Re:Rules? by Pinb4ll · · Score: 3, Informative

    It all came down to the scenario. Built into the game was a notional 'cost' for different network items, making certain items prohibitively expensive. It mainly came down to the semantics of the rules, but the costs were going to be looked at for next year. The overall effect was eliminating the use of some best practices simply because of cost.

  21. Which trainees? by Pinb4ll · · Score: 3, Insightful

    Exactly which trainees do you plan on registering, the students or the red team? I think you are missing the overall point of the exercise. There was no offensive side to the students networks, only setting up the services and try to protect them. The red team - those that the NSA already employs - were the only ones attempting to break in. The academies' jobs were to simply keep them out. I can see your point about keeping track of those who have been part of the NSA, but I would be willing to bet that is already taken care of.

  22. Heaven forbidden by RealGrouchy · · Score: 5, Funny

    But only the NSA, with its arsenal of waivers, loopholes, special authorizations (and heaven knows what else)... No, Heaven doesn't have the security clearance to access that information.

    - RG>
    --
    Hey pal, this isn't a pleasantforest, so don't waste my time with pleasantries!
  23. Re:Academy academics by Keebler71 · · Score: 2, Interesting
    I've heard the Air Force is the leading branch for network stuff

    Let me guess - did an Air Force recruiter tell you that?

    --
    "It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell
  24. Re:Academy academics by Daniel+Wood · · Score: 5, Interesting

    The truth of the matter is that the Army generally has the least amount of fuckups when it comes to communications. This is because the Army curriculum is VERY methodical and almost reads like a checklist (in fact, we often use checklists and cut-sheets).

    I'm not saying the Army is any more intelligent than any other branch. We have some really dumb people. The Army trains so that the dumbest kid on the block can do the job perfectly, every time.

  25. Re:Rootkit is payload... by Stickney · · Score: 4, Informative

    "Fedora Core 8 Web server", I'm guessing the Windows system was being run by one of the other teams.
    Yes, we ran a Fedora 8 LAMP server, but we were also required to run a Windows domain controller, an exchange server, and a Windows DNS server, along with two XP user workstations. The rest of our network, to including logging, traffic monitoring, and XMPP services, ran on FreeBSD (our choice). You're right though; not many of the reporters grasped much of what was going on.
    --
    ...the right of the people to keep and bear arms, shall not be infringed.