SEEDS Industry Engagement Event

Size: px
Start display at page:

Download "SEEDS Industry Engagement Event"

Transcription

1 SEEDS Industry Engagement Event Professor Mohammed, FIU, Sequence Hopping Algorithm to Secure IEC GOOSE Messages Sequence Hopping Algorithm to Secure IEC GOOSE Messages Professor Osama Mohammed Energy Systems Research Laboratory Florida International University October 16/17, 2017

2 Goal Goal: Securing IEC Layer 2 GOOSE messages. Developing a tool to securely exchange the highly vulnerable IEC GOOSE messages between IEDs. Authenticating messages by the addition of a sequence hopping data field on exchanged messages A message sequence synchronization and monitoring server (MSSMS) will be responsible for synchronizing all sequence hopping fields in all IEDs. Could be a separate server or a service running on one of the IED s

3 IEC at a glance IEC Developed by the International Electro technical Commission (IEC) Technical Committee Number 57 Working Group 10 and IEEE for Ethernet (IEEE 802.3) based communication in electrical substations. Manufacturing Message Service (MMS): Monitoring and high level control (configuration files ) Ethernet Substation Bus IED IED IED Generic Object Oriented Substation Event (GOOSE): Event driven commands Ethernet Process Bus Sampled Measured Values (SMV): Measurements (actual CT&VT level measurements) Field Level Devices CT MU VT CT MU VT Merging units

4 IEC at a glance IEC Developed to: Define a standard data model to allow interoperability between multi vendor devices in a substation. Reduce copper wiring in a substation by digitizing and communicate measurement and control messages, in a bi directional manner, over the process bus as SMV and GOOSE messages, respectively. IEC being expanded to include DER integration (microgrids).

5 Generic Object Oriented Substation Event (GOOSE) Messages: GOOSE messages are used for critical events in substations and microgrids control. Used mainly to control opening/closing status of circuit breakers. Sent and broadcast Layer 2 messages of the OSI data model. Device MAC address Application ID: unique identifier for every message Status Number increments with every new event Sequence Number increments with every retransmission Destination MAC Address Source MAC Address Priority Tagging/VLAN ID Ethertype (88B8) Reserved 1 Reserved 2 APPID Length Tag Length goosepdu Tag Length gocbref Tag Length timeallowedtolive Tag Length datset Tag Length goid Tag Length t Tag Length stnum Tag Length sqnum Tag Length test Tag Length confrev Tag Length ndscom Tag Length numdatsetentries Tag Length alldata Tag Length Data 1 (Boolean) Tag Length Data 2 (Float) Tag Length Data N

6 GOOSE Messages Transmission Mechanism StNum=1,Seqnum=1, StNum=1,Seqnum=0, StNum=2,Seqnum=0, time stamp, Data(1) Data(2) Subscriber IED StNum=1,Seqnum=1, StNum=1,Seqnum=0, StNum=2,Seqnum=0, time stamp, Data(1) Data(2) Publisher IED network StNum=1,Seqnum=1, StNum=1,Seqnum=0, StNum=2,Seqnum=0, time stamp, Data(1) Data(2) Subscriber IED Event (2) (1) StNum=1,Seqnum=1, StNum=1,Seqnum=0, StNum=2,Seqnum=0, time stamp, Data(1) Data(2) Subscriber IED

7 Security threats The original IEC standard doesn't define any security measures. To address the security issue in IEC and other automation protocols such as DNP3, IEC TC 57 WG 10 issued IEC security standard. for applications using GOOSE and IEC (SMV) and requiring 4 ms response times, multicast configurations and low CPU overhead, encryption is not recommended. Lack of Encryption Message Understanding and Modification

8 Attack Scenario: GOOSE Manipulation on Commercial IEDS Commercial IEDs at FIU Testbed Remote Grid IED IED Main Bus Bar Physical Device Bay Controller XCBR1 Logical Node MU IED IED IED Inverter Based DER MU Synchronous Generator Local Load MU DC/DC DC/DC Converter DC Load Converter Battery Source PV Panel MU

9 Attack Scenario: GOOSE Manipulation on Commercial IEDS Publishing IED Subscribing IED1 Automated script using Python in conjunction with packet crafting libraries from Scapy. 1 Sniff network packets. 3 1 Altered Sniffing Data 3 Monitor network for GOOSE messages Subscribing IED2 Subscribing IEDN 2 3 Decode message, and alter designated fields. Publish fake message to the network. Data Manipulation Decode Messages Alter Data Encode Messages Inject Fake Message

10 GOOSE Poisoning Attack StNum=2,Seqnum=1, StNum=1,Seqnum=1, time time stamp, Data(Fake) Data(1) Subscriber IED StNum=1,Seqnum=1, time stamp, Data(1) Publisher IED network StNum=2,Seqnum=1, StNum=1,Seqnum=1, time time stamp, stamp, Data(Fake) Data(1) Subscriber IED Event (1) sniffing Alter the Data fields StNum=2,Seqnum=1, StNum=1,Seqnum=1, time stamp, Data(Fake) Data(1) Attacker StNum=2,Seqnum=1, StNum=1,Seqnum=1, time time stamp, Data(Fake) Data(1) Subscriber IED

11 Attack on Commercial IED Aside from targeting critical infrastructure, the gravity of these attacks is emphasized by their ability to remain undetectable by conventional network Intrusion Detection Systems (IDSs). The modified control fields are re encoded in the proper packet format before being transmitted. GOOSE Manipulation Example

12 Encryption and Authentication Challenges IEC standard requires TLS and message encryption for MMS messages. IEC recommends not to use any encryption on GOOSE messages due to time restriction <4msec. IEC recommends the use of RSA for message Authentication. RSA: Encryption algorithm developed by Ron Rivest, Adi Shamir, and Leonard Adleman. Latest available hardware fails to sign the GOOSE without violating the time restriction

13 Encryption and Authentication Challenges RSA Signing and Verification Execution Time on Several Processors RSA: Encryption algorithm developed by Ron Rivest, Adi Shamir, and Leonard Adleman. D Berbecaru, On Measuring SSL-based Secure Data Transfer with Handheld Devices, Politecnico di Torino, Dip. di Automatica e Informatica

14 Approach Sequence Hopping Algorithm for Securing GOOSE Messages New filed will be added to the message HseqNum. The HseqNum will be a random value generated by pseudo random number generator. New HseqNum will be generated by the every event. Each subscriber will generate random sequence synchronized with the publisher subscriber will accept only the message with matching HseqNum. Any message with repeated or unmatched HseqNum will be rejected. The attacker will not be able to send any message without knowing the correct HseqNum. Any manipulated message will be rejected since it will have repeated HseqNum.

15 Approach Sequence Hopping Algorithm for Securing GOOSE Messages Message sequence synchronization and monitoring server (MSSMS) will be responsible about sync all pseudo random number generators. The MSSMS will use encrypted connection for synchronization and exchanging initial seeds. The MSSMS will monitor all GOOSE broadcasted message for attack detection

16 Testing Sequence Hopping Algorithm for Securing GOOSE Messages Experimental Validation: Setup 1 MSSMS Synchronize Subscriber the random Attach receives HSeqNum number GOOSE generators field message to the and seed GOOSE at publisher message verifies the and before subscriber publishing HSeqNumside it filed

17 Testing Sequence Hopping Algorithm for Securing GOOSE Messages Experimental Validation: Setup 1

18 Testing Sequence Hopping Algorithm for Securing GOOSE Messages Experimental Validation: Setup 1 Embedded sequence hopping security solution test setup End-to-end delay time for the embedded sequence hopping implementation

19 Testing Sequence Hopping Algorithm for Securing GOOSE Messages Experimental Validation: Setup 2 MSSMS GOOSE Publisher IED with proprietary firmware In case the firmware of the device is proprietary and cannot be modified, the sequence hopping algorithm can be implemented on Bump in the wire devices GOOSE Subscriber IED with proprietary firmware

20 Testing Sequence Hopping Algorithm for Securing GOOSE Messages Experimental Validation: Setup 2 Bump in the wire sequence hopping security mechanism implementation setup. Bump in the wire solution end-to-end delay.

21 Industry Relevance Securing the most widely accepted and industry approved IEC GOOSE messaging through an intuitive computationally inexpensive message authentication mechanism. Enhance resiliency of substation automation systems to data manipulation (man-in-the-middle) attacks. Message authentication through sequence hopping could be applied as firmware update on commercial IEDs already present in field devices. Implemented as a bump-in-the-wire device attached to legacy protection devices. Therefore, there is no need of replacing devices that do not support the required functionalities. Developed algorithm could be hardcoded into newly developed IEDs

22 Conclusion & Discussion The algorithm needs minimal computation resources (will not conflict with 4 ms time restriction). The SSL encryption will be utilized in initial synchronization only instead of repeated signature generation for every message. The algorithm benefits from the Layer two broadcasting message since the attacker can t block the broadcast message and the only way to manipulate the data is resending the message. Since any pseudo random pattern can be detected if the attacker sniffs enough samples of the sequence number the synchronization server will change seeds before generating enough numbers for correlation.

On the Implementation of the IEC Standard: Will Different Manufacturer Devices Behave Similarly under Identical Conditions?

On the Implementation of the IEC Standard: Will Different Manufacturer Devices Behave Similarly under Identical Conditions? Florida International University FIU Digital Commons Electrical and Computer Engineering Faculty Publications College of Engineering and Computing 12-5-2016 On the Implementation of the IEC 61850 Standard:

More information

Congested Corridors. Long lead time for building new transmission. Large number of renewable interconnect requests

Congested Corridors. Long lead time for building new transmission. Large number of renewable interconnect requests Design and Testing Congested Corridors Long lead time for building new transmission Large number of renewable interconnect requests Increasing transmission voltage support requirements Extensive use of

More information

MCDGV4 Software-Version: 2.4.a

MCDGV4 Software-Version: 2.4.a IEC 61850 PIXIT MCDGV4 Software-Version: 2.4.a Protocol Implementation Extra Information for Testing (PIXIT) UCA International Users Group Testing Sub Committee English Contents of this document Contents

More information

IEC PIXIT. MRA4 Software-Version: 2.2.c

IEC PIXIT. MRA4 Software-Version: 2.2.c IEC 61850 PIXIT MRA4 Software-Version: 2.2.c IEC 61850 PIXIT Protocol Implementation Extra Information for Testing (PIXIT) UCA International Users Group Testing Sub Committee English Contents of this document

More information

EDR Software-Version: 2.5.b. Protocol Implementation Extra Information for Testing (PIXIT) UCA International Users Group Testing Sub Committee

EDR Software-Version: 2.5.b. Protocol Implementation Extra Information for Testing (PIXIT) UCA International Users Group Testing Sub Committee EDR-5000 Software-Version: 2.5.b Protocol Implementation Extra Information for Testing (PIXIT) UCA International Users Group Testing Sub Committee Contents of this document This document is applicable

More information

IEC OBJECT MODELS OF MULTIFUNCTIONAL PROTECTION RELAYS

IEC OBJECT MODELS OF MULTIFUNCTIONAL PROTECTION RELAYS IEC 61850 OBJECT MODELS OF MULTIFUNCTIONAL PROTECTION RELAYS Alexander Apostolov AREVA T&D Automation Los Angeles, USA alexander.apostolov@areva-td.com Abstract The paper analyzes the functional hierarchy

More information

IEC GOOSE TRAFFIC MODELING AND GENERATION. Omar Hegazi, Eman Hammad, Abdallah Farraj, and Deepa Kundur

IEC GOOSE TRAFFIC MODELING AND GENERATION. Omar Hegazi, Eman Hammad, Abdallah Farraj, and Deepa Kundur IEC-61850 GOOSE TRAFFIC MODELING AND GENERATION Omar Hegazi, Eman Hammad, Abdallah Farraj, and Deepa Kundur Department of Electrical and Computer Engineering, University of Toronto, Canada Email: omar.hegazi@mail.utoronto.ca,

More information

A Detailed Analysis of the Generic Object-Oriented Substation Event Message Structure in an IEC Standard-Based Substation Automation System

A Detailed Analysis of the Generic Object-Oriented Substation Event Message Structure in an IEC Standard-Based Substation Automation System A Detailed Analysis of the Generic Object-Oriented Substation Event Message Structure in an IEC 61850 Standard-Based Substation Automation System C. Kriger S. Behardien J. Retonda-Modiya Carl Kriger Centre

More information

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in MRM4. Version 2.0.h Date:

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in MRM4. Version 2.0.h Date: Protocol Implementation extra Information for Testing (PIXIT) for the IEC 61850 interface in MRM4 Version 2.0.h Date: 2013-03-28 Contents of this document This document is applicable for MRM4 Version 2.0.h

More information

COMMUNICATION NETWORKS. FOX615/612 TEGO1 IEC GOOSE Proxy Gateway interface module.

COMMUNICATION NETWORKS. FOX615/612 TEGO1 IEC GOOSE Proxy Gateway interface module. COMMUNICATION NETWORKS FOX615/612 TEGO1 IEC 61850 GOOSE Proxy Gateway interface module. 2 FOX615/612 TEGO1 IEC 61850 GOOSE GATEWAY INTERFACE MODULE INTRODUCTION 3 FOX615/612 multiplexing platform. Enabling

More information

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-2411

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-2411 Protocol Implementation extra Information for Testing (PIXIT) for the IEC 61850 interface in SEL-2411 UCA International Users Group Testing Sub Committee Date: October 03, 2012 Rev. 2.3 Schweitzer Engineering

More information

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-849

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-849 Protocol Implementation extra Information for Testing (PIXIT) for the IEC 61850 interface in SEL-849 UCA International Users Group Testing Sub Committee Date: January 16, 2013 Rev. 2.3 Schweitzer Engineering

More information

Dmitry Ishchenko/Reynaldo Nuqui/Steve Kunsman, September 21, 2016 Collaborative Defense of Transmission and Distribution Protection & Control Devices

Dmitry Ishchenko/Reynaldo Nuqui/Steve Kunsman, September 21, 2016 Collaborative Defense of Transmission and Distribution Protection & Control Devices Dmitry Ishchenko/Reynaldo Nuqui/Steve Kunsman, September 21, 2016 Collaborative Defense of Transmission and Distribution Protection & Control Devices Against Cyber Attacks (CODEF) Cyber Security of the

More information

IEC Overview. Grant Gilchrist. Principal Consultant, Smart Grid Engineering November 2009

IEC Overview. Grant Gilchrist. Principal Consultant, Smart Grid Engineering November 2009 IEC 61850 Overview Grant Gilchrist Principal Consultant, Smart Grid Engineering November 2009 Traditional Power System Protocols Memory-mapped Register-based, like a filing cabinet. Anything could be in

More information

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-311C

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-311C Protocol Implementation extra Information for Testing (PIXIT) for the IEC 61850 interface in SEL-311C UCA International Users Group Testing Sub Committee Date: ovember 02, 2012 Rev. 2.3 Schweitzer Engineering

More information

Jim McGhee, Utility Market Manager, RuggedCom Inc.

Jim McGhee, Utility Market Manager, RuggedCom Inc. First Practical Experience with IEEE 1588 High Precision Time Synchronization in High Voltage Substation with IEC 61850 Process Bus Jim McGhee, Utility Market Manager, RuggedCom Inc. (JimMcGhee@RuggedCom.com)

More information

IEC in Digital Substation and Cyber security

IEC in Digital Substation and Cyber security ABB GRID AUTOMATION IEC 61850 in Digital Substation and Cyber security 72 nd Annual Georgia Tech Protective Relaying Conference Steven Kunsman, May 4, 2018 The digital systems Communication services SV,

More information

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in the SEL-387E. May 11, 2011

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in the SEL-387E. May 11, 2011 Protocol Implementation extra Information for Testing (PIXIT) for the IEC 61850 interface in the SEL-387E May 11, 2011 UCA International Users Group Testing Sub Committee Template version 1.1 Date: March

More information

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-421. September 02, 2011

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-421. September 02, 2011 Protocol Implementation extra Information for Testing (PIXIT) for the IEC 61850 interface in SEL-421 September 02, 2011 UCA International Users Group Testing Sub Committee Template version 1.1 Date: March

More information

An Investigation into the Testing and. Commissioning Requirements of IEC Station Bus Substations. Robert Peter Accendere

An Investigation into the Testing and. Commissioning Requirements of IEC Station Bus Substations. Robert Peter Accendere University of Southern Queensland Faculty of Health, Engineering and Sciences An Investigation into the Testing and Commissioning Requirements of IEC 61850 Station Bus Substations A dissertation submitted

More information

Digitizing copper Defining key elements to ensure a successful integration from concept to maintenance

Digitizing copper Defining key elements to ensure a successful integration from concept to maintenance Alejandro Schnakofsky, ABB Inc. Digitizing copper Defining key elements to ensure a successful integration from concept to maintenance Abstract in this paper, IEC61850 GOOSE message is presented as a vehicle

More information

Ahead of the challenge, ahead of the change. Beyond classical substation How seamless communication networks can be used in special applications

Ahead of the challenge, ahead of the change. Beyond classical substation How seamless communication networks can be used in special applications Ahead of the challenge, ahead of the change Beyond classical substation How seamless communication networks can be used in special applications siemens.com/energy-management Agenda Today s reliability

More information

October 05, ECE 421 Session 12. Utility SCADA and Automation. Presented by: Chris Dyer

October 05, ECE 421 Session 12. Utility SCADA and Automation. Presented by: Chris Dyer ECE 421 Session 12 October 05, 2017 Utility SCADA and Automation Presented by: Chris Dyer Utility SCADA & Automation Chris Dyer, P.E. BSEE University of Idaho, 1997 SCADA & Automation Engineer POWER Engineers,

More information

IEC The Digital Power System. Mark Thompson National Grid IEC Engineering Manager

IEC The Digital Power System. Mark Thompson National Grid IEC Engineering Manager IEC 61850 The Digital Power System Mark Thompson National Grid IEC 61850 Engineering Manager November 12, 2018 1 Agenda IEC 61850 and the Digital Substation What is Substation Automation? High-Level Review

More information

Registered Trademarks

Registered Trademarks Preface SIPROTEC Merging Unit Contents Applications 1 IEC 61850 Conformance Statements 2 IEC 61850-8-1 9-2LE IEC 61869-9 PIXIT, PICS, TICS Manual C53000-G1140-C377-1 Disclaimer of Liability This document

More information

Integrated Smart Grid Performance Testing: NIST Research and SG Testbed

Integrated Smart Grid Performance Testing: NIST Research and SG Testbed Integrated Smart Grid Performance Testing: NIST Research and SG Testbed Jerry FitzPatrick National Institute of Standards and Technology Applied Electrical Metrology Group i-pcgrid March 28, 2018 Energy

More information

Chapter 6: DNP Introduction. 6.2 Features of the DNP The OSI/ISO model. 6.3 Basic topology

Chapter 6: DNP Introduction. 6.2 Features of the DNP The OSI/ISO model. 6.3 Basic topology 6.1 Introduction DNP3 (Distributed Network Protocol Version 3) is an open, intelligent, robust and efficient modern SCADA protocol designed to optimise the transmission of data acquisition information

More information

Deploying Digital Substations: Experience with a Digital Substation Pilot in North America. Harsh Vardhan, R Ramlachan GE Grid Solutions, USA

Deploying Digital Substations: Experience with a Digital Substation Pilot in North America. Harsh Vardhan, R Ramlachan GE Grid Solutions, USA Deploying Digital Substations: Experience with a Digital Substation Pilot in North America Harsh Vardhan, R Ramlachan GE Grid Solutions, USA Wojciech Szela, Edward Gdowik PECO, USA SUMMARY Though IEC 61850

More information

Application of Monitoring Standards for enhancing Energy System Security

Application of Monitoring Standards for enhancing Energy System Security Application of Monitoring Standards for enhancing Energy System Security G. DONDOSSOLA*, R. TERRUGGIA*, P. WYLACH*, G. PUGNI**, F. BELLIO*** RSE SpA*, Enel SpA**, Enel Produzione SpA*** Italy About RSE

More information

This webinar brought to you by the Relion product family Advanced protection and control IEDs from ABB

This webinar brought to you by the Relion product family Advanced protection and control IEDs from ABB This webinar brought to you by the Relion product family Advanced protection and control IEDs from ABB Relion. Thinking beyond the box. Designed to seamlessly consolidate functions, Relion relays are smarter,

More information

Protocol Implementation extra Information for Testing (PIXIT)

Protocol Implementation extra Information for Testing (PIXIT) Engineering Studio SimLab IEC 61850 Server Protocol Implementation extra Information for Testing (PIXIT) Date: August 8, 2016 Version: 001 Reference: 16-GS-001-ES-PIXIT-ED2-SERVER Grid Software Inc. Page

More information

Data Models and Protocol Mapping for Reduced Communication Load in Substation Automation with High Sampling Rate Protection Applications

Data Models and Protocol Mapping for Reduced Communication Load in Substation Automation with High Sampling Rate Protection Applications Data Models and Protocol Mapping for Reduced Communication Load in Substation Automation with High Sampling Rate Protection Applications 1 st Fabian Hohn Electric Power & Energy Systems KTH Royal Institute

More information

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-787

Protocol Implementation extra Information for Testing (PIXIT) for the IEC interface in SEL-787 Protocol Implementation extra Information for Testing (PIXIT) for the IEC 61850 interface in SEL-787 UCA International Users Group Testing Sub Committee PIXIT template extracted from server test procedures

More information

Cyber Security of Power Grids

Cyber Security of Power Grids Cyber Security of Power Grids Chen-Ching Liu Boeing Distinguished Professor Director, Energy Systems Innovation Center Washington State University In Collaboration with M. Govindarasu, Iowa State University

More information

Process Bus and Sampled Values Based Applications

Process Bus and Sampled Values Based Applications Process Bus and Sampled Values Based Applications Dr. Alexander Apostolov Los Angeles, CA Page: 2 Analog Signal Processing in ISD Analog Input Module Function Module Rela Input Module Opto Input Module

More information

November 29, ECE 421 Session 28. Utility SCADA and Automation. Presented by: Chris Dyer

November 29, ECE 421 Session 28. Utility SCADA and Automation. Presented by: Chris Dyer ECE 421 Session 28 November 29, 2018 Utility SCADA and Automation Presented by: Chris Dyer Utility SCADA & Automation Chris Dyer, P.E. BSEE University of Idaho, 1997 SCADA & Automation Engineer POWER Engineers,

More information

IEEE 1588v2 Time Synchronization in Energy Automation Applications Case Studies from China

IEEE 1588v2 Time Synchronization in Energy Automation Applications Case Studies from China IEEE 1588v2 Time Synchronization in Energy Automation Applications Case Studies from China Real Time Communications Symposium Munich, January 2012 Maciej Goraj maciejgoraj@ruggedcom.com 1 Who is RuggedCom?

More information

Lecture #7 Substation Automation with IEC 61850

Lecture #7 Substation Automation with IEC 61850 Lecture #7 Substation Automation with IEC 61850 Course map 1 Outline of the Lecture Recap of Substation Configurations Recap of Substation Automation Functions Recap of modern substation architectures

More information

Experience with a Digital Substation Pilot in North Ame rica

Experience with a Digital Substation Pilot in North Ame rica Experience with a Digital Substation Pilot in North Ame rica Wojciech Szela, Edward Gdowik PECO Harsh Vardhan, R. Ramlachan GE Grid Solutions 2018 Texas A&M Protective Relaying Conference IEC MDS 61850

More information

IEC Vaasa Seminar 21st October Contents

IEC Vaasa Seminar 21st October Contents Ethernet In The Substation IEC 61850 Vaasa Seminar 21st October 2008 Contents IEC 61850 Environmental Conditions Communication Requirements Communication Protocols Security Summary Contents IEC 61850 Environmental

More information

Entergy Development and Deployment of IEC Protection and Control Including Process Bus

Entergy Development and Deployment of IEC Protection and Control Including Process Bus Entergy Development and Deployment of IEC 61850 Protection and Control Including Process Bus Chan Y. Wong Entergy Transmission Eric A. Udren and Solveig Ward Quanta Technology, LLC Presented at CIGRÉ Grid

More information

Experimenting Security Algorithms for the IEC based Substation Communication

Experimenting Security Algorithms for the IEC based Substation Communication Experimenting Security Algorithms for the IEC 61850-based Substation Communication Sugwon Hong 1, Dae-Yong Shin 1, and Seung-Jae Lee 2 1 Department of Computer Software, 2 Electrical Engineering Myongji

More information

REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS

REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS REALISATION OF AN INTELLIGENT AND CONTINUOUS PROCESS CONNECTION IN SUBSTATIONS Christina SÜFKE Carsten HAVERKAMP Christian WEHLING Westnetz GmbH - Germany Westnetz GmbH - Germany Westnetz GmbH - Germany

More information

SDG&E EPIC Program Overview

SDG&E EPIC Program Overview SDG&E EPIC Program Overview Presented by: Frank Goodman, SDG&E i-pcgrid Workshop March 30, 2018. All copyright and trademark rights reserved. Presentation overview SDG&E overview Project lists for three

More information

Digital Substation Overview of Technology, Industry

Digital Substation Overview of Technology, Industry Digital Substation Overview of Technology, Industry Trends and Standardization Efforts 4th International Scientific & Technical Conference Actual Trends in Development of Power System Protection and Automation

More information

Ethernet Network Redundancy in SCADA and real-time Automation Platforms.

Ethernet Network Redundancy in SCADA and real-time Automation Platforms. Ethernet Network Redundancy in SCADA and real-time Automation Platforms www.copadata.com sales@copadata.com Content 1. ABSTRACT... 2 2. INTRODUCTION... 2 IEC 61850 COMMUNICATION SERVICES... 2 APPLICATION

More information

The development of IEC generic object oriented substation event monitoring application for Tenaga Nasional Berhad Smart Substation

The development of IEC generic object oriented substation event monitoring application for Tenaga Nasional Berhad Smart Substation International Journal of Smart Grid and Clean Energy The development of IEC 61850 generic object oriented substation event monitoring application for Tenaga Nasional Berhad Smart Substation M. S. Shokri

More information

IEC and DER Successfully implementing IEC as the standard communication protocol for distributed energy resources

IEC and DER Successfully implementing IEC as the standard communication protocol for distributed energy resources IEC 61850 and DER Successfully implementing IEC 61850 as the standard communication protocol for distributed energy resources Stjepan Sučić KONČAR-KET Contents 1 Company overview 2 DER monitoring and control

More information

Overview and Application

Overview and Application IEC 61850 Overview and Application Who am I? Rich Hunt Market Development Leader GE Grid Solutions Over 25 years in the power systems industry At GE for 10 years (almost) Member of IEEE PSRC, U.S. Representative

More information

Peter Kreutzer, PSSAM/Automation Power World 2011 New Delhi, Secure and reliable Redundant communication network and cyber security

Peter Kreutzer, PSSAM/Automation Power World 2011 New Delhi, Secure and reliable Redundant communication network and cyber security Peter Kreutzer, PSSAM/Automation Power World 2011 New Delhi, 2011-09-20 Secure and reliable Redundant communication network and cyber security Content Reliable Substation communication networks Introduction

More information

MiCOM P40 Agile P141, P142, P143, P144, P145

MiCOM P40 Agile P141, P142, P143, P144, P145 MiCOM P40 Agile P141, P142, P143, P144, P145 PIXIT Protocol Implementation extra Information for Testing - IEC 61850 Edition 2 Platform Hardware Version: M/P Platform Software Version: 61 Publication Reference:

More information

Security in Power System Automation Status and Application of IEC Steffen Fries, Siemens Corporate Technology, June 13 th, 2017

Security in Power System Automation Status and Application of IEC Steffen Fries, Siemens Corporate Technology, June 13 th, 2017 Security in Power System Automation Status and Application of IEC 62351 Steffen Fries, Siemens Corporate Technology, June 13 th, 2017 Operator Integrator Vendor IEC 62351-10 Power Systems Security Architecture

More information

SDG&E s EPIC Demonstration Projects on Emerging Communication Standards. IEC Europe 2017 Conference. Frank Goodman, SDG&E EPIC Program Manager

SDG&E s EPIC Demonstration Projects on Emerging Communication Standards. IEC Europe 2017 Conference. Frank Goodman, SDG&E EPIC Program Manager SDG&E s EPIC Demonstration Projects on Emerging Communication Standards Frank Goodman, SDG&E EPIC Program Manager IEC 61850 Europe 2017 Conference September 26-28, 2017 2017 San Diego Gas & Electric Company.

More information

Demonstration Test Bed for Advanced Control Systems

Demonstration Test Bed for Advanced Control Systems Demonstration Test Bed for Advanced Control Systems Christopher R Clarke Senior Engineer SCE Advanced Technology June 22, 2016 1 Advanced Distribution Control Systems Introduction of customer adoption

More information

Automation System Solutions

Automation System Solutions Automation System Solutions Automation Systems for Power Grid, Power Plant and Industries NR Electric Corporation Automation for Power Grid Substation Automation System Conventional Substation Automation

More information

Introduction and Overview of IEC Communications. Schweitzer Engineering Laboratories, Inc.

Introduction and Overview of IEC Communications. Schweitzer Engineering Laboratories, Inc. Introduction and Overview of IEC 61850 Communications Schweitzer Engineering Laboratories, Inc. Copyright SEL 2009 SEL Provides Integration Best Practice & Stand-Alone IED Protocols SEL Suite SMART - SEL

More information

Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks

Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks Importance of Interoperability in High Speed Seamless Redundancy (HSR) Communication Networks Richard Harada Product Manager RuggedCom Inc. Introduction Reliable and fault tolerant high speed communication

More information

Substation to substation (ss2ss) GOOSE exchange for critical relay operations

Substation to substation (ss2ss) GOOSE exchange for critical relay operations CIGRÉ Canada 21, rue d Artois, F-75008 PARIS (CIGRE-130) Conference on Power Systems http : //www.cigre.org Vancouver, October 17-19, 2010 Substation to substation (ss2ss) GOOSE exchange for critical relay

More information

Lecture #11 Power system communication

Lecture #11 Power system communication KTH ROYAL INSTITUTE OF TECHNOLOGY Lecture #11 Power system communication Nicholas Honeth In this series Lecture #9 Communication protocol basics The OSI model Relationship between OSI and

More information

Analysis of an IEC based Electric Substation Communication Architecture: A Simulation and Experimentation based Hybrid Approach

Analysis of an IEC based Electric Substation Communication Architecture: A Simulation and Experimentation based Hybrid Approach Analysis of an IEC 61850 based Electric Substation Communication Architecture: A Simulation and Experimentation based Hybrid Approach Rahul Gore*, Hariram Satheesh*, Mahesh Varier^ and Simi Valsan* * ABB

More information

Kyland solution for IEEE1588 Precision Time Synchronization in Electric Utilities

Kyland solution for IEEE1588 Precision Time Synchronization in Electric Utilities Kyland solution for IEEE1588 Precision Time Synchronization in Electric Utilities IEEE1588 v2 In measurement and control systems there is often a need to synchronize distributed clocks. Traditionally,

More information

Trends in Station Bus and Process Bus Communications Via the Several IEC Protocols. Schweitzer Engineering Laboratories, Inc.

Trends in Station Bus and Process Bus Communications Via the Several IEC Protocols. Schweitzer Engineering Laboratories, Inc. Trends in Station Bus and Process Bus Communications Via the Several IEC 61850 Protocols Schweitzer Engineering Laboratories, Inc. Copyright SEL 2009 Reduce Cost / Complexity of Field Wiring Yard House

More information

IEC Conformance Testing

IEC Conformance Testing IEC 61850 Conformance Testing Bas Mulder UCAIUG meeting Austin, November 2011 Experience you can trust. Introduction KEMA 21 November, 2011 IEC 61850 Testing 2 Quality Assurance 21 November, 2011 IEC 61850

More information

SPECIAL REPORT FOR STUDY COMMITTEE B5 (Protection and Automation)

SPECIAL REPORT FOR STUDY COMMITTEE B5 (Protection and Automation) 200 Study Committee B5 Colloquium August 25-31, 2013 Belo Horizonte, Brazil SPECIAL REPORT FOR STUDY COMMITTEE B5 (Protection and Automation) PS2: Experience & Application of Non-Conventional Instrument

More information

A solution for applying IEC function blocks in the development of substation automation systems

A solution for applying IEC function blocks in the development of substation automation systems A solution for applying IEC 61499 function blocks in the development of substation automation systems Valentin Vlad, Cezar D. Popa, Corneliu O. Turcu, Corneliu Buzduga Abstract This paper presents a solution

More information

Unencrypted Mouse Packet

Unencrypted Mouse Packet MouseJack Injecting Keystrokes into Wireless Mice Marc Newlin Bastille Threat Research Team February 12, 2016 Abstract MouseJack is a collection of security vulnerabilities affecting non-bluetooth wireless

More information

Number of the paper (D2-03_06) Enabling Mobile Technologies on IEC61850

Number of the paper (D2-03_06) Enabling Mobile Technologies on IEC61850 CONSEIL INTERNATIONAL DES GRANDS RESEAUX ELECTRIQUES INTERNATIONAL COUNCIL ON LARGE ELECTRIC SYSTEMS http:d2cigre.org STUDY COMMITTEE D2 INFORMATION SYSTEMS AND TELECOMMUNICATION 2015 Colloquium October

More information

Networking interview questions

Networking interview questions Networking interview questions What is LAN? LAN is a computer network that spans a relatively small area. Most LANs are confined to a single building or group of buildings. However, one LAN can be connected

More information

SIPROTEC 5 V7.8 Protection, automation and monitoring for digital substations

SIPROTEC 5 V7.8 Protection, automation and monitoring for digital substations SIPROTEC 5 V7.8 Protection, automation and monitoring for digital substations siemens.com/siprotec5 SIPROTEC 5 Table of content Introduction New functions of V7.8 SIPROTEC 5 - the core of Digital Substation

More information

Trends, Lessons and Benchmarks

Trends, Lessons and Benchmarks Trends, Lessons and Benchmarks Dr. Alexander Apostolov Disclaimer: The person making this presentation is not responsible for what he says because he has no clue what he is talking about Questions What

More information

Study on Process Bus Effect on the Performance of Protection IED in High Voltage Substations. - Engr. Mohamed Abdelfattah Younis

