Anomaly Detection in IEC-61850 GOOSE Networks: Evaluating Unsupervised and Temporal Learning for Real-Time Intrusion Detection

· Source: Machine Learning · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cybersecurity & Data Privacy · Depth: Expert, quick

Summary

The IEC-61850 GOOSE protocol, critical for digital substation communication, lacks inherent security, making it susceptible to replay, masquerade, and data injection attacks. This analysis evaluates five models for real-time intrusion detection in GOOSE networks, addressing strict sub-4ms latency requirements and limited labeled attack data. The models include a supervised Random Forest baseline and four unsupervised models: a feedforward Autoencoder, RNN, LSTM, and GRU. While the supervised Random Forest achieved the highest F1-score of 0.9516, its 21.8ms prediction time failed to meet real-time constraints. All four unsupervised models met the 4ms requirement, with the GRU model demonstrating the best balance of accuracy (F1=0.8737) and latency (1.118ms). Cross-environment testing revealed performance degradation for all models under distribution shift, but recurrent models maintained superior relative performance compared to the supervised baseline.

Key takeaway

For VPs of Engineering overseeing critical infrastructure, the findings suggest that unsupervised temporal models, particularly GRU, are a practical solution for real-time intrusion detection in IEC-61850 GOOSE networks. Your teams should consider deploying these models to enhance cybersecurity in digital substations, especially where labeled attack data is scarce or large-scale, diverse deployments are needed. This approach addresses both stringent latency requirements and data availability challenges.

Key insights

Unsupervised temporal models offer practical, real-time anomaly detection for IEC-61850 GOOSE networks despite data limitations.

Principles

Method

Evaluated five models (Random Forest, Autoencoder, RNN, LSTM, GRU) on the ERENO IEC-61850 dataset, comparing F1-score and prediction latency, with cross-environment validation.

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, AI Security Engineer, Machine Learning Engineer, AI Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.