Download presentation
Presentation is loading. Please wait.
Published byCharity Bradley Modified over 9 years ago
1
Cyber Security for Smart Grids Prof. Biplab Sikdar Department of Electrical, Computer and Systems Engineering Rensselaer Polytechnic Institute Troy NY 12180
2
Outline Introduction to computer networks Network vulnerabilities Cyber security threats for smart grids Defense strategies 1-2
3
Motivation 1-3 Transmission TOP1 – Operational Information Distribution DIST1 - Operational Information DISTx – Operational Information Customers Generation GEN1 - Operational Information GENx - Operational InformationTOPx – Operational Information Source: n-Dimension solutions
4
Motivation 1-4 TransmissionDistributionCustomers Generation System Operators Conservation Authorities End-to-End Communications and Intelligence AMIDSM Source: n-Dimension solutions
5
What is a Computer Network? A collection of computers (PCs, workstations) and other devices (e.g. printers, smart meters) that are all interconnected Goal: provide connectivity and ubiquitous access to resources (e.g., database servers, Web), allow remote users to communicate (e.g., email) Components: Hosts (computers) Links (coaxial cable, twisted pair, optical fiber, radio, satellite) Switches/routers (intermediate systems) 1-5
6
What is a Computer Network? Client Mobile Client Server Hosts are computers and other devices such as cellphones and PDAs Packet
7
What is a Computer Network? Application Networks connect applications on different stations Packet
8
What is a Computer Network? Client Mobile Client Server Hosts communicate by sending messages called packets Hosts communicate by sending messages called packets Packet
9
What is a Computer Network? Packet Router Packets may pass through multiple routers; Each switch reads the packet and passes it on
10
What is a Computer Network? In summary, a network is a system of hardware, software and transmission components that collectively allow two application programs on two different stations connected to the network to communicate well
11
Networking Issues Resource sharing (i.e., accommodate many users over the same link or through the same router) Addressing and routing (i.e., how does an email message find its way to the receiver) Reliability and recovery: guarantee end- to-end delivery Traffic management: monitoring and regulating the traffic in the network
12
Solution: Layering Layering to deal with complex systems: Conceptual simplicity modularization eases maintenance, updating of system change of implementation of layer’s service transparent to rest of system 1-12 Application Transport Internetwork Host to Network FTP TCP IP Ether net TelnetHTTP UDP WiFi Point-to- Point TCP/IP ModelTCP/IP Protocols
13
Network Performance There are a number of measures that characterize and capture the performance of a network It is not enough that networks work They must work well Quality of service (QoS) defines quantitative measures of service quality Data rate or throughput Delay (Latency) Reliability Security (not a QoS measure but crucial)
14
Network Security Confidentiality: only sender, intended receiver should “understand” message contents Authentication: sender, receiver want to confirm identity of each other Message integrity: sender, receiver want to ensure message not altered (in transit, or afterwards) without detection Access and availability: services must be accessible and available to users 1-14
15
Security for Smart Grids: Example 1 1-15 Example from AMRA Webinar, Nov ’06 “The Active Attacker”, Source: n-dimension solutions AMI WAN Communications Network (WAN) Data Management Systems (MDM/R) Retailers 3 rd Parties AMCC (Advanced Metering Control Computer) Attacker Cyber Penetration Attacker Controls the Head End Attacker Performs Remote Disconnect
16
Security for Smart Grids: Example 2 1-16 Example from 2006 SANS SCADA Security Summit, Source: n-dimension solutions Internet AdminAcct Opens Email with Malware Admin Send e-mail with malware 1.Hacker sends an e-mail with malware 2.E-mail recipient opens the e-mail and the malware gets installed quietly 3.Using the information that malware gets, hacker is able to take control of the e-mail recipient’s PC! 4.Hacker performs an ARP (Address Resolution Protocol) Scan 5.Once the Slave Database is found, hacker sends an SQL EXEC command 6.Performs another ARP Scan 7.Takes control of RTU Slave Database Operator Master DB RTU Perform ARP Scan SQL EXEC Perform ARP Scan Takes Control of RTU
17
Network Security: Introduction Bob and Alice want to communicate “securely” Trudy (intruder) may intercept, delete, add messages 1-17 secure sender secure receiver channel data Alice Bob Trudy
18
Who might Bob, Alice be? well, real-life Bobs and Alices! Web browser/server for electronic transactions (e.g., on-line purchases) Phasor measurement units sending synchrophasor data Information exchange between power distribution networks and power generators on-line banking client/server routers exchanging routing table updates 1-18
19
Impact of Security Breach Q: What can a “bad guy” do? A: A lot eavesdrop: intercept messages actively insert messages into connection impersonation: can fake (spoof) source address in packet (or any field in packet) hijacking: “take over” ongoing connection by removing sender or receiver, inserting himself in place denial of service: prevent service from being used by others (e.g., by overloading resources) 1-19
20
Network Security (Recap) Confidentiality: only sender, intended receiver should “understand” message contents Authentication: sender, receiver want to confirm identity of each other Message integrity: sender, receiver want to ensure message not altered (in transit, or afterwards) without detection Access and availability: services must be accessible and available to users 1-20
21
The language of cryptography m plaintext message K A (m) ciphertext, encrypted with key K A m = K B (K A (m)) plaintext ciphertext K A encryption algorithm decryption algorithm Alice’s encryption key Bob’s decryption key K B 1-21
22
Simple encryption scheme substitution cipher: substituting one thing for another monoalphabetic cipher: substitute one letter for another plaintext: abcdefghijklmnopqrstuvwxyz ciphertext: mnbvcxzasdfghjklpoiuytrewq Plaintext: bob. how are you. alice ciphertext: nkn. akr moc wky. mgsbc E.g.: Key: the mapping from the set of 26 letters to the set of 26 letters 1-22
23
Message Integrity allows communicating parties to verify that received messages are authentic. Content of message has not been altered Source of message is who/what you think it is Sequence of messages is maintained let’s first talk about message digests 1-23
24
Message Digests function H( ) that takes as input an arbitrary length message and outputs a fixed-length string: “message signature” note that H( ) is a many- to-1 function H( ) is often called a “hash function” Example: H(SIKDAR)= 19+13+11+4+1+18=66 desirable properties: easy to calculate irreversibility: Can’t determine m from H(m) collision resistance: computationally difficult to produce m and m’ such that H(m) = H(m’) seemingly random output large message m H: Hash Function H(m) 1-24
25
Message Authentication Code (MAC) message H( ) s message s H( ) compare s = shared secret Authenticates sender Verifies message integrity Also called “keyed hash” Notation: MD m = H(s||m) ; send m||MD m 1-25
26
Hash Function Algorithms MD5 hash function widely used (RFC 1321) computes 128-bit message digest in 4-step process. SHA-1 is also used. US standard [ NIST, FIPS PUB 180-1] 160-bit message digest 1-26
27
Common Security Attacks Finding a way into the network Firewalls Exploiting software bugs, buffer overflows Intrusion Detection Systems Denial of Service Ingress filtering, IDS TCP hijacking IPSec Packet sniffing Encryption (SSH, SSL, HTTPS) Social problems Education Source: J. Weisz, CMU 1-27
28
Firewalls Basic problem – many network applications and protocols have security problems that are fixed over time Difficult for users to keep up with changes and keep host secure Solution Administrators limit access to end hosts by using a firewall Firewall is kept up-to-date by administrators Can be hardware or software Ex. Some routers come with firewall functionality ipfw, ipchains, pf on Unix systems, Windows XP and Mac OS X have built in firewalls Source: J. Weisz, CMU 1-28
29
Firewalls Intranet DMZ Internet Firewall Web server, email server, web proxy, etc Source: J. Weisz, CMU 1-29
30
Firewalls Used to filter packets based on a combination of features These are called packet filtering firewalls Ex. Drop packets with destination port of 23 (Telnet) Can use any combination of IP/UDP/TCP header information Source: J. Weisz, CMU 1-30
31
Intrusion Detection Used to monitor for “suspicious activity” on a network Can protect against known software exploits, like buffer overflows Uses “intrusion signatures” Well known patterns of behavior Example IRIX vulnerability in webdist.cgi Can make a rule to drop packets containing the line “/cgi-bin/webdist.cgi?distloc=?;cat%20/etc/passwd” However, IDS is only useful if contingency plans are in place to curb attacks as they are occurring Source: J. Weisz, CMU 1-31
32
Denial of Service Purpose: Make a network service unusable, usually by overloading the server or network Many different kinds of DoS attacks SYN flooding Large number of TCP connection requests with fake source address Server accepts connection request Eventually server memory is exhausted Smurf Distributed attacks Source: J. Weisz, CMU 1-32
33
Packet Sniffing Local area networks: Ethernet, WiFi Source: put data packet on wire with destination’s address All other hosts listen Anything in plaintext is easily eavesdropped (example: passwords in telnet) Solution: encryption Source: J. Weisz, CMU 1-33
34
Social Problems People can be just as dangerous as unprotected computer systems People can be lied to, manipulated, bribed, threatened, harmed, tortured, etc. to give up valuable information May use infected hardware (e.g. USB drives) inside a secure network Disgruntled employees There aren’t always solutions to all of these problems Humans will continue to be tricked into giving out information they shouldn’t Educating them may help The best that can be done is to implement a wide variety of solutions and more closely monitor who has access to what network resources and information Source: J. Weisz, CMU 1-34
35
Cyber Solutions - Defense in Depth Perimeter Protection Firewall, IPS, VPN, AV Host IDS, Host AV Physical Security Interior Security Firewall, IDS, VPN, AV Host IDS, Host AV IEEE P1711 (Serial Connections) Network admission control Scanning Monitoring Management Cyber Security Solutions for Smart Grids
36
Questions? 1-36
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.