LGDec 12, 2025

SRLR: Symbolic Regression based Logic Recovery to Counter Programmable Logic Controller Attacks

arXiv:2512.11298v1h-index: 7
Originality Incremental advance
AI Analysis

This addresses the need for explainable attack detection in critical industrial infrastructure, though it is incremental as it enhances existing deep symbolic regression methods with domain-specific properties.

The paper tackled the problem of detecting cyber-attacks on Programmable Logic Controllers (PLCs) in Industrial Control Systems by developing SRLR, a symbolic regression-based method to recover PLC logic from inputs and outputs, achieving up to 39% higher recovery accuracy in challenging environments and demonstrating stability in large-scale systems.

Programmable Logic Controllers (PLCs) are critical components in Industrial Control Systems (ICSs). Their potential exposure to external world makes them susceptible to cyber-attacks. Existing detection methods against controller logic attacks use either specification-based or learnt models. However, specification-based models require experts' manual efforts or access to PLC's source code, while machine learning-based models often fall short of providing explanation for their decisions. We design SRLR -- a it Symbolic Regression based Logic Recovery} solution to identify the logic of a PLC based only on its inputs and outputs. The recovered logic is used to generate explainable rules for detecting controller logic attacks. SRLR enhances the latest deep symbolic regression methods using the following ICS-specific properties: (1) some important ICS control logic is best represented in frequency domain rather than time domain; (2) an ICS controller can operate in multiple modes, each using different logic, where mode switches usually do not happen frequently; (3) a robust controller usually filters out outlier inputs as ICS sensor data can be noisy; and (4) with the above factors captured, the degree of complexity of the formulas is reduced, making effective search possible. Thanks to these enhancements, SRLR consistently outperforms all existing methods in a variety of ICS settings that we evaluate. In terms of the recovery accuracy, SRLR's gain can be as high as 39% in some challenging environment. We also evaluate SRLR on a distribution grid containing hundreds of voltage regulators, demonstrating its stability in handling large-scale, complex systems with varied configurations.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes