Slashdot Mirror


Offshore Drilling Rigs Vulnerable To Hackers

Hugh Pickens writes "Foreign Policy magazine reports that a research team from the SINTEF Group, an independent Norwegian think tank, has warned oil companies worldwide that offshore oil rigs are highly vulnerable to hacking as they shift to unmanned robot platforms where vital operations — everything from data transmission to drilling to sophisticated navigation systems that maintain the platform's position over the wellhead — are controlled via wireless links to onshore facilities. 'The worst-case scenario, of course, is that a hacker will break in and take over control of the whole platform,' says Martin Gilje Jaatun, adding that it hasn't happened yet, but computer viruses have caused personnel injuries and production losses on North Sea platforms. The list of potential cyberattackers includes ecowarriors aiming to jack up an oil firms' production costs, extortionists drawn to oil firms' deep pockets, and foreign governments engaging in a strategic contest for ever-more-scarce global oil reserves, says Jeff Vail, a former counterterrorism and intelligence analyst with the US Interior Department. 'It's underappreciated how vulnerable some of these systems are,' says Vail. 'It is possible, if you really understood them, to cause catastrophic damage by causing safety systems to fail.'"

116 comments

  1. A proper shell account by Krneki · · Score: 5, Funny

    Now, "I got a shell account" gets a whole new meaning.

    --
    Love many, trust a few, do harm to none.
    1. Re:A proper shell account by moon3 · · Score: 1

      Imagine multiple shell accountS, steering a botnet of floating oil rigs. Run!

    2. Re:A proper shell account by sexconker · · Score: 1

      Or swim leisurely alongside it.
      They're not very fast.

    3. Re:A proper shell account by thePowerOfGrayskull · · Score: 1
      What is the sound of one joke flying far, far overhead?

      Ahh, there it is! whooooooosh.

    4. Re:A proper shell account by Anonymous Coward · · Score: 0

      ...independent Norwegian think tank.....???

      What the hell? Norwegians, thinking? Good one! It's about time. Norway is a very friendly non-adversarial society with few worries, best retirement funding on the planet. They haven't been thinking about cyber war.

      Anything Micro$oft should be kept out of those critical apps. Dedicated hardware for each application, maybe some embedded stuff.
      No housewife desktop OS please, with all those warm and fuzzy icons, AOL, MS this and MS that. You could not get FAA to allow an aircraft to fly on win2k, Xp etc. Try to run a CNC machine on Win2k, XP or Vista.

    5. Re:A proper shell account by KingBenny · · Score: 0

      lol

      --
      Free speech was meant to be free for all... how can anyone grow up in a nanny state ?
  2. Astounding by mysidia · · Score: 3, Informative

    computer viruses have caused personnel injuries and production losses on North Sea platforms

    They run Windows-based control software, and don't take the most basic security precautions such as banning web browsing and operators from executing unsigned files on management consoles?

    1. Re:Astounding by Anonymous Coward · · Score: 2, Insightful

      It confuses me to no end how many systems are based on Windows PCs, even though they only perform trivial tasks that wouldn't pose a challenge to something like a 16-bit home computer of 20 years ago, when operating systems booted of floppy disks and 2MB of RAM were luxurious. Those systems should run a stripped-down embedded OS, not a desktop OS. I've seen a self-checkout cash register system boot up: Java on top of Windows. Somebody got paid for that, handsomely too I suspect.

    2. Re:Astounding by Viol8 · · Score: 3, Informative

      "I've seen a self-checkout cash register system boot up: Java on top of Windows"

      Back in the early 90s I used to work for a firm that did checkout software. When I arrived it was written in C with a large amount of assembler on top of DOS and ran at a blistering pace even on a 286. Then some gimp of a manager got taken to lunch by some greasy haired sales rep and next thing we knew it was being re-written in VB & Powerbuilder (yeah , I know, laugh now but people used to think it was cool) on top of Win 3.1.

      Upshot? It ran at about 1/4 the speed and crashed far more often plus the PCs needed to be 386 minimum - cue lots of upgrading by customers.

      Apparently they call it "progress".

    3. Re:Astounding by Anonymous Coward · · Score: 0

      Because the cost to get developers with the knowledge of computer from 20 years ago is a teensy weensy bit higher than using a universal OS+language+run-of-the-mill computer. Plus if the whole backend runs Java, why would you want to introduce another language/API?

      Sure you can run a register on a calculater, written in assembler in less than 4k. However a supermarket is a business and not a hobbyist programming competition :)

    4. Re:Astounding by Joce640k · · Score: 1, Interesting

      The idea is to have something that people can maintain in the future. Maybe they didn't make the best of platform/language choices but there wasn't much else available at the time and the goal was the right one.

      At least Windows is still around and can probably still run that app. If they'd chosen the "best" platform available on consumer hardware back then (maybe OS/2...) they'd have been just as badly off in the long term as if they'd stuck with MS-DOS.

      --
      No sig today...
    5. Re:Astounding by Anonymous Coward · · Score: 2, Insightful

      I'm not proposing that cash register software should be written in assembly language and run on 16bit processors. I just don't understand why a cash register needs a copy of Solitaire and Internet Explorer, especially when the application doesn't even use anything Windows specific because it runs inside the JavaVM.

    6. Re:Astounding by Viol8 · · Score: 0

      "The idea is to have something that people can maintain in the future."

      Sorry - the idea is to provide the best value for money to customers. Charging more for something slower and less reliable that required them to upgrade their hardware while they were at it is not.

    7. Re:Astounding by lysergic.acid · · Score: 4, Insightful

      How is going from C + ASM on DOS to VB + Powerbuilder on Win 3.1 more maintainable? Are you seriously suggesting that all embedded systems should be running a desktop OS for maintainability reasons (or that no embedded software is maintainable)?

      I remember using VB4 back in the day (Win98, I think) and even then the VB IDE had a hard time opening VB3 projects. Good luck trying to get Visual Studio 2008 to open a VB2 project. With C and ASM, at least you can code the project in a variety of IDEs--even plaint-text editors. What are you going to use to open an .frx file other than VB?

      Furthermore, you can write maintainable C/ASM code for an embedded RISC/ARM processor just as you can write unmaintainable spaghetti code for an x86 Windows platform. If you're writing software for a desktop platform, you're going to have to update it every few years to keep up with changes in the mainstream desktop platform (new OS, new processors, etc.). If you're writing software for embedded systems then you'll only need to update your software when you decide that you want to change processors, chipsets, or add new features. Re-compiling your code for the next version of the ARM processor is likely to be easier than re-writing your entire application to use a different set of system libraries.

    8. Re:Astounding by Anonymous Coward · · Score: 0

      Someone woke up without their sarcasm detector this morning.

    9. Re:Astounding by umghhh · · Score: 1
      that sounds so familiar. We have fault reporting system here. Original was done on mainframe and was working well. Then they webized the interface but it was still working as mainframe did the DB crunching. Then 'suddenly' y2k came and they threw away the mainframe. The webized solution was scrapped off of all non-essential features and was wobbling around for a while until few years later they announced the new shiny version of it with 'new' features (some of them scrapped before). The only difference in these 'new' features comparing to old ones is that they 'improved' them so that now we have to work around them because they malfunction so badly.

      Yes indeed this is 'progress'.

    10. Re:Astounding by MrNaz · · Score: 5, Insightful

      This whole thread is on the wrong track.

      Safety on an oil rig should not be in software. It should be mechanical. A big fat mechanical-reflex operated titanium counterweight that closes a wellhead when pressure is lost can't be hacked in software. Yea, they can shut the rig down, but catastrophic permanent environmental damage is avoided.

      The same goes for all last-line safety systems. They should be 100% mechanical, uninfluenced by these unreliable, capricious devices we call computers.

      --
      I hate printers.
    11. Re:Astounding by Z00L00K · · Score: 1

      Maybe the oil industry should look for alternate network technologies like DECnet or SNA to keep the majority of the hackers out?

      Sure - it will cost some more in acquiring the competence, but on the other hand the risk for a penetration from the internet is a bit lower.

      --
      If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    12. Re:Astounding by mysidia · · Score: 1

      Competence is the problem. If they're not competent enough with IP on Ethernet to secure it and design it to prevent internet access, what hope do they have of properly securing their DECnet or SNA infrastructure, and yet still being able to manage it all?

      They can make sure internet connectivity is impossible by using IPv6 only, implementing 802.1x with strong L2 switch security options, using an ample number of subnets, not connecting routers to the internet (or using ACLs both upstream and downstream to block aggressively).

      And without anything so exotic and questionable as DECnet.

    13. Re:Astounding by Gizzmonic · · Score: 1

      The same goes for all last-line safety systems. They should be 100% mechanical, uninfluenced by these unreliable, capricious devices we call computers.

      Totally agree...and I think most people who work IT for a living would agree with you.

      --
      (-1, Raw and Uncut is the only way to read)
    14. Re:Astounding by TooMuchToDo · · Score: 1

      I have no idea why you haven't been moderated to +5 yet. THIS! a thousand times. Always, always, always! build mechanical safety into your system. A computer control failure should never cause disaster (see: graphite rods dropping into a nuclear reactor during a scram).

    15. Re:Astounding by Teun · · Score: 1
      The ultimate safety is dealt with along lines like you propose, big valves that are self contained with autonomous power like spring loaded or Nitrogen charged.
      But you don't ever want to get in a position where this ultimate protection is needed because the recovery is often extremely expensive.
      And these days it is indeed, with some Unix exceptions, the rule that anything electronic is running on Microsoft products with all the associated problems.

      Luckily there are still a few Old Hands out there that recognise a catastrophe in the making and are able to stop it but they are a dying breed...

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    16. Re:Astounding by hesaigo999ca · · Score: 1

      I guess you have yet to learn the golden rule, he who has enough gold to give anyone, can make the rules, with his or YOUR company. I wonder how much kickbacks your manager got by signing up with the NEW company to provide the NEW and IMPROVED POS....seriously, this is why so many bad apps and companies are still capable of doing business, they have greasers, smooth over the guy in charge of buying, and gets them kickbacks, and the company suffers a downward spiral, as the NEW app barely holding at the seams is replacing an older but more stable version of the same thing.

      I guess as much as I hate to see old dos screens, this is why I respect a company that holds on to their technology, when they need to...and don't jump just because M$ or someone else says to jump.

    17. Re:Astounding by Mr.+Freeman · · Score: 1

      More important than mechanical safety is redundant, reliable, tested hardware. E-stop switches aren't useful because they're mechanical. They're useful because they fail-safe (i.e. the system stops if the button isn't functional).

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    18. Re:Astounding by Anonymous Coward · · Score: 0

      Maybe it looks better in the feature list to write "based on Microsoft(R) Windows(R) XP". Or they had volume licenses for Windows, or they only use Windows in their whole company. Or they are a Microsoft partner and got benefits to use it in their systems. In the company I did my internship in, they had an outside consultant that said, if they'd use Windows on their new system-in-development and MS could use them as a reference, they'd probably get if for free, plus free MS consultants. Just an example.

    19. Re:Astounding by RockDoctor · · Score: 1

      Safety on an oil rig should not be in software. It should be mechanical.
      [SNIP]
      The same goes for all last-line safety systems. They should be 100% mechanical, uninfluenced by these unreliable, capricious devices we call computers.

      Speaking as someone who's been working offshore for over 20 years now, this is exactly what the people who do this for a living think too.
      We also see this week's "wonderful new system" fall over and die at regular intervals. Which is why we nod our heads when the sales idiots bring out something new, tell them that we'll run it, file bug reports until it breaks, then tell them to come out and fix it. Of course, they can't come out (no certs), and they haven't described or documented the system well enough to be understood by someone who hasn't been working with it for 3 years ... so it never works again.

      I did write a description of why I think it's going to be decades more before there's any reasonable chance of doing these things in an automated, remote-control, manner. But why should I? In the extremely unlikely event that it's next attempt in my specialisation works to a usable degree ... all that it's going to do is be used by me to stop younger, less experienced people in my profession from getting experience. Which makes my career more secure.
      As for the improving systems threatening my career? Well, pretty unlikely from the ones I see regularly. They all have such glaring holes that they can't be relied on without being over-seen by someone experienced. Which make me secure. And with the lower-level systems killing-off the next generation of aspirants before they get the experience to be a threat ... I'm happy.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    20. Re:Astounding by sjames · · Score: 1

      The ultimate safety is dealt with along lines like you propose, big valves that are self contained with autonomous power like spring loaded or Nitrogen charged.

      Given that TFA clearly states that injuries have occurred due to viruses, I'd say they are NOT doing that even though they SHOULD.

    21. Re:Astounding by Teun · · Score: 1

      You don't need a big disaster (ultimate) to cause injury or loss, far from it!

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    22. Re:Astounding by sjames · · Score: 1

      Of course not. That doesn't mean that the final protection from those injuries shouldn't be at a mechanical or electrical level such that the computer can't cause them. Further, if the safeties are triggered, the system should shut down until diagnoses or optionally, all humans are out of the area (but still diagnose and correct the problem of course).

  3. Even Microsoft will have in its smallprint ... by Viol8 · · Score: 2, Insightful

    ... (along with most other computer/OS manufacturers) that the OS is *NOT* to be used in situations where failure of the system may lead to injuries or loss of life. The fact that a consumer OS is being used at all, never mind one so suscpetable to malware, in a scenario wheres peoples lives may hang in the balance is frankly staggering.

  4. WTF: OpenSource Tag More Important by Anonymous Coward · · Score: 0, Informative

    WTF is up with this? SCADA might be an open standard but from what I've seen most of it is definitely not opensource or running on an "opensource" platfrom.

    Most rely on the decades-old supervisory control and data acquisition (SCADA) software, written in an era when the "open source" tag was more important than security, said Jeff Vail, a former counterterrorism and intelligence analyst with the U.S. Interior Department.

  5. I remember how this one goes by Sockatume · · Score: 2, Funny

    So, you hack in, and then it turns out that the Patriots have released nanomachines to control the flow of phonemes as part of the S5 program to eliminate the meal of breakfast in collaboration with the reverse vampires.

    --
    No kidding!!! What do you say at this point?
    1. Re:I remember how this one goes by shoptroll · · Score: 1, Funny

      I think you need a "DaVinci" virus involved too

      --
      Insert Sig Here
    2. Re:I remember how this one goes by SeeSp0tRun · · Score: 0, Troll

      Does this mean we get to see Jolie's boobs again?

      --
      Something witty.
    3. Re:I remember how this one goes by spencerg83 · · Score: 1

      So, you hack in, and then it turns out that the Patriots have released nanomachines to control the flow of phonemes as part of the S5 program to eliminate the meal of breakfast in collaboration with the reverse vampires.

      I think you need a "DaVinci" virus involved too

      Yes! And only then can you do it for the Lulz.

  6. So what? by Viol8 · · Score: 1, Insightful

    We're talking about something a bit more critical than online text messaging for the facebook generation.

    1. Re:So what? by Anonymous Coward · · Score: 0, Troll

      Well, are we? XSS is a form of privilege escalation. You know there's a developer out there who builds a twitter client into an embedded system, so that the admin can get notifications on his cellphone and send remote commands when he's not on site... And don't say nobody would do that. They're running freaking aircraft carriers on Windows.

    2. Re:So what? by Viol8 · · Score: 1

      Fair point.

    3. Re:So what? by Anonymous Coward · · Score: 0

      The thing is, the Facebook generation are the ones adminning these oil rigs, and if you cut them off from their FaceTwitterSpace they'll riot. Then nothing will get done, rather than most of nothing getting done.

  7. How long... by fuzzyfuzzyfungus · · Score: 2, Insightful

    Before "Therac-25" becomes a verb in general use?

    "What happened to Bob?"

    "He was Therac-25ed by the drillbot when the control system went down."

    1. Re:How long... by quanticle · · Score: 0, Redundant

      I think its much snappier to say "Therac'd". As in:

      What happened to Bob?

      He was Therac'd by the drillbot when the control system went down.

      --
      We all know what to do, but we don't know how to get re-elected once we have done it
  8. sounds like by gEvil+(beta) · · Score: 2, Funny

    I smell the makings of a new Michael Bay movie! A group of terrorists from (insert nation/region here) systematically take over all the robotic oil rigs and hold the world's oil supply hostage. And only one man can take them on to save the world!

    --
    This guy's the limit!
    1. Re:sounds like by jeffshoaf · · Score: 1

      And only one man can take them on to save the world!

      And, unfortunately, he blew himself up while blowing up an asteroid to save the world a few years back...

      --
      Putting the "anal" back into "analyst"...
    2. Re:sounds like by theIsovist · · Score: 2, Funny

      come on, hackers taking over oil rigs (or tankers for that matter?!) Who would make a movie like that? Oh wait... http://www.imdb.com/title/tt0113243/

    3. Re:sounds like by Ozlanthos · · Score: 1

      We NEED to hack the Gibson!

      -Oz

    4. Re:sounds like by spencerg83 · · Score: 1

      The hardest(easiest?) part of the film would be to somehow work in a HP Computer and Ford Auto product placement into the scenes..... Maybe have an oil rig worker "phone" home using an HP computer, but the connection breaks up, meanwhile his wife is with his baby, who is crying?

    5. Re:sounds like by tlhIngan · · Score: 1

      I smell the makings of a new Michael Bay movie! A group of terrorists from (insert nation/region here) systematically take over all the robotic oil rigs and hold the world's oil supply hostage. And only one man can take them on to save the world!

      Not quote the same plot, but since Michael Bay did have his fingers in the franchise, you did describe the last scene in the first "episode" of the Transformers cartoon... except it was robotic "terrorists" taking over an oil rig...

    6. Re:sounds like by ThinkWeak · · Score: 1

      That's right up Steven Seagal's alley. Is the world ready for a Michael Bay and Steven Seagal collaboration? Under Siege 3: 3l1t3 4RMY

      A movie with the eye-candy of the Transformers series combined with legendary acting skills.

      This christmas, Casey Ryback's cooking some botnet stew

    7. Re:sounds like by Jared555 · · Score: 1

      Would have fit right in line with Die Hard 4

  9. Hack The Planet by ticklemeozmo · · Score: 4, Funny

    I hope nobody finds the old Davinci Virus which was written about 25 years ago...

    --
    When modding "Informative", please make sure it both has a source and IS actually informative.
    1. Re:Hack The Planet by Chris+Mattern · · Score: 2, Funny

      Don't worry, Dan Brown completely obfuscated the code for that.

    2. Re:Hack The Planet by Galestar · · Score: 2, Interesting

      I think somebody's going slap happy with the Troll mods. Either that are just never saw Hackers.

      --
      AccountKiller
    3. Re:Hack The Planet by Anonymous Coward · · Score: 0

      How is this a troll? I thought it was funny.

    4. Re:Hack The Planet by rocketPack · · Score: 1

      I only clicked on this article to see how far down I'd have to scroll to find this exact reference. Well done, sir. Well done.

    5. Re:Hack The Planet by mdougan · · Score: 1

      LOL, I did the exact same thing.

    6. Re:Hack The Planet by chord.wav · · Score: 1

      What do you mean it was in the garbage folder? The Gibson ran out of disk space and I've emptied the recycle bin 24 years ago!

    7. Re:Hack The Planet by Anonymous Coward · · Score: 0

      I only clicked on this article to see how far down I'd have to scroll to find this exact reference. Well done, sir. Well done.

      Strangely I did the exact same thing.

    8. Re:Hack The Planet by hitmark · · Score: 1

      there are those in the tech world that consider said movie a dirty hack, at best...

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
  10. Re:WTF: OpenSource Tag More Important by Informative · · Score: 3, Insightful

    Either the reporter doesn't get it, or it's FUD. Wikipedia lists two open source versions: OpenSCADA and FreeSCADA, but mentions that the original versions (presumably "decades-old") were on Unix or VMS and proprietary; hardly open source. (http://en.wikipedia.org/wiki/SCADA)
    The "Astounding" post above says "They run Windows-based control software". That *is* astounding, and should be considered criminally negligent.

  11. Captain Planet by castironpigeon · · Score: 1

    So I'm guessing this is why we don't see that show on the air anymore.

    --
    mmmm...forbidden donut
    1. Re:Captain Planet by fuzzyfuzzyfungus · · Score: 1

      Captain Planet, he's our hero
      Gonna take pollution down to zero.

      With extreme prejudice.

  12. SINTEF is no "think tank" by orzetto · · Score: 4, Informative

    SINTEF is not a think tank, it is a major applied-research institution. It is similar (with due proportions) to the Fraunhofer Institute in Germany.

    --
    Victims of 9/11: <3000. Traffic in the US: >30,000/y
    1. Re:SINTEF is no "think tank" by Anonymous Coward · · Score: 1, Interesting

      And like Fraunhofer they are involved in several fields. One of them is creating some of the software systems at risk.

      I think what the SINTEF guy is saying is: "My coworkers in the floor above my office (SINTEF Petroleum Research) doesn't know how to create secure software." If anything goes wrong in the Integrated Operations projects SINTEF is involved in Martin can say "I told you so!"

      http://www.sintef.no/Home/Information-and-Communication-Technology-ICT/Software-Engineering-Safety-and-Security/Research-groups/Information-Security/Information-security-in-integrated-operations/

      http://www.sintef.no/Home/Information-and-Communication-Technology-ICT/Software-Engineering-Safety-and-Security/Projects/IO-SFI/

      Let's have a heated discussion on Slashdot about this internal issue!

  13. Re:WTF: OpenSource Tag More Important by Zantac69 · · Score: 1

    Thus the reason why he is "free lance"...

    In all honesty though, this (along with a billion other things) needs to be considered by competent computer admins and not jackasses sitting in the leather chairs.

    --
    1331461 is only semiprime *sigh* Alas - I am just short of 1337.
  14. The original reports by hhg · · Score: 4, Informative

    The SINTEF-report can be found here:

    http://www.springerlink.com/content/8v34n016j3648872/

    and the base report for a successful attack is here:

    http://sislab.no/redteam.pdf

  15. Some things should require engineering licenses by davidwr · · Score: 1

    Well, maybe not an engineering license but something with a professional license.

    Communications that involve equipment that can kill or do a lot of harm to the planet should be reviewed and stamped by someone who can certify that the systems are safe to use and resistant to attacks by likely attackers and that any failure will be graceful, at least from a "people don't die, oceans to get heavily polluted, and the nation's oil supply isn't choked off for too long" standpoint. Of course, as the definition of "likely attacker" changes these will need to be re-certified.

    By the way, not all solutions are technical. If the problem is someone forging credentials claiming to be the boss, calling the boss up on the phone and asking him how his camping trip last weekend went then asking him to confirm the instructions might be the best way to detect a fake. Of course, that's not totally immune from a man-in-the-middle attack but it helps.

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  16. Hackers by Anonymous Coward · · Score: 0

    I'm sure Crash Override and Acid Burn can put a stop to them.

    1. re: Hackers by ps2os2 · · Score: 0

      Well, in my opinion there are two issues here. The first is that they are using windows (any flavor) . That says it all on a security scale 5 being hack proof and 1 being wide open windows scores a 1.5 (I am being generous people).
      The second issue is there is apparently no security train for the operators of the station.

      I hope we have enough capacity to recover all the oil that potentially is going to be coming up from beneath the sea.

  17. WEP by mx_mx_mx · · Score: 1

    And this big question is: How many oil rig platforms use WEP? I bet that all of them do

    --
    Linux forever
    1. Re:WEP by Ozlanthos · · Score: 1

      Just like they are probably all using the same copy of Win98

      -Oz

    2. Re:WEP by natehoy · · Score: 1

      If they are using traditional WiFi, then there's an easy way to protect the oil platform. Surround it with frikkin sharks, frikkin sharks with frikkin laser beams.

      --
      "This post contains words, known to the State of California to cause thought. Wash brain thoroughly after reading."
  18. SINTEF should not Cry Wolf by Terje+Mathisen · · Score: 4, Informative

    Disclaimer: My first job after graduation was with SINTEF, next I worked 24 years for Hydro/StatoilHydro (Norway's largest offshore oil operator), where I (among many other things) specified how the production and admin networks should be separated on each platform.

    First of all: Most North Sea platforms use fiber links these days, microwave is only there as a backup in case something cuts the fiber, which means that if you want to use the radio link as your attack point, you must first locate and disable the fiber(s).

    Second, the production networks, which is the only part which can directly affect platform infrastructure has significantly better security than the office/admin net.

    I.e. you would first have to hack into the regular StatoilHydro network, then find a way to pass through the admin/process firewall before you could even start to try to take over one or more control computers. (And afaik none of these run any form of open source SCADA sw.)

    Finally, the 'integrated operations' mentioned in the article consists of special on-shore operations rooms which have strict physical security checks: The computers inside these rooms are indeed part of the production network, they have no direct links at all to the office/admin net and/or the Internet.

    Terje

    --
    "almost all programming can be viewed as an exercise in caching"
    1. Re:SINTEF should not Cry Wolf by Xiterion · · Score: 1

      (And afaik none of these run any form of open source SCADA sw.)

      I didn't know there was any form of open source SCADA. Besides, what does open vs. closed source have to do with hackability of the machines on the control network?

    2. Re:SINTEF should not Cry Wolf by Anonymous Coward · · Score: 0

      Shhh! Be quiet. If people don't get into a panic about this, oil prices won't skyrocket. If oil prices don't skyrocket, how else will we justify a raise in gasoline prices this Labor Day?

    3. Re:SINTEF should not Cry Wolf by plopez · · Score: 1

      So by "wireless" they mean "microwave" which even if obsolete military encryption methods are used (microwave comms are used for US naval comms) it is in no way like wireless communications used onshore. Microwave is directional as well meaning you would have to get inline with the beam. Correct?

      OTHOH, the way Norwegian oil companies operate as opposed to US companies operate offshore makes the US comanpies look like a bunch of boyscouts, from what I've been told. Always cutting corners, bad management, under trained staffing, under staffing, etc. compared to the Europeans.

      --
      putting the 'B' in LGBTQ+
    4. Re:SINTEF should not Cry Wolf by Anonymous Coward · · Score: 0

      check out mango
      http://mango.serotoninsoftware.com/

      it provides open source supervisory control and data acquisition

    5. Re:SINTEF should not Cry Wolf by TooMuchToDo · · Score: 1

      I am surprised and relieved to know that someone was able construct a proper air gap in an environment that demands it. Kudos!

    6. Re:SINTEF should not Cry Wolf by Teun · · Score: 1
      The Oil companies in the US should not be compared to boyscouts but cowboys.

      Please note I did not write US oil companies...

      30 - 40 years ago the US oilfield gave the world it's How-To, since some 15 years it's the other way around.

      But it must be said that when safety is critical the simplest system is still superior, when the 10 pound sledge hammer doesn't cut it you get a 15 pound hammer.

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    7. Re:SINTEF should not Cry Wolf by Anonymous Coward · · Score: 0

      One thing to consider though is the network is infested with humans and humans are very unsecure.

    8. Re:SINTEF should not Cry Wolf by ouachiski · · Score: 2, Informative

      Almost all of the big oil companies have no Internet connection to mission critical parts of the rig. They have there own rack of equipment at the earth station with a dedicated line back to there offices. This rack of equipment is isolated from all equipment in a locked cabinet. If they want Internet on the oil platform it requires a completely different modem but that is a luxury item on these platforms. I see every day just how strict these companies are on security. Unless you have a key to get into the equipment room and then a key to git into there own locked rack or are at there offices with there massive amounts of security you cant even ping a modem that runs this mission critical data.

      --
      sorry for my comments, I'm drunk
    9. Re:SINTEF should not Cry Wolf by Anonymous Coward · · Score: 0

      I'm not sure what difference you're trying to draw between microwave comms and "wireless comms used onshore". Microwave means (depending who is defining it) ~1 GHz and up (note that this includes WiFi at 2.4 and 5GHz). All microwave comms are basically line-of-sight, with no skywave or groundwave (neither on land nor sea) propagation, and rather limited crest diffraction, so in that sense they're all "directional". Microwave comms for offshore use are exactly the same as those for onshore use, and significantly different from either onshore or offshore HF/VHF comms.

      If by directional, you meant that they would use directional antennas, that's generally the case (essentially, antenna directivity becomes increasingly affordable with frequency, and compensates for the greater free-space path loss); probably dish, SBF, or horn antennas. But any antenna has some sensitivity off-axis, so you don't have to be exactly in-line; you can compensate for the aiming loss with a few dB more gain on your transmitting antenna, more power, or just shorter range. If the link is good for 100 miles of inclement weather with proper aiming, you should have no problem drowning it with the same EIRP from a boat a couple miles away in good weather, and even less if you can get close.

      Encryption may or may not be an issue, but I don't know why they'd be using military encryption. They're not hobbyists shopping for surplus radios on ebay; I expect they use commercial systems with either no encryption, or off-the-shelf commercial encryption as provided by the manufacturer. Certainly encryption should be used, but you'd be surprised the number of signals transmitted in the clear because the information is non-sensitive to listening, either with no thought to false transmissions, or with the /assumption that "the law" will magically keep bad people from doing illegal things like transmitting on their frequencies.

  19. Windows strikes again !! by MrData · · Score: 1

    What was left out of the article is the obvious, virtually all of these platforms run some variation of MS windows .... tick, tick, tick .....

  20. What is this guy pushing? by DarkAnt · · Score: 1

    Most rely on the decades-old supervisory control and data acquisition (SCADA) software, written in an era when the "open source" tag was more important than security, said Jeff Vail, a former counterterrorism and intelligence analyst with the U.S. Interior Department.

    1. Re:What is this guy pushing? by bergwitz · · Score: 1

      At least it is clearly bullshit. The "open source" tag was not important decades ago. "Open source" is a decade old (as it was introduced to replace "free software" by OSI), and in the 80s and 90s nobody (in business) paid any notice to open source.
      And oddly enough, it seems like the guy is pro-open source from his blog. I guess it is the FP "journalist" misquoted him to satisify his own prejudices.

      --
      Evolution is just a scientific theory. Creationism is not.
  21. Have the Superman movies taught us nothing? by JuSTCHiLLiN · · Score: 1

    If a guy that gives the wrong finger can hack the world's oil supply we're all in trouble.

    --
    What's a Sig?
  22. Well... by jamstar7 · · Score: 1
    Guess it gives a new dimension to the expression "hacking heavy metal"...

    Problem I see with totally automated rigs is, there are some situations that will arise that require humans to work around. Teleoperated rigs just won't be able to handle it without some "hands on" work. I've got some friends in the drilling game (water & core sampling here in the Southwest), and they tell me that every hole drilled is different, each presents its own set of problems. Until they build true machine intelligence, people are gonna need to be in the loop.

    --
    Understanding the scope of the problem is the first step on the path to true panic.
  23. The real problem is OPC... by simp · · Score: 2, Informative

    These days everybody runs on Windows XP. No problem there; XP machines can be made secure. The real problem is this quote from the report: "We have performed penetration testing on OPC, which is a central component in process control systems on oil installations.". OPC protocol is based on DCOM. And most people want to do DCOM via a network to remote platforms. That is where the problems start. DCOM is horrible. There are solutions: Matrikon makes a good tunneler program for example, other SCADA and DCS vendors also do tunneling of OPC via safer methods than DCOM over a wide area network.

    Conclusion: the report has some good points, the summary in the above link is FUD.

    Disclaimer: I work with DCS's (also on remote oil platforms) for a living...

  24. Put human workers back by TheDarkMaster · · Score: 1

    Some things needs to be done only by human workers on site.

    --
    Religion: The greatest weapon of mass destruction of all time
  25. I hope the oil companies will at least... by Dr_Ken · · Score: 2, Insightful

    ...pay a few real live human beings to stay on those rigs to provide some degree of security. In the end I trust people way more than tech or code no matter how advanced it is. Automation is fine and more efficient but if things go balls up it's nice to have a guy on site that can pull the plug or push a button and shut it all down before millions of gallons of crude go pouring into the ocean.

    --
    "If you want to know what happens to you when you die, go look at some dead stuff."
    1. Re:I hope the oil companies will at least... by SleazyRidr · · Score: 2, Informative

      IAASE (I am a safety engineer) (mainly working with offshore oil)

      The thing about that is that to have one or to people there you need to have the whole set of things to keep people alive. Think space travel (albeit to a far lesser extent.)

      One of the projects I was working on called for unmanned operation but people to go onto the platform for offloading (every two weeks.) That caused a real fun 'discussion' coz if you're going to put someone on there every two weeks, you may as well leave them there full time for all the hassle it's going to cause.

      Final point: the principle reason for having unmanned platforms is money, but the savings are mainly in the reduced need for safety systems and the lower risk (lower insurance etc.) Putting people out there is an incredible ricky proposition, so just from a safety standard should be avoided whenever possible.

    2. Re:I hope the oil companies will at least... by hitmark · · Score: 1

      these "rigs" are more and more a bunch of hardware some 300+ meters below sea level, that gets serviced at regular intervals by ships carrying remote operated subs.

      all this saves on building costs and having to shuttle man and materials out into the middle of nowhere, in all kinds of weather.

      --
      comment first, facts later. http://chem.tufts.edu/AnswersInScience/RelativityofWrong.htm
  26. While it's important to secure these things- by FlyingSquidStudios · · Score: 1

    I seriously doubt there are many (if any) hackers out there competent enough to hack into and disable an oil platform who would actually do this. Every few months, we hear about how our power grid is vulnerable to hackers or our water supply or all sorts of other things, but hackers have yet to actually attack any of those things. Sure, it's possible one day. Anything is possible. It's just not very likely based on past history.

    1. Re:While it's important to secure these things- by Teun · · Score: 1
      It's not only hackers that are a thread, the more immediate problems arise out of the use of ill-maintained Microsoft systems.

      The management of oil companies comes out of the ranks and doesn't understand electronics one bit.

      So the moment a Microsoft salesperson comes by with a nice powerpoint simulation of how you can cut down on the workforce they are bought.

      Until the cleaner puts his USB drive in one of the many networked computers and the resulting virus outbreak causes total loss of control.

      A scenario that is counteracted with colourful laminated signs warning against the use of unauthorised USB drives.

      Strange enough it keeps repeating itself.

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    2. Re:While it's important to secure these things- by cusco · · Score: 1

      Real-world attacks are still far more dangerous than cyber attacks, and will be for quite some time. For example, while a network attack might be able to take down the US electrical grid for a few hours 20 guys with deer rifles scattered around the country could take it down for a week, and as soon as it was back up do it again.

      --
      "Think about how stupid the average person is. Now, realise that half of them are dumber than that." - George Carlin
  27. Tock tock tock: Shoot the mouse that ran up clock by Anonymous Coward · · Score: 0

    "What was left out of the article is the obvious, virtually all of these platforms run some variation of MS windows .... tick, tick, tick ....." - by MrData (130916) on Wednesday August 26, @10:13AM (#29201183)

    See subject-line, & no more worries... HOW? Easily enough:

    ----

    HOW TO SECURE Windows 2000/XP/Server 2003 & even VISTA, + make it "fun-to-do", via CIS Tool Guidance (&, beyond):

    http://www.tcmagazine.com/forums/index.php?s=348f9a2df4f9c3123de3554c49e7191f&showtopic=2662

    ----

    IT WORKS...

    How well? Ok, a testimonial, from -> http://www.xtremepccentral.com/forums/showthread.php?s=79253c5b286c472a012ff2ef7e7f2230&t=28430&page=3

    ----

    "Its 2009 - still trouble free! I was told last week by a co worker who does active directory administration, and he said I was doing overkill. I told him yes, but I just eliminated the half life in windows that you usually get. He said good point. So from 2008 till 2009. No speed decreases, its been to a lan party, moved around in a move, and it still NEVER has had the OS reinstalled besides the fact I imaged the drive over in 2008. Great stuff! My client STILL Hasn't called me back in regards to that one machine to get it locked down for the kid. I am glad it worked and I am sure her wallet is appreciated too now that it works. Speaking of which, I need to call her to see if I can get some leads. APK - I will say it again, the guide is FANTASTIC! Its made my PC experience much easier. Sandboxing was great. Getting my host file updated, setting services to system service, rather than system local." THRONKA, user @ xtremepccentral.com

    ----

    That's 'how well'... & For going on 2++ yrs. now for Thronka & his paying clients, & for myself? Since 1997-1998 or so, through many machines since those days, to the present today, same results here!

    APK

    P.S.=> Enjoy - that guide, once you apply its points? It MAY "change your 'pov'" on Windows... Especially because you're such a "Pro-*NIX" type, evidently! apk

  28. Obligatory by Anonymous Coward · · Score: 0

    Frankly, I welcome our new unmanned, hacked robot platform overlords.

  29. Caution by Anonymous Coward · · Score: 0

    It won't be long before they start warning us about Zombie Nazi Raptors Ahead.

  30. Where it the article... by sean.peters · · Score: 2, Interesting

    ... does it say they used Windows? At a recent conference on software safety and security, I heard a presentation on this topic that indicated that a lot of these incidents are like the one quoted in the article - a disgruntled employee or ex-employee with knowledge of how the system works, hacks into the wireless control network, and causes damage by incorrectly operating valves or altering sensor readings, causing an inappropriate reaction by the system. The example quoted was a water treatment facility that was part of a resort complex in Australia. Like this example, one of the contractors that installed the wirelessly operated system was disgruntled over not getting a permanent job. So he showed up outside the facility with a wireless equipped laptop, gained access to the system, and caused raw sewage to be discharged into the environment. He did this repeatedly before being caught. But this had nothing whatsoever to do with Windows.

    Given that the article provides no examples, I take the line about "computer viruses causing injuries and production losses" with a huge grain of salt. I'd bet the mortgage payment that what really happened is that computer viruses in non-essential, but Windows based systems caused economic damages by deleting or altering financially significant data.

    1. Re:Where it the article... by mysidia · · Score: 1
      The article says:

      computer viruses have caused personnel injuries and production losses on North Sea platforms.

      In this day and age there aren't many DOS viruses floating around on closed systems.

    2. Re:Where it the article... by mysidia · · Score: 2, Insightful

      Actually, sorry. Inadequate access controls and credential security on the wireless control network and insufficient encryption of data channels is an even worse situation indicating an even greater level of incompetence (or lack of existence) of network security staff.

      Wireless control networks are inherently dangerous. When an employee is released, their credentials must be made invalid immediately, and the encryption keys should be changed frequently.

  31. The "astounding" post might say that... by sean.peters · · Score: 1

    ... but the actual article doesn't. I think we're assuming too much here.

  32. What is the alternative? by professorguy · · Score: 0

    The fact that a consumer OS is being used ... where people's lives may hang in the balance is frankly staggering

    And your alternative is...? A specially built OS from Joe's basement? Yes, that will be much safer because we all know Joe is a pretty good programmer. And I can't see any problem with hiring people to work with, maintain, and extend Joe's system, because everyone will be so familiar with it. Yes, they'll be producing useful code in no time.

    Most of the medical systems I work with (where lives hang in the balance) are plain ol' WinXP. It actually works out pretty well because finding someone who knows how to fix these systems is pretty easy. Seems like a reasonable tradeoff for the security problems since 99.999% of all service interruptions are not evil hackers, but a misconfigured system. Making it easier to do the rare stuff by making it harder to do normal stuff is a poor bargain.

    1. Re:What is the alternative? by Mr.+Freeman · · Score: 3, Insightful

      You assume that the choices are:
      A) Microsoft OS (which specifically states that it is NOT FOR USE WHERE PEOPLE MAY DIE)
      B) Some fucking idiot with 3 days of C programming classes making a custom operating system.

      Alright, I guess I have to explain this to you.
      It is possible to hire experienced, knowledgeable people to develop custom operating systems. It is also possible to have that code thoroughly reviewed, tested, etc. to make sure it won't fail in such a way that people die.

      Yes, it's more expensive to create/maintain/fix. But on the other hand, people won't die this way.

      Seriously, do you use carabiners that say "not for climbing" when you go climbing because they're "cheaper" and "easier to replace"? If not, then you probably should so that you may rid us of your misguided thought that devices that say "NOT FOR USE WHERE PEOPLE MAY DIE" are perfectly suited to things where people may die.

      --
      -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    2. Re:What is the alternative? by Viol8 · · Score: 1

      "And your alternative is...? A specially built OS from Joe's basement?"

      Yes. What OSes do you think run aircraft avionics, train safety control systems and so on? Fucking Windows with a VB app on top?? Get a bloody clue!

      "Most of the medical systems I work with (where lives hang in the balance) are plain ol' WinXP"

      That says a lot about the indifference and stupidity of most medical organisations that it does about the suitability of using a consumer OS in safety critical systems.

      "Seems like a reasonable tradeof"

      Yeah , whatever.

  33. TFA seems to have some dubious facts by non-e-moose · · Score: 1

    There are a couple of "iffy" items in the article. First, how can an oil leak detector cause oil leaks (let alone spills)? That like saying having a faulty gas gauge on my car is going to either keep the tank completely empty or completely full all the time. Secondly, a claim is made that "computer viruses have caused personnel injuries". This seems unlikely; without specific examples, it seems more likely to be a case of alarmist authorship or convenient excuse for another root cause.

    1. Re:TFA seems to have some dubious facts by TooMuchToDo · · Score: 2, Insightful

      There are a couple of "iffy" items in the article. First, how can an oil leak detector cause oil leaks (let alone spills)?

      If you're an attacked were to determine there was an existing leak, then disable the leak monitor, then command a pump to increase pressure, you could cause damage depending on the pressure rating of the pipes/fittings in question. Other than that, I agree that it would be difficult to cause damage with simply a sensor alone (unless it's a critical sensor in an industrial process).

    2. Re:TFA seems to have some dubious facts by Teun · · Score: 1
      Maybe the oil leak detector (oil-in-water) was disabled by a software problem thus the oil spill was not detected.

      When process control in heavy industry is going down very dangerous things can and will and did happen.

      Every oil company has already had it's share and yet they (management, not operators) often continue to act like total noobs.

      Because the cheaper solution gets you promoted and the clean up is for the next guy.

      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
  34. It's not the big companies, it's their vendors by Anonymous Coward · · Score: 0

    Major companies are pretty good on security, but their equipment suppliers are awful. When SCADA vulnerabilities first became more openly known, I brought this up to a SCADA vendor as a polite warning. The response? "Oh, no one knows about our stuff so we're safe because of that."

    Happy hunting wolves. The rabbits are clueless. One day someone is going to make a lot of money fixing this.

  35. I also heard that by greycortex · · Score: 1

    Unmanned oil platforms take care of the hooker vulnerability.

  36. Automation and safety by Anonymous Coward · · Score: 0

    If an oilrig works anything like industry in Sweden does this is how it works (disclaimer: I've never worked on an oil rig but I my work includes designing safety for robots and other automated equipment):

    1. The machine safety is handled by a safety module. This module is not accessible from the internet/LAN and it is fault tolerant and shielded/hardened. You need physical access and a password to change any sfaety features (which includes areas where a robot may move and emergency stops etc.)

    2. Machine control is handled from a PLC that might be connected to the LAN (and thus possibly to the internet). This PLC handles the "tasks" of the system. A password might be needed to gain access unless you have physical access.

    3. An SCADA-system controls the plant. Now this is the part that could be rather easily hacked (it has happened before with the SCADA system CITECT that runs on a windows platform). But if properly implemented even if you have complete control of the SCADA system all you can do is shut down the system or put the wrong labels on things etc. so cause economical damage surely, but oils pills or damage to workers should not be possible