Study on Process Bus Effect on the Performance of Protection IED in High Voltage Substations. - Engr. Mohamed Abdelfattah Younis Study on Process Bus Effect on the Performance of Protection IED in High Voltage Substations - Engr. Mohamed Abdelfattah Younis Table Of Content: Introduction. Structure of process Bus Based Substation

More information

Lessons Learned: Benefits of Using Standardized Protocols to Replace Substation Copper Field Wiring With Digital Communications

Lessons Learned: Benefits of Using Standardized Protocols to Replace Substation Copper Field Wiring With Digital Communications Lessons Learned: Benefits of Using Standardized Protocols to Replace Substation Copper Field Wiring With Digital Communications D. Dolezilek and A. Kalra Schweitzer Engineering Laboratories, Inc. Presented

More information

TinySec: A Link Layer Security Architecture for Wireless Sensor Networks. Presented by Paul Ruggieri

TinySec: A Link Layer Security Architecture for Wireless Sensor Networks. Presented by Paul Ruggieri TinySec: A Link Layer Security Architecture for Wireless Sensor Networks Chris Karlof, Naveen Sastry,, David Wagner Presented by Paul Ruggieri 1 Introduction What is TinySec? Link-layer security architecture

More information

COLLABORATE TO WIN. 03/31/2017 Digital Substation Turning IEC61850 features into benefits. Peter Rietmann, Program Manager Digital Substation NA

COLLABORATE TO WIN. 03/31/2017 Digital Substation Turning IEC61850 features into benefits. Peter Rietmann, Program Manager Digital Substation NA COLLABORATE TO WIN 03/31/2017 Digital Substation Turning IEC61850 features into benefits Peter Rietmann, Program Manager Digital Substation NA Increasing Reliability Higher functional integration and process

More information

Cryptography (Overview)

Cryptography (Overview) Cryptography (Overview) Some history Caesar cipher, rot13 substitution ciphers, etc. Enigma (Turing) Modern secret key cryptography DES, AES Public key cryptography RSA, digital signatures Cryptography

More information

Battery Energy Storage System Information Modeling Based on IEC 61850

Battery Energy Storage System Information Modeling Based on IEC 61850 Journal of Power and Energy Engineering, 2014, 2, 233-238 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24033 Battery Energy Storage System

More information

Lecture 5 Substation Automation Systems. Course map

Lecture 5 Substation Automation Systems. Course map Lecture 5 Substation Automation Systems 1 Course map 2 1 Contents of the Lecture Part 1 Substation Automation Components Substation Automation Functions Communication within the Substation (Intro) Part

More information

Zero-Packet-Loss in the Substation. Marzio P. Pozzuoli RuggedCom Inc. Industrial Strength Networks Woodbridge, Ontario, Canada

Zero-Packet-Loss in the Substation. Marzio P. Pozzuoli RuggedCom Inc. Industrial Strength Networks Woodbridge, Ontario, Canada Zero-Packet-Loss in the Substation Marzio P. Pozzuoli RuggedCom Inc. Industrial Strength Networks Woodbridge, Ontario, Canada Introduction The proliferation of Ethernet networking technology from the office

More information

This webinar brought to you by the Relion product family Advanced protection and control from ABB

This webinar brought to you by the Relion product family Advanced protection and control from ABB This webinar brought to you by the Relion product family Advanced protection and control from ABB Relion. Thinking beyond the box. Designed to seamlessly consolidate functions, Relion relays are smarter,

More information

GOOSEING YOUR PARALLELING SCHEME

GOOSEING YOUR PARALLELING SCHEME GOOSEING YOUR PARALLELING SCHEME Black & Veatch Holding Company 2017. 2011. All rights reserved. PREPARED FOR Power & Energy Automation Conference 31 JANUARY 2017 Power & Energy Automation Conference

More information

Investigating Cyber-Physical Attacks against IEC Photovoltaic Inverter Installations

Investigating Cyber-Physical Attacks against IEC Photovoltaic Inverter Installations Investigating Cyber-Physical Attacks against IEC 61850 Photovoltaic Inverter Installations Kang, B., Maynard, P., McLaughlin, K., Sezer, S., Andrén, F., Seitl, C.,... Strasser, T. (2015). Investigating

More information

Corrupted GOOSE Detectors: Anomaly Detection in Power Utility Real-Time Ethernet Communications

Corrupted GOOSE Detectors: Anomaly Detection in Power Utility Real-Time Ethernet Communications Corrupted GOOSE Detectors: Anomaly Detection in Power Utility Real-Time Ethernet Communications Maëlle Kabir-Querrec, Stéphane Mocanu, Pascal Bellemain, Jean-Marc Thiriet, Eric Savary To cite this version:

More information

Graduate School of Fundamental Science and Engineering Computer and Communication Engineering. Waseda University. Master s Thesis

Graduate School of Fundamental Science and Engineering Computer and Communication Engineering. Waseda University. Master s Thesis Graduate School of Fundamental Science and Engineering Computer and Communication Engineering Waseda University Master s Thesis TITLE The study of ICN based routing scheme for Power System Grid Communication

More information

Example: Configuring DHCP Snooping and DAI to Protect the Switch from ARP Spoofing Attacks

Example: Configuring DHCP Snooping and DAI to Protect the Switch from ARP Spoofing Attacks Example: Configuring DHCP Snooping and DAI to Protect the Switch from ARP Spoofing Attacks In an ARP spoofing attack, the attacker associates its own MAC address with the IP address of a network device

More information

Cipher Suite Configuration Mode Commands

Cipher Suite Configuration Mode Commands The Cipher Suite Configuration Mode is used to configure the building blocks for SSL cipher suites, including the encryption algorithm, hash function, and key exchange. Important The commands or keywords/variables

More information

CS-461 Internetworking. Dr. Mohamed Aboutabl

