Slashdot Mirror


Meet the Hackers Who Get Rich Selling Spies Zero-Day Exploits

Sparrowvsrevolution writes "Forbes profiles Vupen, a French security firm that openly sells secret software exploits to spies and government agencies. Its customers pay a $100,000 annual fee simply for the privilege of paying extra fees for the exploits that Vupen's hackers develop, which the company says can penetrate every major browser, as well as other targets like iOS, Android, Adobe Reader and Microsoft Word. Those individual fees often cost much more than that six-figure subscription, and Vupen sells them non-exclusively to play its customers off each other in an espionage arms race. The company's CEO, Chaouki Bekrar, says Vupen only sells to NATO governments and 'NATO partners' but he admits 'if you sell weapons to someone, there's no way to ensure that they won't sell to another agency.'"

158 comments

  1. Damn... by cayenne8 · · Score: 5, Funny
    That's serious money...

    The question is...how do "I" get into that??!?

    :)

    Hacking stuff, and protected by 'NATO' government paying you handsomely for the 'service'.

    sweet...

    --
    Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    1. Re:Damn... by lennier · · Score: 4, Insightful

      The question is...how do "I" get into that??!?

      1. Write any sufficiently large piece of C++ code
      2. Wait
      3. Get rooted by the black hats
      4. Find out which trivially-detectable-if-you'd-used-a-decent-language error the black hats found in your code and sell it to NATO
      5. Profit!

      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
    2. Re:Damn... by Anonymous Coward · · Score: 3, Insightful

      Because we all know that programs written in interpreted languages never have bugs nor do their VMs or interpreters.

    3. Re:Damn... by Anonymous Coward · · Score: 1, Insightful

      Whereas you're clearly doing great things with your life.....

    4. Re:Damn... by Anonymous Coward · · Score: 0

      Clearly you are following the path to what you claim ... #justsayin

    5. Re:Damn... by mjwalshe · · Score: 1

      Many Security services do now do open recruitment look up the appropriate website - I would imagine in France going to ENA might help.

    6. Re:Damn... by Geek70 · · Score: 1

      Would you really want to? I would imagine that every single person working there is having every aspect of their life watched by a whole range of governments/agencies. Great place if you have no love of personal privacy!

    7. Re:Damn... by Anonymous Coward · · Score: 1

      What in God's name are you blathering about?

    8. Re:Damn... by morcego · · Score: 3, Insightful

      What's next ? My dog ate my boundary checking ?

      Seriously, blaming the language for the coding bug is one of the lamest things I've ever heard. Bugs (exploitable or not) will be found on any sufficiently large piece of code, written in any language. Heck, there were 1 or 2 cases of bugs introduced by the compiler.

      The real problem is that companies need to get the software out "fast". It is cheaper for the company to fix the code after it is released and payed for, and to keep developing out of it own pockets. It is that simple.

      --
      morcego
    9. Re:Damn... by Anonymous Coward · · Score: 0

      Why try finding exploits in programs written in interpreted languages when you can attack directly the interpreter (jvm, or any other kind of virtual machine) ? And since interpreters for perfomance reasons are written in C/C++ well you're back to square one. As the GP stated.

    10. Re:Damn... by Anonymous Coward · · Score: 1

      Not wasting your time posting on retarded news websites might be a good start

    11. Re:Damn... by daktari · · Score: 1

      Whereas you're clearly doing great things with your life.....

      Thanks AC. You've restored my "miserably failing" faith in the institution of AC posting by putting a smile right where it belongs: on my face!

      --
      A fool sees not the same tree that a wise man sees. -- Willam Blake
    12. Re:Damn... by Anonymous Coward · · Score: 1

      The one good thing that has come from all the hackers is the number of stupid bugs in major software has dropped precipitously!

      Back in the day (when I actually programmed for living 20 years ago), I was constantly met with the 'but it works' excuse when I ran across crappy bug ridden code. Refactoring was nearly impossible as most of it was defective by design.

    13. Re:Damn... by rtb61 · · Score: 1

      'Erm' not to put ton fine a point on it but, management username password and an external log in are sufficient to get in on the act. Once in the world of organised crime, the simplest, most direct solutions are often the most effective.

      So obtain access to and extract from, the holder of management user name and password and within the hour gain access to thousands of hours of cracking effort. You want to play you will always end up paying.

      --
      Chaos - everything, everywhere, everywhen
    14. Re:Damn... by Anonymous Coward · · Score: 0

      Yes this will get you far on iOS and Android. Not to mention Word or Acrobat, which are not written in C++ IIRC.

    15. Re:Damn... by CastrTroy · · Score: 0

      While I would tend to agree with you, I don't think there's any bug that could inadvertently end up in your Java/.Net code that would result in user input causing the input to be executed. There isn't even a way this could happen, save a bug in the JVM/.Net runtime, which if found, could be fixed globally across all applications running on the platform. Sure there's bugs in all code, but bugs that allow execution of code? I'm not so sure. Has a bug ever been found in .Net or Java that allows arbitrary code execution? Are there any still left open? There's quite a difference between the kind of bugs that cause programs to crash, use up too much memory, or even data loss, and the kind of bugs that allow code execution.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    16. Re:Damn... by Anonymous Coward · · Score: 0

      I wonder if a million dollars is pocket change to these spy organizations.
      If they run by Gov'ts, they could just print the money.

      If it is a lot of money, wouldn't it make sense to just kidnap the hackers, and put them to work in dungeon somewhere.
      I mean it is espionage, isn't that what they specialize in.

      I wouldnt mind coding a bit for the Holland Gov't, and in exchange, covert shipments from the coffee shops ;)

      -HasHie
      "Will work for weed"

    17. Re:Damn... by Anonymous Coward · · Score: 1

      Im pretty sure all those things u mentioned are written in C++, with the OSes more likely being C.

      -HasHie

    18. Re:Damn... by Anonymous Coward · · Score: 0

      Has a bug ever been found in .Net or Java that allows arbitrary code execution?

      Yup: SQL injection + MS SQL Server = get a command prompt with access level at whatever the guy running the service has, which is usually Administrator.

      Just one way to get there...

    19. Re:Damn... by Anonymous Coward · · Score: 0

      So we need to either make it cheaper to do software *right* (through improved programming languages, syntactic salt, etc), or more expensive to do it wrong. Make software companies liable for security breaches caused by bugs in their software, and they'll be a lot more cautious.

    20. Re:Damn... by morcego · · Score: 1

      It is not a matter of cheap vs expensive. It is "cheapER". It is always comparative. That's free market for you.

      What needs to change is the BUYING process. People would need to stop buying cheaper solutions. Yeah. For my next trick, I'm going to teleport myself to the moon and back.

      --
      morcego
    21. Re:Damn... by Anonymous Coward · · Score: 3, Informative

      Ugh.
      securityfocus.com

      select vendor microsoft
      framework .net

      whatever version you use

      there's about a dozen vulnerabilities in version 4.0 alone, including this one overrunning an array

      http://www.securityfocus.com/bid/48212/discuss

      Shithead fanboy. Understand the tools you use. Marketing theory is not implementation reality.

      Yes, they've been found. Yes, they're open. And your question reveals absolutely horrific ignorance and shows that you've drank the kool-aid instead of doing some research.

      Next time you choose a platform, ask yourself what the possible vulnerabilities are, and then do a google search for them. Had you done this, you'd realize that Java is one of the exploit platforms of choice, second only to flash -- and has been for years.

    22. Re:Damn... by lightknight · · Score: 2

      True, but it's harder to cut yourself with a pair of safety scissors than it is a machete.

      --
      I am John Hurt.
    23. Re:Damn... by lightknight · · Score: 2

      There is only one way to know whether or not what you are saying is the truth: Did it involve a god function and a lot of gotos?

      --
      I am John Hurt.
    24. Re:Damn... by Anonymous Coward · · Score: 0

      Hey, he's doing a great thing, you know! Politely informing us that our opinions and our political beliefs are wrong is a service to /.ers everywhere!

    25. Re:Damn... by Anonymous Coward · · Score: 0

      Use open source:
      Slackware or Arch Linux + http://convergence.io/ + locked down system + IPS

      Use Windows and get what you pay for.

    26. Re:Damn... by Anonymous Coward · · Score: 0

      Fortunately it has come to the point that no one but a child of the 8bit and dos box era even knows what a goto is. There was a time I couldn't imagine programming with out them.

    27. Re:Damn... by lightknight · · Score: 1

      And all joking aside, I would add that supposedly they are still useful, even in good code.

      --
      I am John Hurt.
    28. Re:Damn... by CastrTroy · · Score: 1
      If you click on the Exploit Tab, you'll see that it reads.

      Currently, we are not aware of any working exploits. If you feel we are in error or if you are aware of more recent information,

      There have been exploits in the past, but they have been fixed. Also, Java and flash are the most common because those are the main languages that run as plugins in your browser. Of course that's where everyone is going to look for these problems. It wouldn't be a big deal to find a similar bug in PHP or Python, because you couldn't get people's browser to execute them.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    29. Re:Damn... by Anonymous Coward · · Score: 0

      Seriously, blaming the language for the coding bug is one of the lamest things I've ever heard.

      Experience has taught humans that mistakes are inevitable, and that safety precautions are a good idea. We don't usually walk through minefields to get to work, even if "blaming the explodee" is easier for you than not having that minefield nearby. "It's his own damn fault. Any competent walker would have had a metal detector!"

  2. I'm not scared... by asdbffg · · Score: 5, Funny

    Norton keeps me safe.

    1. Re:I'm not scared... by Anonymous Coward · · Score: 0

      LOL

    2. Re:I'm not scared... by Cazekiel · · Score: 1

      I keep seeing this, lolloplexing, scrolling down to read more... scrolling up, MORE lol; you gave the gift that keeps on giving.

      --
      You want to know how to help your kids? LEAVE THEM THE F*&K ALONE. --George Carlin
    3. Re:I'm not scared... by lightknight · · Score: 1

      Yes, but the extra 5 minutes it takes to copy a small text file from one location of your SATA-3 SSD to another is a bit of a deal breaker.

      --
      I am John Hurt.
  3. The war of the future by baldrad · · Score: 1

    I think it will be interesting to see how the governments of the world start to evolve around this new threat.

  4. So basically... by girlintraining · · Score: 5, Funny

    Step 1. Paint giant bullseye on the top of your corporate office. Write "Insert bomb here," repeatedlty around the edge.
    Step 2. Sell digital goods that can be used by sovereign powers to wage war on each other to both sides.
    Step 3. ???
    Step 4. Profi--Error: Connection reset by peer

    --
    #fuckbeta #iamslashdot #dicemustdie
  5. Thieves among thieves by hjf · · Score: 5, Insightful

    Oh, they only sell to NATO, right? You know, you can TRY to lie to us, but in the end, lying to the CIA is the same as lying to yourself. They know you sell to Iran, China, and every other regime out there.

    You're on a shady enough business not to sell to the best offer.

    1. Re:Thieves among thieves by Anonymous Coward · · Score: 2, Insightful

      Even if they do only sell to NATO, NATO governments haven't exactly had a stellar history of respecting human rights in the past decade.

    2. Re:Thieves among thieves by WalkingBear · · Score: 1

      Of course they sell to Iran, China, et al.. And the CIA and MI5 *help* them with the code they write, especially the code they sell to others. Backdoors in the backdoors.

    3. Re:Thieves among thieves by elucido · · Score: 2

      Even if they do only sell to NATO, NATO governments haven't exactly had a stellar history of respecting human rights in the past decade.

      What government respects human rights?

      If they don't sell their exploit to NATO who should they sell them to? The FBI?

    4. Re:Thieves among thieves by Anonymous Coward · · Score: 0

      ...lying to the CIA is the same as lying to yourself.

      Obligatory Soviet Russia reply:

      In Corporate States of America, CIA lies to YOU.

    5. Re:Thieves among thieves by Anonymous Coward · · Score: 0

      What government respects human rights?

      If they don't sell their exploit to NATO who should they sell them to? The FBI?

      The FBI is part of NATO - it is an organization owned by the US government - which is part of NATO. The FBI is not an "alternative". North Korea, China, Al quaeda and organized crime are all "alternatives" to NATO though. The only ones to purchase such stuff are criminals and governments with enemies...

    6. Re:Thieves among thieves by Wrath0fb0b · · Score: 2

      Even if they do only sell to NATO, NATO governments haven't exactly had a stellar history of respecting human rights in the past decade.

      Compared to who? I'm pretty sure NATO collectively ranks at the very top of human rights respect on this planet.

    7. Re:Thieves among thieves by lightknight · · Score: 1

      NATO, and out of the back of a white van, to people whose accents place them from various countries on the 'Naughty List.'

      --
      I am John Hurt.
    8. Re:Thieves among thieves by L4t3r4lu5 · · Score: 3, Insightful

      Compared to who? I'm pretty sure NATO collectively ranks at the very top of human rights respect on this planet.

      Well put. Furthermore, Harold Shipman is my choice of Serial Killer of the Year, as he only ended the lives of the elderly and infirm, and in a humane fashion.

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    9. Re:Thieves among thieves by Wrath0fb0b · · Score: 1

      Well put. Furthermore, Harold Shipman is my choice of Serial Killer of the Year, as he only ended the lives of the elderly and infirm, and in a humane fashion.

      And he is abominable as compared to the billions of people that don't murder anyone at all.

    10. Re:Thieves among thieves by CAIMLAS · · Score: 1

      Well, compared to... pretty much everyone.

      Every single NATO-organized operation has not only been a significant failure, but human rights violations have been atrocious. This is more true with the smaller operations involving soldiers from non-Western countries in other non-Western countries. Complete... cluster... fuck.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    11. Re:Thieves among thieves by elucido · · Score: 1

      What government respects human rights?

      If they don't sell their exploit to NATO who should they sell them to? The FBI?

      The FBI is part of NATO - it is an organization owned by the US government - which is part of NATO. The FBI is not an "alternative". North Korea, China, Al quaeda and organized crime are all "alternatives" to NATO though. The only ones to purchase such stuff are criminals and governments with enemies...

      If they are only selling it to NATO governments and the FBI and US government are part of NATO then what is the problem? Isn't that what all the other contractors are doing anyway?

  6. Kind of shady? by K.+S.+Kyosuke · · Score: 5, Insightful

    I mean, aren't there laws against doing things like hacking into computers you don't own? Isn't this aiding in a crime? The last time I checked, even government agencies were obliged not to break laws.

    --
    Ezekiel 23:20
    1. Re:Kind of shady? by Desler · · Score: 5, Funny

      Your post is so cute. You actually think they care.

    2. Re:Kind of shady? by Anonymous Coward · · Score: 0

      Spies act outside of legality. You think it was legal for french agents to place bombs inside the rainbow warrior in new zeland ? Sinking the ship and killing a photographer in the process ?

      Governments decide what is legal and what is not.
      And if they want to do something they'll classify it as legal and all else be damned and you'll be none the wiser.

    3. Re:Kind of shady? by Lobachevsky · · Score: 0

      There are also laws against doing things like shooting an unarmed person in the head, aka assassination, but if a soldier hears his superior yell "fire", he shoots, no questions asked. In theory, the govt. abides by its own laws, in practice, 'national security' trumps all laws, and even the courts have agreed, allowing the govt. to withhold evidence on the basis of national security. Govt: "He's guilty!" Judge: "why?" Govt: "We'd like to tell you why, but that harms national security." Judge: "oh, okay, he's guilty."

    4. Re:Kind of shady? by Iniamyen · · Score: 2

      The laws only apply if you are hacking into computers you don't own in order to download The Hurt Locker.

    5. Re:Kind of shady? by Anonymous Coward · · Score: 1

      Spies act outside of legality. You think it was legal for french agents to place bombs inside the rainbow warrior in new zeland ?

      Sure it was! It was a warrior right? That means it was a warship!

      If you don't agree with this, the hippies... Er.... I mean... terrorists win!

    6. Re:Kind of shady? by X0563511 · · Score: 1

      Silly citizen, gov't agents are above the law.

      --
      For large sets, this will be our guide even unto death, for the LORD will work for each type of data it is applied to...
    7. Re:Kind of shady? by PPH · · Score: 4, Insightful

      even government agencies were obliged not to break laws.

      Unless we're at war.

      We're always at war.

      --
      Have gnu, will travel.
    8. Re:Kind of shady? by Real_Reddox · · Score: 5, Insightful

      if a soldier hears his superior yell "fire", he shoots, no questions asked.

      As a soldier, I can only note your lack of insight in how the military works.

      --
      I spent five minutes stealing cool sigs and all I got was this.
    9. Re:Kind of shady? by EvilBudMan · · Score: 1

      How do you prove it?

    10. Re:Kind of shady? by Anonymous Coward · · Score: 1

      Who said anything about hacking into someone else's computer? Discovering exploits is not a crime.

    11. Re:Kind of shady? by theonesandtwos · · Score: 1

      Just to play devils advocate, they're selling exploits. You need not hack machines that do not belong to you to develop exploits.
      Are they not in some sense selling knowledge? Since when is that illegal? (State secrets and whatnot aside).

      I don't agree with it, but I'm just saying.

    12. Re:Kind of shady? by Sir_Sri · · Score: 3, Informative

      Espionage agencies are lawfully chartered. The activities they undertake in other countries are usually illegal in those countries, but so what, you do it to us, we do it to you, when you catch one of ours, we catch one of yours, trade, and back to business.

      In the case of the french bombing a ship in new zealand that was illegal, even though New Zealand would be a "NATO Partner" in the parlance of TFA. Two of the agents were caught, and charged.

      Of course had they got back to france (like the rest of the team) likely nothing would have happened to them, although with a more valuable ally like the UK that may not hold true. Countries act in their own interests, and if they're smart they are under no illusion about having any friends.

      The reason people still remember the rainbow warrior incident is because it was a major scandal in france, and might not even have been legal in france. Depends on the agreements they had with New Zealand.

    13. Re:Kind of shady? by K.+S.+Kyosuke · · Score: 1

      That's possible, but I would think it is one thing for a spy agency to do something shady covertly (obviously, that happens), and another thing for private company to openly sell stuff like this, regardless of who is the buyer. That almost feels like Israel admitting that they have nukes.

      --
      Ezekiel 23:20
    14. Re:Kind of shady? by meerling · · Score: 4, Informative

      The military has very strict rules, and you are only required to follow lawful orders. In fact, if you are given an unlawful order, you are, by military law, required to refuse to follow it and report it to the appropriate military authority. Nobody is protected by "I was just following orders" for performing an unlawful action.
      At least with regards to the US Military. I don't know about other countries.

    15. Re:Kind of shady? by betterunixthanunix · · Score: 1

      It is also a crime to wiretap someone, but the police do it all the time. Judges can grant warrants to allow law enforcement agencies to do otherwise illegal things.

      --
      Palm trees and 8
    16. Re:Kind of shady? by Anonymous Coward · · Score: 0

      At least he was smart enough to know how to use the word "your".

    17. Re:Kind of shady? by DroolTwist · · Score: 1

      LOL! I noticed that too.

      Just do what the rednecks to, and use 'yer' - nobody questions 'yer'.

    18. Re:Kind of shady? by NIN1385 · · Score: 1

      Mod up please.

      This is the problem with the "war or terror". There is no end, the US government will never be able to declare a victory over this enemy. This plays right into their grand scheme of things, they have a free pass to do whatever they want anywhere in the world and the perfect terrorist attack to justify it.

      This is why you will never see a real investigation into the events of September 11th, if there were ever any highly publicized cracks in the story of what happened that day it would bring down the entire house of cards.

      --

      If carrots got you drunk, rabbits would be fucked up. - Comedian Mitch Hedberg R.I.P. 03/30/68-2/24/05
    19. Re:Kind of shady? by Opportunist · · Score: 1

      Possible, but what protects me from the bullet in the officer's gun?

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    20. Re:Kind of shady? by elucido · · Score: 1

      I mean, aren't there laws against doing things like hacking into computers you don't own? Isn't this aiding in a crime? The last time I checked, even government agencies were obliged not to break laws.

      Government agencies don't believe in any laws besides the law of might. If they want to do it they do it just as long as they have the force to get away with it.

    21. Re:Kind of shady? by elucido · · Score: 1

      Espionage agencies are lawfully chartered. The activities they undertake in other countries are usually illegal in those countries, but so what, you do it to us, we do it to you, when you catch one of ours, we catch one of yours, trade, and back to business.

      In the case of the french bombing a ship in new zealand that was illegal, even though New Zealand would be a "NATO Partner" in the parlance of TFA. Two of the agents were caught, and charged.

      Of course had they got back to france (like the rest of the team) likely nothing would have happened to them, although with a more valuable ally like the UK that may not hold true. Countries act in their own interests, and if they're smart they are under no illusion about having any friends.

      The reason people still remember the rainbow warrior incident is because it was a major scandal in france, and might not even have been legal in france. Depends on the agreements they had with New Zealand.

      You're forgetting that spies don't get "traded', officers get traded back and forth and only the officers with official cover. Officers are spy handlers, the spies are the people who if caught get killed.

    22. Re:Kind of shady? by Hatta · · Score: 1

      In fact, if you are given an unlawful order, you are, by military law, required to refuse to follow it and report it to the appropriate military authority.

      What do you think actually happens when one does that?

      --
      Give me Classic Slashdot or give me death!
    23. Re:Kind of shady? by HungryMonkey · · Score: 2

      I mean, aren't there laws against doing things like hacking into computers you don't own? Isn't this aiding in a crime? The last time I checked, even government agencies were obliged not to break laws.

      You've got it all wrong. I'm sure they hack into their own computers, nothing illegal there. Then they sell the knowledge of these exploits to their customers in order to protect them from these weaknesses. Now, if someone in one of those agencies "goes against policy" and uses these exploits against someone else, how is it their fault?

    24. Re:Kind of shady? by Anonymous Coward · · Score: 1

      Possible, but what protects me from the bullet in the officer's gun?

      The bullet in your gun.

      I am always amazed at people who claim the military forced them to do whatever they now face war crimes death penalty for. Sheesh! In such a situation, don't succumb to the pressure. Just fire on the commanders, for a man with a weapon cannot really be forced.

      Of course, there is the risk of being killed for mutiny (unless the rest feel the same way). But if it is a death penalty either way, do what is right.It will make a difference.

    25. Re:Kind of shady? by Opportunist · · Score: 3, Insightful

      If you go by logic, committing the war crime is the logical conclusion.

      Imagine you're ordered to shoot civilians, or having the option to get shot by your superior. What are your options?
      1. Refusing. You're dead.
      2. Shooting your superior. Chances for a trial: Almost certain. Chances for a conviction: Rather high.
      3. Shooting the civilian. Chances for a trial: Almost zero, as long as every witness is an accomplice. Chances for conviction: Close to zero unless a reporter somehow finds out about it.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    26. Re:Kind of shady? by Anonymous Coward · · Score: 0

      The Nuremberg trials are what caused this rule. It is accepted by most international courts. The theory that being ordered remove your liability is false. It is the same with health and safety laws.

    27. Re:Kind of shady? by Anonymous Coward · · Score: 0

      Exactly, which is why the government (or military) hires contractors for things it cannot do but private citizens can. For instance, the government cannot monitor government employee's internet usage, but they can hire a firm to enforce their internet policy for them.

    28. Re:Kind of shady? by tnk1 · · Score: 4, Informative

      Summary executions by officers for anything are of extremely doubtful legality today, at least in the US. If an officer simply executed you for some cause and expected that to hold, he would face a guaranteed court-martial. If he tried to pretend that he merely apprehended you and you "escaped", there would still be an investigation at the very least. Unless the whole unit was on the side of the officer, it is unlikely that an officer would get away with it.

      As far as "friendly fire" incidents... those are always possible, but the shooter could still get found out.

      In short, if you turned the officer in for an offense that they might get execution, or life, or 20 years for, you may want to watch your back. Otherwise, no one is going to shoot you unless they are also unbalanced. In which case, you're pretty fucked anyway.

      That said, while it is actually required to refuse an unlawful order, you will still likely have to prove that at court-martial. So, you might well simply obey the officer ordering you to do something technically illegal, but petty. But, if he wants you to start shooting people, I'd suggest taking the court-martial.

    29. Re:Kind of shady? by tnk1 · · Score: 1

      If the officer thinks he can get away with it, you will be subjected to non-judicial punishment or he might just send you straight to a court martial. If he tries to punish you non-judicially, you have a right to insist on a court-martial. The fact that the order was unlawful is your defense. If it is proven, the officer will get dinged himself, based on what the order was.

      If he doesn't think he can get away with it, he'll accept your refusal and move on.

    30. Re:Kind of shady? by Opportunist · · Score: 1

      An officer doesn't have to shoot you to kill you in a war. He can easily put you in a position where the enemy does that unpleasant work for him.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    31. Re:Kind of shady? by Anonymous Coward · · Score: 0

      Spies act outside of legality. You think it was legal for french agents to place bombs inside the rainbow warrior in new zeland ? Sinking the ship and killing a photographer in the process ?

      Actually, that was a good start. Now maybe they can deploy GIGN to fucking kill Earth Liberation Front.

    32. Re:Kind of shady? by lennier · · Score: 1

      There are also laws against doing things like shooting an unarmed person in the head, aka assassination, but if a soldier hears his superior yell "fire", he shoots, no questions asked.

      And that's precisely why I don't "support the troops" qua troops. Cyber or otherwise. If you aren't allowed to question orders to harm and kill, you're not allowed to be a free and ethical human being. Why are we (why are Republicans of all people!) still glorifying an institution which practices slavery in the 21st century?

      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
    33. Re:Kind of shady? by Anonymous Coward · · Score: 1

      Your post is so cute. You'd rather post snarky cynical comments than a thought-out analysis of legal and possibly ethical implications of said company's business.

    34. Re:Kind of shady? by lightknight · · Score: 1

      Nonsense. More than 50% of ELF is made up of intelligence agents, trying to stir up some business.

      --
      I am John Hurt.
    35. Re:Kind of shady? by Anonymous Coward · · Score: 0

      well nothing says you have to use it in an illegal manner; an improbable given the price but theoretically possible rationale is that you wanted to test your corporate networks .. (I wouldn't believe that either from someone buying high-dollar 0day).

      That said, it's a pretty huge stretch to jump from one to the other like that.. especially in the US where even when such laws eventually come into place, the strong pro-gun legal history would protect the practice.

      In other words, we don't even have laws that have thought that far into it yet, and when we do the comparison that it would be like charging colt every time someone shot another with a colt.

      The bit about NATO and such, thats going to be them making it clear they're complying with ITAR, which AFAIK doesn't directly cover exploits, but with a creative twist most certainly could, so 'i dont sell to terrorists, criminals or any government not in NATO' is essentially keeping it legal.

    36. Re:Kind of shady? by Anonymous Coward · · Score: 0

      A little outdated figures: ELF does not exist anymore since it's buyout by Total in 2000...

    37. Re:Kind of shady? by Noughmad · · Score: 1

      even government agencies were obliged not to break laws.

      Unless we're at war.

      We're always at war.

      We've always been at war.

      --
      PlusFive Slashdot reader for Android. Can post comments.
    38. Re:Kind of shady? by mapkinase · · Score: 2

      No, he'd rather post thought-out analysis of legal and possibly ethical implications of said company's business.that happens to take the snarky cynical form that you so wittily grasped

      --
      I do not believe in karma. "Funny"=-6. Do good and forbid evil. Yours, Oft-Offtopic Flamebaiting Troll.
    39. Re:Kind of shady? by Anonymous Coward · · Score: 0

      It might be aiding in a crime, but it's low priority compared to aiding in copyright enfringement...

    40. Re:Kind of shady? by Alarash · · Score: 1

      Pretty sure you can turn this around saying it's for defense purposes, or "research." Isn't "security researcher" the official term for "white hat" ?

    41. Re:Kind of shady? by Anonymous Coward · · Score: 0

      wasn't that more or less what was tried after the "My Lai Massacre", those involved were assigned the most dangerous mission I assume in the hope that noone would be left to tell what really happen

    42. Re:Kind of shady? by DrBoumBoum · · Score: 1

      Care to elaborate?

    43. Re:Kind of shady? by Hydian · · Score: 1

      You're forgetting that spies don't get "traded', officers get traded back and forth and only the officers with official cover. Officers are spy handlers, the spies are the people who if caught get killed.

      Yup! Just like Anna Chapman! Oh, wait...she got on the cover of Maxim magazine after being sent home instead...

    44. Re:Kind of shady? by Real_Reddox · · Score: 1

      Well, Lobasomething apparently subscribes to the belief that all soldiers are mindless robots without consciences. It should go without saying that this isn't true. There is such a thing as illegal orders, and it's every soldier's duty to not follow orders he or she believes are illegal.

      --
      I spent five minutes stealing cool sigs and all I got was this.
  7. It's not illegal... by nitehawk214 · · Score: 0, Redundant

    ... if the government (or a private firm working for the government) does it.

    Please remember this the next time a cop kicks you in the face.

    --
    I'm a good cook. I'm a fantastic eater. - Steven Brust
  8. Exploit to exploit by WinstonWolfIT · · Score: 5, Insightful

    Wow. That puts huge incentive on planting moles in projects with wide distribution simply for the aim of writing exploitable code.

    1. Re:Exploit to exploit by elucido · · Score: 1

      Wow. That puts huge incentive on planting moles in projects with wide distribution simply for the aim of writing exploitable code.

      Agencies probably already do that to save money having to pay these guys.

    2. Re:Exploit to exploit by Anonymous Coward · · Score: 1

      Well of course. Did you think Adobe monetized Acrobat Reader and Flash by selling content creation tools?

    3. Re:Exploit to exploit by Anonymous Coward · · Score: 0

      It's like nobody watched Charlie Miller
      Kim Jong Il and me (how to build a cyber army)
      http://www.youtube.com/watch?v=8AB3NcCkGNQ

    4. Re:Exploit to exploit by ihatewinXP · · Score: 2

      That is what I have been wondering.

      How many open source projects / commercial products are compromised by 3 letter agency insiders? Yeah we can 'look at the source' for some software but I have no pretenses on most anyone being able to find a backdoor left in by the best of the best that MIT / NSA etc have to offer. And with an unlimited budget to boot...

      I know if I was in charge id just make sure to get my code into Flash installers, Webkit, MS Office, and a few of the most popular linux packages and call it a day. I mean, what computer worth looking at isnt going to have an office suite, a browser, or flash?

      By the looks of Stuxtnet apparently routers are also a good thing to throw backdoors into as well....

      --
      ---- The real Slashdot is still here. You just have to browse at -1 to read the comments.
    5. Re:Exploit to exploit by Anonymous Coward · · Score: 0

      How many open source projects / commercial products are compromised by 3 letter agency insiders?

      Developers have been fixing security issues in open source software for a very long time now. In all that time, there has not been a single case where an individual was suspected of deliberately inserting a vulnerability into a program through the normal development channels. Let alone a pattern of these cases.

  9. The true faith of an armorer by Animats · · Score: 4, Insightful

    "To give arms to all men who offer an honest price for them, without respect of persons or principles: to aristocrat and republican, to Nihilist and Tsar, to Capitalist and Socialist, to Protestant and Catholic, to burglar and policeman, to black man white man and yellow man, to all sorts and conditions, all nationalities, all faiths, all follies, all causes and all crimes." - Undershaft

    1. Re:The true faith of an armorer by forand · · Score: 3, Informative

      Anyone wondering where this is from it is from the play Major Barbara by George Bernard Shaw. You can find the full script on Gutenberg.

  10. Spook BackDoors In Cisco Routers by Anonymous Coward · · Score: 0, Informative

    Spook BackDoors In Cisco Routers
    - Older news, but still relevant!!
    Please save this story and repost it everywhere
    Especially in Security Discussion Forum Sites
    - You should use OpenBSD or a hardened Linux distro
    For a router, NOT these blackboxes offered with
    proprietary hardware & firmware!

    http://www.forbes.com/2010/02/03/hackers-networking-equipment-technology-security-cisco.html

    "Special Report
    Cisco's Backdoor For Hackers
    Andy Greenberg, 02.03.10, 01:45 PM EST
    The methods networking companies use to let the Feds watch suspects also expose the rest of us.

    ARLINGTON, Va. -- Activists have long grumbled about the privacy implications of the legal "backdoors" that networking companies like Cisco build into their equipment--functions that let law enforcement quietly track the Internet activities of criminal suspects. Now an IBM researcher has revealed a more serious problem with those backdoors: They don't have particularly strong locks, and consumers are at risk.

    In a presentation at the Black Hat security conference Wednesday, IBM ( IBM - news - people ) Internet Security Systems researcher Tom Cross unveiled research on how easily the "lawful intercept" function in Cisco's ( CSCO - news - people ) IOS operating system can be exploited by cybercriminals or cyberspies to pull data out of the routers belonging to an Internet service provider (ISP) and watch innocent victims' online behavior.

    But the result, Cross says, is that any credentialed employee can implement the intercept to watch users, and the ISP has no method of tracking those privacy violations. "An insider who knows the password can use it without an audit trail and send the data to anywhere on the Internet," Cross says.

    Cross told Cisco about his findings in December 2008, but with the exception of the patch Cisco released following the revelation of its router bug in 2008, the security flaws he discussed haven't been fixed. In an interview following Cross' talk, Cisco spokeswoman Jennifer Greeson said that the company is "confident in its framework." "We recognize that security is complicated," she said. "We're looking at [Cross'] findings and we'll take them into account."

    Cisco isn't actually the primary target of Cross' critique. He points out that all networking companies are legally required to build lawful intercepts into their equipment.

    Special Report
    Cisco's Backdoor For Hackers
    Andy Greenberg, 02.03.10, 01:45 PM EST
    The methods networking companies use to let the Feds watch suspects also expose the rest of us.

    ARLINGTON, Va. -- Cisco, in fact, is the only networking company that follows the recommendations of the Internet Engineering Task Force standards body and makes its lawful intercept architecture public, exposing it to peer review and security scrutiny. The other companies keep theirs in the dark, and they likely suffer from the same security flaws or worse. "Cisco did the right thing by publishing this," says Cross. "Although I found some weaknesses, at least we know what they are and how to mitigate them."

    The exploitation of lawful intercept is more than theoretical. Security and privacy guru Bruce Schneier wrote last month that the Google ( GOOG - news - people ) hackings in China were enabled by Google's procedures for sharing information with U.S. law enforcement officials. And in 2004 and 2005, a group of hackers used intercept vulnerabilities in Ericsson ( ERIC - news - people ) network switches to spy on a wide range of political targets including the cellphone of Greece's prime minister.

    All of that, argues IBM's Cross, means that Internet-related companies need to be more transparent about their lawful intercept procedures or risk exposing all of their users. "There are a lot of other technology companies out there that haven't published their architecture

    1. Re:Spook BackDoors In Cisco Routers by Anonymous Coward · · Score: 0

      And we could top it all of with the fact that all of their Cisco hardware is probably manufactured in China, who slips their own backdoor into hardware... ;-)

  11. Scope of Work by Statecraftsman · · Score: 1

    I wonder if they ever go from providing exploits to "remote controlled product support".

  12. violation of the DMCA? by cjonslashdot · · Score: 1, Redundant

    Isn't this a violation of the DMCA?

    1. Re:violation of the DMCA? by Desler · · Score: 1

      They're a French company...

    2. Re:violation of the DMCA? by cjonslashdot · · Score: 2

      Still, if the US can extradite Vladimir Zdorovenin and Gary McKinnon (let alone, Julian Assange) for their purported violation of US laws while outside the US, then the US should be able to extradite the execs of this company. Right?

    3. Re:violation of the DMCA? by Lunix+Nutcase · · Score: 1

      No.

    4. Re:violation of the DMCA? by geoffaus · · Score: 1

      or if they ever step on US soil this happened to an exec - cant remember who but he wasnt on good terms with the US then on a flight to canada his plane got diverted to NYC and they got him

      --
      As an online discussion grows longer, the probability of a reference to Godwin's Law approaches 1
    5. Re:violation of the DMCA? by Anonymous Coward · · Score: 0

      Protip: Periods and capital letters aren't just a nice feature of most keyboards, they're rather important in the English language for delimiting sentences. USE THEM!

  13. I hope their physical security is top notch by swb · · Score: 2, Insightful

    And not just for their offices, but for their homes and the homes, schools and offices of their families, friends and anyone else they might care about.

    It strikes me that these are people you don't want to try to play around with and that some might try to influence you to give a better deal to their side than another side, perhaps using things like pictures of your kids walking to school or your wife gardening.

    1. Re:I hope their physical security is top notch by Anonymous Coward · · Score: 1

      Why is this modded redundant? I am in ITSec yet am valued more for my knowledge about physical security and it's deep implications. Go ahead go take a look at a light primer: Locks, Safes, and Security by Marc Weber Tobias; then come back and say it is redundant.

    2. Re:I hope their physical security is top notch by elucido · · Score: 2

      Why is this modded redundant? I am in ITSec yet am valued more for my knowledge about physical security and it's deep implications. Go ahead go take a look at a light primer: Locks, Safes, and Security by Marc Weber Tobias; then come back and say it is redundant.

      But if you know about physical security then you know in most workplaces it barely exists. You've got to secure the entire electromagnetic spectrum, worry about biological attacks, chemical attacks, psychological, and social engineering attacks on top of the technical exploits, lock picking, etc.

      These individuals in this company wouldn't be in the business they are in if they didn't have physical security of some sort. They have as little physical security as everyone else has, but perhaps they are aware of the fact that they aren't completely safe.

      But you're right, if they aren't locked down like a fort someone will still their exploits and then sell them to their clients.

  14. From the desk of Zorg by Anonymous Coward · · Score: 1

    "'if you sell weapons to someone, there's no way to ensure that they won't sell to another agency.'""

    Or worse!

    Zorg: I hate warriors, too narrow-minded. I'll tell you what I do like though: a killer, a dyed-in-the-wool killer. Cold blooded, clean, methodical and thorough. Now a real killer, when he picked up the ZF-1, would've immediately asked about the little red button on the bottom of the gun.

    [Scene shifts to Aknot, who is staring in confusion at the little red button. He shrugs and pushes it]

    Zorg: [Casually smokes a cigarette as the room with the Mangalores blows up] Bring me the priest.

  15. But my orgies! by Cazekiel · · Score: 1

    the company says can penetrate every major browser, as well as other targets like iOS, Android, Adobe Reader and Microsoft Word.

    NUUU not my slash!fic!! No touching my pr0n!

    Oh wait, Microsoft Word required my first-born for payment, so I downloaded OpenOffice. Not on the list, MY PR0N IS SAFE.

    --
    You want to know how to help your kids? LEAVE THEM THE F*&K ALONE. --George Carlin
    1. Re:But my orgies! by colinrichardday · · Score: 2

      You have porn on Microsoft Word? Wouldn't LaTeX be safer? Just don't use a petroleum-based editor.

    2. Re:But my orgies! by Cazekiel · · Score: 1

      LOLZ, oh, I like you. You can stay. :D

      --
      You want to know how to help your kids? LEAVE THEM THE F*&K ALONE. --George Carlin
  16. Previously, on Slashdot... by Anonymous Coward · · Score: 0

    More on Cisco Building Surveillance into Routers

    - http://yro.slashdot.org/story/03/04/22/1656215/More-on-Cisco-Building-Surveillance-into-Routers

    "The company recently published a proposal that describes how it plans to embed 'lawful interception' capability into its products. Among the highlights: Eavesdropping 'must be undetectable,' and multiple police agencies conducting simultaneous wiretaps must not learn of one another. If an Internet provider uses encryption to preserve its customers' privacy and has access to the encryption keys, it must turn over the intercepted communications to police in a descrambled form." See our earlier story and the RFC for background."

    Cisco Support for Lawful Intercept In IP Networks

    - http://yro.slashdot.org/story/03/04/17/0024235/cisco-support-for-lawful-intercept-in-ip-networks

    "Scary stuff for the privacy advocates out there. Your Internet telephone conversations may soon be tapped by the government. Anyone else concerned about these intercepts being hacked?"

  17. whom are they using these exploits against? by NarcoTraficante · · Score: 1

    As long as the government agencies don't use them within their own territories against their own citizens then it's fine.

    1. Re:whom are they using these exploits against? by Opportunist · · Score: 1

      Oh, so it's allright if I use it?

      Care to share your IP address?

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  18. TekWars REDUX by Anonymous Coward · · Score: 0

    Now add some Nano bots and highly bio-engineered drugs and we can have are own real life TekWars :P

    now i wonder if old willy Shatner would scream copyright infringement!

    Let the TEKLords make the world go round :) one exploit at a time!

  19. Perspective:Inside Cisco's eavesdropping apparatus by Anonymous Coward · · Score: 1

    Perspective: Inside Cisco's eavesdropping apparatus

    By Declan McCullagh | April 21, 2003 4:00 AM PDT
    - http://news.cnet.com/2010-1071-997528.html?tag=fd_nc_1

    "Cisco Systems has created a more efficient and targeted way for police and intelligence agencies to eavesdrop on people whose Internet service provider uses their company's routers.

    The company recently published a proposal that describes how it plans to embed "lawful interception" capability into its products. Among the highlights: Eavesdropping "must be undetectable," and multiple police agencies conducting simultaneous wiretaps must not learn of one another. If an Internet provider uses encryption to preserve its customers' privacy and has access to the encryption keys, it must turn over the intercepted communications to police in a descrambled form.

    Cisco's decision to begin offering "lawful interception" capability as an option to its customers could turn out to be either good or bad news for privacy.

    Because Cisco's routers currently aren't designed to target an individual, it's easy for an Internet service provider (ISP) to comply with a police request today by turning over all the traffic that flows through a router or switch. Cisco's "lawful interception" capability thus might help limit the amount of data that gets scooped up in the process.

    On the other hand, the argument that it hinders privacy goes like this: By making wiretapping more efficient, Cisco will permit governments in other countries--where court oversight of police eavesdropping is even more limited than in the United States--snoop on far more communications than they could have otherwise.

    Marc Rotenberg, head of the Electronic Privacy Information Center, says: "I don't see why the technical community should hardwire surveillance standards and not also hardwire accountability standards like audit logs and public reporting. The laws that permit 'lawful interception' typically incorporate both components--the (interception) authority and the means of oversight--but the (Cisco) implementation seems to have only the surveillance component. That is no guarantee that the authority will be used in a 'lawful' manner."

    U.S. history provides many examples of government and police agencies conducting illegal wiretaps. The FBI unlawfully spied on Eleanor Roosevelt, Martin Luther King Jr., feminists, gay rights leaders and Catholic priests. During its dark days, the bureau used secret files and hidden microphones to blackmail the Kennedy brothers, sway the Supreme Court and influence presidential elections. Cisco's Internet draft may be titled "lawful interception," but there's no guarantee that the capability will always be used legally.

    Still, if you don't like Cisco's decision, remember that they're not the ones doing the snooping. Cisco is responding to its customers' requests, and if they don't, other hardware vendors will.

    If you're looking for someone to blame, consider Attorney General John Ashcroft, who asked for and received sweeping surveillance powers in the USA Patriot Act, along with your elected representatives in Congress, who gave those powers to him with virtually no debate.

    I talked with Fred Baker, a Cisco fellow and former chairman of the Internet Engineering Task Force (IETF), about his work on the "lawful interception" draft.

    Q: Why did Cisco decide to build "lawful interception" into its products? What prompted this?
    A: Cisco's customers, not just in United States but in many countries, are finding themselves served with subpoenas to mandate lawful intercept functionality. Cisco received requests from its customers for this capability.

    When I found out about the project, I asked to be involved because I wanted to ensure that it was done in a manner that was as close to balanced as I could get. From an engineering perspective, the easiest thing is to give everything to law enforcement and let them sort it out. But I wanted to d

  20. Can't Help But Wonder... by Zamphatta · · Score: 1

    Might Vupen have been the ones that discovered the exploits used by Duqu & Stuxnet? If they were, then they might know who created Duqu & Stux.

  21. $100,000 is not rich. by elucido · · Score: 1

    I admit it's good enough for one security researcher, or maybe 1.5, but it's not rich.

    If we are talking about millions of dollars then we are talking rich.

    1. Re:$100,000 is not rich. by Opportunist · · Score: 1

      100k per customer. Multiply by x, with x being everyone and anyone willing and able to join the cyber arms race.

      Plus, those 100k are the admission ticket, not the ride fee. Actually getting informed about an exploit and how it works costs extra, and then you WISH it was just 100k...

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:$100,000 is not rich. by Khashishi · · Score: 3, Informative

      That's just the membership fee. How much is the actual product?

    3. Re:$100,000 is not rich. by elucido · · Score: 1

      100k per customer. Multiply by x, with x being everyone and anyone willing and able to join the cyber arms race.

      Plus, those 100k are the admission ticket, not the ride fee. Actually getting informed about an exploit and how it works costs extra, and then you WISH it was just 100k...

      If it's profitable to do things this way then this might be the beginning of a new industry.

    4. Re:$100,000 is not rich. by Anonymous Coward · · Score: 0

      $100,000 isn't cool, you know what's cool ... $100,000,000,000 ...

    5. Re:$100,000 is not rich. by Anonymous Coward · · Score: 0

      This isn't a new industry; just business as usually with new munitions: shell codes and pay loads.

    6. Re:$100,000 is not rich. by Anonymous Coward · · Score: 0

      Less. But still... considerable. And most of them are frequent buyers.

  22. Yeah but thats where the money is. by elucido · · Score: 1

    And not just for their offices, but for their homes and the homes, schools and offices of their families, friends and anyone else they might care about.

    It strikes me that these are people you don't want to try to play around with and that some might try to influence you to give a better deal to their side than another side, perhaps using things like pictures of your kids walking to school or your wife gardening.

    There is no easy way for hackers to make money. You'll have to sell to the spies or you don't make money at all because the spies are the ones with the money to pay for security researchers.

    As far as them trying to influence for a better deal or exclusive deal this much is obvious.

  23. Just a reminder by Opportunist · · Score: 3, Insightful

    When you're extorting, don't get greedy. At some point it's cheaper to just get rid of you than to pay you.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:Just a reminder by elucido · · Score: 2

      When you're extorting, don't get greedy. At some point it's cheaper to just get rid of you than to pay you.

      So who is going to do the getting rid of? Google?

      Also it's not extortion. Bug testing is Googles job not ours. Finally you have all these agencies that want to buy exploits so it's more like weapons trading but thats basically what the defense industry does anyway. I don't see how this would be extortion but selling missiles to a NATO country isn't?

  24. you are only required to follow lawful orders by rabenja · · Score: 4, Insightful

    This is true, but "report[ing] it to the appropriate military authority" will nearly always land the reporting person in deep doo doo. I know that from experience. A junior person's word against the CO and the system that is designed to protect the CO.

    1. Re:you are only required to follow lawful orders by El+Torico · · Score: 2

      Courage comes in many forms, as does cowardice. It sounds as though you did the right thing and got burned by it. Nonetheless, you did what you thought was right, so I commend you for it (whatever that's worth).

      --
      In the land of the blind, the one-eyed man is usually crucified.
  25. Works in theory by Anonymous Coward · · Score: 0

    In practice, when on the field, your commanding officer can kill you on the spot for refusing to follow orders (legal or otherwise). Of course, he will have to answer for doing so, but he can make up any accusation he wants since, you know, dead men tell no tales.

  26. All Gun Makers Should Be Arrested?! by Anonymous Coward · · Score: 0, Insightful

    America is known as the land of the free because of the
    2nd Amendment. The right to bear arms.
    Because guns kill people, they are evil. Those who make guns
    are evil. They should be arrested for 'thought crimes.'

    What is the logical solution, those of lesser intelligence?
    The government (maybe the U.S. is a leader?) should
    pay MORE THAN GOOGLE for exploits. Pay a decent salary
    to 'security researchers.' Encourage a STRONG WHITE MARKET,
    not a gray or black market.

    What is the present situation? The French Company is NOT to blame.
    They are a 'gray market.' The Black market is allegedly crime organizations.
    By PAYING MORE than the 'gray market', the WHITE MARKET accomplishes
    the following goals:

    1.)render null the zero day vulnerability
    2.)encourage needed expertise to the area
    yes, that includes even teenagers who do NOT speak English and
    write in obscure languages like OCAML.
    3.)transparency, which spurs innovation and research.
    4.)avoid similarities of the war on illegal drugs.

    The war on illegal drugs.
    Many articles, including Rolling Stone seem to indicate that WE, the
    people, ALL OF US have lost in the war on drugs.
    1.)plenty of innocent people kidnapped in Mexico .
    2.)price of illegal drugs keeps dropping. The seizures (according to
    government numbers) keep getting SUPER-LARGE.
    3.)Prohibition of Alcohol worked well in America and we in the USA should
    BRING BACK PROHIBITION OF ALCOHOL.
    4.)the 'drug cartels' seem to be getting stronger and even more vicious.

    There are plenty of automobile accidents in the USA. Auto manufacturers
    kill people. Ban all auto manufacturers!

    The present situation:
    1.)US gets the worst of both worlds. All the expertise goes to FRENCH COMPANY.
    Obiviously, they are our allies and would NEVER, NEVER, NEVER spy on our companies.
    Airbus competes directly against Boeing. But there are no temptations, right?

    2.)US companies including INNOCENT BYSTANDERS are afraid of being sued under the
    DCMA or 'Hollywood copying laws.' This is the BEST AND FASTEST WAY TO STOP
    small company innovation! RIAA copyright infringement lawsuits.

    3.)SONY rootkit is an example of a 'gun maker.' Double standard of justice. SONY spies
    via rootkit on INTERNATIONAL BASIS? Who cares? The French company is open and honest,
    it appears. Obviously, here the FRENCH are evil. Yes, that includes the Italians are they are
    close to France.

    Summary: The U.S. is an ANTI-leader or even 'reactionary' in this area. Establish ongoing competitions,
    with BIG PRIZES, open even to ELEMENTARY SCHOOL STUDENTS, and yes with REAL CASH MONEY.
    Pay for real experts, not the 'fake ones' that seem to be prevalent. Publish the OPEN information about
    vulnerabilities and allow fellow citizens to protect themselves.

    LASTLY, stoopahs. This INTERNATIONAL TREND is important. Even 'honest security coders' may be
    tempted to GET PAID BY A FRENCH COMPANY. Go to France on a 'business expense.' Enjoy
    the chocolate and champaign and the company of FRENCH LADIES - ooh, la la! And do good
    for NATO, our ally and do LEGAL INTERNATIONAL BUSINESS.

  27. Re:All Gun Makers Should Be Arrested?! by elucido · · Score: 1

    You make plenty of good points. You need to be modded up.

  28. There are companies in the U.S. doing this! by Anonymous Coward · · Score: 3, Informative

    Check out this company: Siege Technologies (http://www.siegetechnologies.com/). I had never heard of them before and have no idea how big they are. But they openly advertise that they have a "Vulnerability Discovery Incentive Plan" in their benefit package (http://www.siegetechnologies.com/careers).

    They claim to do work for private companies and the U.S. government. They advertise a "Five year contract awarded to provide DoD with training material on Offensive/Defensive Windows Kernel Security and Development" and are advertising for jobs looking for Reverse Engineers.

  29. Cut out the middleman? by Anonymous Coward · · Score: 0

    As corporations are here for profit, I'm actually suprised something like this exists as companies could "leak" bugs and collect the fees themselves.

  30. Scortched... by guygo · · Score: 1

    Sounds like a good reason for the existence of Napalm to me. I wonder how their browser exploits would work against that?

  31. Re:All Gun Makers Should Be Arrested?! by Anonymous Coward · · Score: 0

    Terrorist. Why do you hate this county and our freedoms so much? ;-)

  32. Exploits by Anonymous Coward · · Score: 0

    Many OS's from an unnamed vendor have carefully crafted exploits coded in for enterprising governments.
    It's only when they're discovered that they're patched - too quickly if anyone notices...

  33. Netragard EAP by netragard · · Score: 1

    I'm the COO of Netragard, one of the companies mentioned in this article. I recommend reading http://pentest.netragard.com/netragards-eap/, and if there's interest, I'd be happy to go into as much detail as I can about how EAP functions, and what to expect from the program.

  34. Re:hahaha by lightknight · · Score: 1

    Nonsense. Steve Ballmer had unilaterally decided that the .Net languages are far too safe (gotta give the Security Services division something to do / the increased revenue should help prop up that stock price...), and has decided that mandating C++ development is the way to go.

    --
    I am John Hurt.
  35. MOD PARENT UP!! by Anonymous Coward · · Score: 0

    BTW, if you want to be taken seriously, you should fix you hyper links, many point to snosoft.com

    1. Re:MOD PARENT UP!! by netragard · · Score: 1

      Thanks for pointing that out. We recently removed the snosoft.com domain from service, and there's still some stale links that we're purging out.

  36. France, huh? by bryan1945 · · Score: 1

    Figures, they're surrendering before it even becomes an issue.

    --
    Vote monkeys into Congress. They are cheaper and more trustworthy.
    1. Re:France, huh? by Anonymous Coward · · Score: 0

      Big talk, from the little man at his keyboard.

  37. Good for them by Anonymous Coward · · Score: 0

    Government agencies, political officials, corporate CEOs, board members, and banksters all make lots of money off of us, at our expense (in many ways), and it is unethical and illegal in many cases, yet they go unpunished.

    Anybody that finds a way to rip them off I say good for you.

  38. Your argument only applies to cowards. by Anonymous Coward · · Score: 0

    You left out your implicit premise that living as a worthless amoral shitheel is better than dying honestly. Without that premise the logic is entirely invalid.

    Not everyone thinks life is more important than honor. People willingly sacrifice their lives for their principles all the time.