Power Systems · IEC TC57

IEC 61850 Security: GOOSE Spoofing & Substation Attacks

IEC 61850 is the international standard for substation automation and protection. It defines three key communication services: MMS (Manufacturing Message Specification) over TCP/IP for SCADA data exchange, GOOSE (Generic Object Oriented Substation Event) for fast protection signalling over Ethernet multicast, and Sampled Values (SV) for continuous digitised current/voltage streams.

GOOSE operates at Layer 2 (EtherType 0x88B8), bypassing TCP/IP entirely. It delivers protection signals — like "trip circuit breaker" — in under 4 milliseconds. In IEC 61850 Edition 1 and Edition 2, GOOSE carries no authentication.

GOOSE Spoofing Attack

Any device with Layer 2 access to the process bus can publish a GOOSE frame claiming to be a legitimate protection relay. A spoofed frame with a higher state number (stNum) than the legitimate publisher's current value forces all subscribed IEDs to accept the new state immediately — including "trip" signals that open circuit breakers.

FieldPurposeAttack Value
AppIDIdentifies the GOOSE publisherCopy from captured legitimate frame
stNumState change counterSet to legitimate + 1 to force acceptance
allDataProtection signal valuesSet trip bit to TRUE
Source MACPublisher IED identitySpoofed to match publisher IED

The 2016 Industroyer/Crashoverride malware targeting the Kiev power grid included a dedicated IEC 61850 module implementing exactly this technique.

MMS Security

MMS (port 102/TCP via ISO transport) is used by SCADA servers for data polling and configuration. Base MMS has no authentication — access to the station bus network allows any host to query and modify IED configuration, read measurements, and issue control commands via MMS OPERATE services.

IEC 62351-6: The Fix for GOOSE

IEC 62351 Part 6 (2020) adds HMAC-SHA-256 message authentication to GOOSE and Sampled Values frames. Each frame includes an 8-byte MAC and a key identifier. IEDs without the current group key reject frames. The Group Controller Key Server (GCKS) distributes multicast keys to authorised IEDs.

Defences

ControlSREffect
IEC 62351-6 GOOSE authSR 3.1HMAC-SHA-256 per GOOSE frame
Process bus VLAN isolationSR 5.1GOOSE frames can't cross Layer 3 — isolation by design
MAC allow-listing on switchesSR 5.2Block GOOSE from unlisted source MACs
Process bus IDSSR 6.2Alert on unexpected AppIDs or stNum jumps
⚡ Explore IEC 61850 in ICSora Labs

Inspect GOOSE frame structure, simulate a GOOSE spoofing attack, and apply IEC 62351-6 HMAC authentication as a defence.

Open IEC 61850 Protocol Lab →