CS-461 Internetworking. Dr. Mohamed Aboutabl CS-461 Internetworking Dr. Mohamed Aboutabl http://www.cs.jmu.edu/users/aboutams The McGraw-Hill Companies, Inc., 2000 1 Chapter 1 Introduction The McGraw-Hill Companies, Inc., 2000 2 Internet today Network

More information

How smart can the grid really be?

How smart can the grid really be? How smart can the grid really be? by Dale Pudney, HVT Power Systems and Luo Wei, NR Electric With the improvement of electronic communications and computing technology, it becomes possible to integrate

More information

JULIO OLIVEIRA, ABB POWER GRIDS GRID AUTOMATION, DECEMBER 01 ST ABB Ability - Digital Substations. FISE 7a Edición

JULIO OLIVEIRA, ABB POWER GRIDS GRID AUTOMATION, DECEMBER 01 ST ABB Ability - Digital Substations. FISE 7a Edición JULIO OLIVEIRA, ABB POWER GRIDS GRID AUTOMATION, DECEMBER 01 ST ABB Ability - Digital Substations FISE 7a Edición Current challenges and changes facing utilities Aging infrastructure Legecy systems with

More information

ASP Project: STTP Streaming Telemetry Transport Protocol

ASP Project: STTP Streaming Telemetry Transport Protocol J. Ritchie Carroll Grid Protection Alliance ASP Project: STTP Streaming Telemetry Transport Protocol NASPI Fall Meeting Philadelphia, PA October 23, 2018 DOE FOA 1492 DE- Project Partners 2 Schedule and

More information

ABB 670 series version 1.2 IEC PIXIT (Protocol Implementation extra Information)

ABB 670 series version 1.2 IEC PIXIT (Protocol Implementation extra Information) Copyright 2005 ABB. All rights reserved. ABB 670 series version 1.2 IEC 61850 PIXIT (Protocol Implementation extra Information) Summary: This document contains the additional information in how the IEC

More information

ABB 650 series version 1.3 IEC PIXIT

ABB 650 series version 1.3 IEC PIXIT Copyright 2005 ABB. All rights reserved. ABB 650 series version 1.3 IEC 61850 PIXIT (Protocol Implementation extra Information) Summary: This document contains the additional information in how the IEC

More information

Test procedures for GOOSE performance according to IEC and IEC Version 1.1. On request of UCA International Users Group

Test procedures for GOOSE performance according to IEC and IEC Version 1.1. On request of UCA International Users Group Test procedures for GOOSE performance according to IEC 61850-5 and IEC 61850-10 Version 1.1 On request of UCA International Users Group Baden, January 27, 2011 author : Richard Schimmel reviewed : UCAIUG

More information

A NEW APPROCH FOR TEST IN SUBSTATION WITH ENTIRE APPLICATION OF IEC INCLUDING THE PROCESS BUS

A NEW APPROCH FOR TEST IN SUBSTATION WITH ENTIRE APPLICATION OF IEC INCLUDING THE PROCESS BUS 108 Study Committee B5 Colloquium August 25-31, 2013 Belo Horizonte, Brazil A NEW APPROCH FOR TEST IN SUBSTATION WITH ENTIRE APPLICATION OF IEC 61850 INCLUDING THE PROCESS BUS *Pereira Junior P. S., Martins

More information

Substation. Communications. Power Utilities. Application Brochure. Typical users: Transmission & distribution power utilities

Substation. Communications. Power Utilities. Application Brochure. Typical users: Transmission & distribution power utilities Power Utilities Application Brochure Communications Typical users: Transmission & distribution power utilities For more than 30 years, RAD has worked closely with its worldwide energy utility customers

More information

DRAFT. Dual Time Scale in Factory & Energy Automation. White Paper about Industrial Time Synchronization. (IEEE 802.

DRAFT. Dual Time Scale in Factory & Energy Automation. White Paper about Industrial Time Synchronization. (IEEE 802. SIEMENS AG 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 DRAFT Dual Time Scale in Factory & Energy Automation White Paper about Industrial

More information

Computer Forensics: Investigating Network Intrusions and Cybercrime, 2nd Edition. Chapter 2 Investigating Network Traffic

Computer Forensics: Investigating Network Intrusions and Cybercrime, 2nd Edition. Chapter 2 Investigating Network Traffic Computer Forensics: Investigating Network Intrusions and Cybercrime, 2nd Edition Chapter 2 Investigating Network Traffic Objectives After completing this chapter, you should be able to: Understand network

More information

TR IEC Deterministic Networking

TR IEC Deterministic Networking INTERNATIONAL ELECTROTECHNICAL COMMISSION TR IEC 61850-90-13 Deterministic Networking Maik Seewald IEC TC57, WG10 maseewal@cisco.com IEC 61850 in a nutshell Title: Communication networks and systems for

More information

POWER GRIDS. We are bridging the gap. Enabling Digital Substations.

POWER GRIDS. We are bridging the gap. Enabling Digital Substations. POWER GRIDS We are bridging the gap. Enabling Digital s. 2 A B B D i g i ta l S u b s tat i o n s ABB s Digital provides customers in the utility sector with unmatched control and efficiency. The digital

More information

Designing a new IEC substation architecture

Designing a new IEC substation architecture Designing a new IEC 61850 substation architecture Gerrit Dogger Senior Product and Application Specialist Cooper Power Systems gerrit.dogger@cybectec.com Garry Tennese Station Integration Specialist Manitoba

More information

Hugo E. Meier, Heidelberg, Germany, June 2014 Integrator Partner Seminar2014 Substation automation trends

Hugo E. Meier, Heidelberg, Germany, June 2014 Integrator Partner Seminar2014 Substation automation trends Hugo E. Meier, Heidelberg, Germany, June 2014 Integrator Partner Seminar2014 Substation automation trends Substation automation trends Contents Product Portfolio Trends in substation automation Cyber Security

More information