zbigniew kalbarczyk
play

ZBIGNIEW KALBARCZYK EMAIL: KALBARCZ@ILLINOIS.EDU UNIVERSITY OF - PowerPoint PPT Presentation

SEMANTIC SECURITY ANALYSIS OF SCADA NETWORKS TO DETECT MALICIOUS CONTROL COMMANDS IN POWER GRID ZBIGNIEW KALBARCZYK EMAIL: KALBARCZ@ILLINOIS.EDU UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN JANUARY 2014 Outline Problem Attack Model


  1. SEMANTIC SECURITY ANALYSIS OF SCADA NETWORKS TO DETECT MALICIOUS CONTROL COMMANDS IN POWER GRID ZBIGNIEW KALBARCZYK EMAIL: KALBARCZ@ILLINOIS.EDU UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN JANUARY 2014

  2. Outline • Problem • Attack Model • Attack Scenario • Semantic Security Analysis Framework • Evaluation • Conclusions 2

  3. Power Grid Operations Power Transmission Distribution Household Generator Network Network Environment SCADA • S upervisory C ontrol A nd D ata A cquisition (SCADA) system – Monitor and control geographically distributed assets in industrial control environment, e.g., power grid or gas pipeline • To boost control efficiency, SCADA systems integrate proprietary protocols into IP-based network infrastructure 3

  4. Challenges of Control-related Attacks • Control-related attacks: a sophisticated attacker can exploit system vulnerabilities and use a single maliciously crafted control command to bring system in insecure/unsafe state • Hard to detect based solely on states of physical components • Classical state estimation and contingency analysis methods are performed periodically on small range of system changes • Measurements can be compromised during network communications • Hard to detect based solely on network activities • Malicious commands may not generate a network anomaly 4

  5. Attack Model Control Center Control Network Remote Site (Substation) actuators & field devices sensors • We DO NOT TRUST “intelligent” devices • Computing devices in the control center • Intelligence field devices in substations • Control network • We TRUST measurements of power usage, current, and voltage directly obtained from sensing devices in substations • Concurrent physical accesses to and tampering with a large number of distributed sensors is hard to achieve in practice 5

  6. Attack Scenario Assumptions • An attacker can penetrate the intelligent components in the power system • An attacker can issue maliciously crafted control commands that can put the power system into an insecure state 6

  7. Attack Scenario Stages Remote Access Insider Attack Access Access Entry Control Center Field Devices Points State Estimation & Data Installed Malware Contingency Analysis Historian in Substations Attack Preparation Option 1: attackers learn network topology, estimate system states, Stage (offline) and determine attack strategy, e.g., which transmission lines to open. Option 2: open lines at random when systems operate under high generations or load demands. Attack Execution Stage 1. Generate legitimate but malicious network packets (a sample DNP3 packet to open 4 breakers simultaneously ) CB 04 0C 28 04 00 01 04 … 03 04 … 05 04 … 06 04 … IP + TCP Headers DNP3 Device Control Four Control Headers Index Code Relay Objects 2. To hide system changes, intercept and/or alter the network packets sent to the control center in response to the commands 7

  8. Semantic Analysis Framework Control Center Substation Control Actuators & Sensors Commands SCADA DNP3 Measurements: power Master Slave usage, current, and voltage A B C IDS IDS Instance #1 Instance #2 1) Commands issued to the remote site 2) Measurements obtained from sensors State Estimation Semantic & Contingency Analysis Generated Alerts Analysis Framework 8

  9. Semantic Analysis Procedure • Extract parameters of control commands from SCADA network packets • Obtain trusted measurements from sensors in substations • Trigger contingency analysis to estimate consequences of executing the commands carried by the network packets • Response to detected intrusions • The semantic analysis framework do not impact the normal functioning of SCADA system – no additional delay introduced in the communication between the SCADA and substations 9

  10. Monitor Control Commands • Bro intrusion detection system (IDS) is adapted to analyze network packets transmitted using the DNP3 protocols • Network IDS distinguishes critical commands from non- critical ones – Critical commands: commands that can operate physical devices and potentially change the system state Command Type Description Retrieve measurements from remote substations, Read e.g., read binary outputs Configure intelligent field devices, e.g., open, Write (Critical) edit, and close a configuration file Operate actuators or sensors, e.g., open or close Execute (Critical) a breaker connected to a relay 10

  11. Evaluation Testbed Setup • Hardware and system software – An Intel i3 (3.07 GHz) quad-core; 4 GB RAM, running Linux OS • Application software – SCADA master and DNP3 slave implemented using open source DNP3 library – Produce synthetic DNP3 network traffic • Intrusion detection system – Bro IDS with integrated DNP3 analyzer to monitor network traffic – Matpower , an open source Matlab toolbox for power flow analysis 11

  12. Effects of Malicious System Changes • SCADA master issues DNP3 network packets to change power system states – The traffic includes network packets, representing read , write , and execute commands – Include the maliciously crafted commands – IEEE 30-bus system analyzed Cmd Description Event Pattern Type Request to read (i) static data and Periodic event with interval of 1 Read (ii) event data from relays second Request to (i) update the static Poisson process with average Write configuration file and (ii) command arrival interval of 50 open/close an application in a relay seconds Poisson process with average Execute Request to open/close a breaker of command arrival interval of 100 a relay seconds 12

  13. IEEE 30-bus System • Malicious changes – Increase generation (at bus 2, 13, 22, 23, and 27) by 50% – Increase load demand by 50% – Open 3 transmission lines at random – All changes simultaneously 13

  14. Procedure to Check System State Malicious System • Check line status Changes – Voltage drop limit – the voltage at the receiving end (VR) and at the State Estimation sending end (VS) of a single transmission line should satisfy the Check Line Status operational condition VR / VS ≥ 0.95 – Steady-state stability limit – the Within Within maximum power that a line can carry. Steady-state Voltage Limit? Drop? Yes Yes No • Security Metric insecure secure secure – Number of insecure lines 14

  15. Effect of System Changes • Coordinated system changes (i.e., combination of increase in generation and load demand, and line outage) put up to 9 additional lines in insecure conditions • To escape detection an attacker may want to avoid making changes to many physical components – attack when the system is most vulnerable, e.g., in presence of already high load demand – opening a few transmission lines may be sufficient to create a blackout 15

  16. Performance Evaluation: Setup • SCADA master is configured to simulate 24 hours of operations – 77,000 read commands – 1,800 write commands – 900 execute commands • Measurements – the average execution time of network monitoring, e.g., filtering out noncritical commands and extracting parameters of critical ones – the time to carry on contingency analysis for different size test systems 16

  17. Performance Evaluation: Results monitor critical Execute the commands, contingency extract their analysis to parameters estimate and deliver to consequences contingency of executing analysis a command software The time to estimate consequence of executing a command (~ 100ms ) is almost three orders of magnitude higher than the time of the network monitoring (~ 0.1 ms ) 17

  18. Does Measured Performance Allow Timely Semantic Analysis on Critical Commands? • Yes ! • Network traffic involved to carry critical commands in power systems is still low – many critical commands to operate substation devices are issued manually – the interval between control commands are on the order of seconds (or minutes) • There is a limited number of types of critical commands – ignore uncritical commands to reduce the frequency of the semantic analysis 18

  19. Conclusions • Show that in the Power Grid SCADA, an attacker can use legitimate, but maliciously crafted, commands to put the power system in insecure state • Propose a semantic analysis framework based on an IDS extended with • network packet analyzer • power flow assessment tools – to (preemptively) estimate the execution consequence of a command and prevent the system damage • Evaluated the approach on the IEEE 30-bus system – the semantic analysis provides reliable detection of malicious commands with a small overhead 19

  20. Future Work • Improve performance of the state estimation – consider different strategies as to how and when to re-compute the system state • Investigate response to a detected intrusion – e.g., postpone a command 20

  21. Acknowledgments • Hui Lin • Adam Slagell • Peter Sauer • Ravishankar Iyer • Our sponsors: DOE, DHS, and NSF 21

  22. Current Status of the Software • The DNP3 analyzer is already included in the Bro IDS official branch which you can download at: http://www.bro.org/download/index.html – The source code of the analyzer can be found at: bro/src/analyzer/protocol/dnp3 22

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend