Slashdot Mirror


Securing the US Electrical Grid

An anonymous reader writes The Center for the Study of the Presidency & Congress (CSPC) launched a project to bring together representatives from the Executive Branch, Congress, and the private sector to discuss how to better secure the U.S. electric grid from the threats of cyberattack, physical attack, electromagnetic pulse, and inclement weather. In this interview with Help Net Security, Dan Mahaffee, the Director of Policy at CSPC, discusses critical security challenges.

7 of 117 comments (clear)

  1. Great way to waste your money by Anonymous Coward · · Score: 3, Interesting

    The best thing they could possibly do to protect the electric grid is to figure out how to make it not an electric grid. Because right now, J. Random Asshole can get in his pickup truck, drive 50 miles to some tower in the middle of nowhere, and cut it down with tools you can get at any construction supply store. Taking this one tower down would take out power to most of the East Coast.

    Or you could simply do nothing, because the power companies are doing a great job screwing things up on their own.

    1. Re:Great way to waste your money by bobbied · · Score: 5, Insightful

      I figured I'd pipe in and call your idea stupid, but I thought better of it. Let me show you why we have a grid..

      Transport of power - The power grid is designed to transport power from where it is generated to where it is used. This means we can use hydroelectric power without having to build our houses and businesses near the dam. It also allows us to transfer power from regions where there is generation capacity to regions where power is needed.

      Efficiency - Efficient power generation is easier to achieve on an industrial scale, and the ability to put the plant near a fuel source saves transportation costs. It also lets us use the more efficient generation plants from other regions when power is available.

      Redundancy - The power grid provides redundant paths for power to flow from where it is generated and where it is used and it also provide the ability to have multiple generation plants providing power so the failure of one plant can be made up by the rest.

      The problem you are going to have with "remove the grid" idea is reflected in all of the above. If you need reliable electrical power, you have to keep the grid. If you want efficiency, you need to keep the grid. If you ever need more power than can be generated locally, you need the grid.

      I'll conclude with this.. If you want to keep using all the things that make modern life possible, you need reliable, efficient and abundant electrical power and that means you need the grid. Unless of course you don't mind giving up modern life, which I consider a stupid idea...

      --
      "File to fit, pound to insert, paint to match" - Aircraft Maintenance 101
  2. Cyber is easy, EMP is possible by gurps_npc · · Score: 4, Insightful
    Cyber is easy - simply no direct connect to the internet. Anything less is effectively nothing. Anything more is not needed.

    If you have data that you absolutely positively must have accessible via the internet, set up a dial and point an internet connected camera at the dial.

    EMP pulse is not hard - we know the basics of shielding.

    Sabotage and weather are however not easily defensible. No matter what we do, we can't provide complete protection, but we can do pretty well.

    --
    excitingthingstodo.blogspot.com
    1. Re:Cyber is easy, EMP is possible by judoguy · · Score: 4, Interesting

      Cyber is easy - simply no direct connect to the internet. Anything less is effectively nothing. Anything more is not needed.

      Not that easy. I worked for a company that did just that. Air gapped completely. We sneaker netted the web orders, etc. back and forth between the internal system and the outside world. Huge pain in the ass, but secure.

      When we had to be certified as PCI compliant by our auditors, they wouldn't. Said that the air gap was a security risk! Made us connect and go through the hoops with more firewalls, et al., to be certified so we could stay in business.

      I will NEVER believe that they are more secure now than before. We checked the sneakernet data for SQL injection, ran AV, limited removable media to a few trusted and audited employees and so forth. But in the end, we had to get that PCI cert or our bank would refuse to do business with us.

      --
      Peace is easy to achieve, just surrender. Liberty is much harder get/keep.
  3. Reinventing Fire by mdsolar · · Score: 4, Informative

    The book "Reinventing Fire" by Amory Lovins goes into detail in how to make the grid less vulnerable to inclement weather (including space weather). "Finally, letting distributed generators compete and interconnect fairly could nearly eliminate blackout risks by organizing the grid into local “microgrids” that normally interconnect but can stand alone at need (“islanding”). This resilient future, already demonstrated in about 20 experiments worldwide... " http://www.rmi.org/electricity

  4. Re:air gaps by mlts · · Score: 4, Interesting

    Nothing is 100%, but an air gap will force a black hat to either get someone physically on site, do some social engineering, or find someone that they can control to do their work for them.

    By keeping stuff off the Internet, either air gapping or having a separate network with tightly controlled access points (or perhaps even something like a data diode [1]), it blocks all but the most well-heeled attackers, and big firms/governments are well adapted to deal with physical threats far more than stuff coming via the Internet.

    [1]: I've taken two machines, each on a different network, plugged in a serial cable with one of the lines cut (so bits only moved one way), then used syslog on the secure network, and redirecting the port's output to a file on the insecure network. This wasn't fast, but it got data to people who needed it, while keeping stuff on the secure side off the Internet unless someone physically accessed it. A true data diode does the same thing, except faster... however expensive. As a hack, a dedicated line-level Ethernet tap might be something to be used because the computer plugged into the mirrored port will be unable to change or reply to the network stream coming from the secure side.

  5. Assume it isn't secure by EmperorOfCanada · · Score: 3, Insightful

    The worst thing they can do is to secure it and then depend upon the security working. Thus the system should be designed so that if it is hacked every other Monday that it can survive. There have been a number of recent (last 20 years) events that have shown that single points of failure can have devastating effects. So make sure that if terrible things happen that a lesser grid can be maintained manually.

    A great example of this would be a local grocery store chain's SAP system failed shortly before Christmas(some years ago). They were so dependant upon it that their ability to order stuff and manage inventory was pretty much non existent. So the store ended up looking like some kind of soviet grocery store where the only goods on the shelves were pretty much those that are managed by the distributors themselves; things like milk.

    This grocery store hopefully has learned from this and now has some kind of manual backup plan where a store manager can actually phone in his orders and crudely manage the store's needs in the case of another serious computer outage.

    The same with the grid. Ideally they set some sort of minimal functionality emergency plan whereby humans can crudely manage the system as opposed to a system that either works perfectly by computer or doesn't work at all.

    But I worry far less about hackers and far more about system design failures and Carrington events.