The CPS Security Patent Landscape: Four Technical Clusters
Cyber-physical system (CPS) security architecture for critical manufacturing encompasses the layered technical methods used to protect environments where computational processes directly control physical machinery — and the patent record reveals four dominant technical clusters: digital twin-based anomaly detection, overlay and defense-in-depth security for process control networks, automated security configuration and PLC-level monitoring, and simulation platforms with honeypot architectures for vulnerability assessment.
The dataset spans patent records and filings across the United States, European Patent Office, WIPO, Japan, Korea, China, Canada, Brazil, and Australia. The assignee mix is notably diverse: dominant commercial incumbents such as Siemens Aktiengesellschaft and AO Kaspersky Lab sit alongside specialist OT security vendors like Mission Secure Inc., process automation majors including Fisher-Rosemount Systems and ABB Switzerland, and academic institutions from Chungbuk National University to Zhejiang University. This breadth signals that CPS security is no longer a niche research concern — it is a commercially contested space with active prosecution across multiple jurisdictions.
A cyber-physical system integrates computational and physical processes, with embedded computers and networks monitoring and controlling physical operations. In critical manufacturing, CPS includes programmable logic controllers (PLCs), distributed control systems (DCS), and sensor-actuator networks that govern production machinery. Security failures in these systems can cause direct physical harm, making their protection architecturally distinct from conventional IT security.
A notable convergence trend across the dataset is the move toward model-based security — using digital twins, shadow systems, and simulation platforms to generate security intelligence without requiring access to live production systems. This reduces risk during security assessment and enables continuous monitoring post-deployment, a critical capability in manufacturing environments where downtime costs are high and live testing on production systems is dangerous.
Digital Twin-Based Manipulation Detection: The Dominant Paradigm
Digital twin parallelism is the most technically sophisticated and prolific thread in the CPS security patent record: Siemens Aktiengesellschaft’s architecture runs a Digital-Twin-Unit (DTU) in parallel with the live cyber-physical system, replicating sensor and actor signal information (SASI) and cyclically comparing live readings against replicated output (SASIrp) to identify manipulations — whether cyberattacks or manual interference — in real time, without requiring any modification to the CPS itself.
Siemens Aktiengesellschaft’s Digital-Twin-Unit (DTU) runs in parallel with a live cyber-physical system, replicates sensor and actor signal information (SASIrp), and cyclically compares this against live SASI readings to identify manipulations — including cyberattacks and manual interference — in real time without requiring changes to the CPS itself. This approach is documented in an active EP patent filed by Siemens Aktiengesellschaft in 2025.
A critical refinement in Siemens’ patent family is the inclusion of an environmental model that accounts for external conditions when evaluating deviations. A manipulation is only confirmed if, after discounting environmental model impacts, a significant deviation remains. This prevents false positives caused by legitimate changes in operating context — temperature, load, throughput variance — that regularly affect sensor readings in manufacturing environments. Without this environmental model layer, a naive deviation-detection system would generate unacceptable false positive rates in real production settings.
“Digital twin parallelism provides manipulation detection without requiring any change to the CPS itself — a critical property in manufacturing environments where production continuity cannot be interrupted for security upgrades.”
Siemens also positions digital twin technology as a continuous improvement engine, not merely a reactive security tool. Their method for optimizing CPS system artifacts proposes iteratively improving the quality of CPS design, implementation, validation, and documentation by monitoring interface usage patterns. This positions the same digital twin infrastructure used for security monitoring as a mechanism for hardening the CPS against attack surfaces introduced through software complexity — a dual-use architecture with significant commercial value.
Telefonaktiebolaget LM Ericsson extends this paradigm with an intent-based safety policy approach: a safety component checks combined sensor data from all available CPS sensors against predefined policies that encode desired operational state invariants, determining whether a safety-critical state has been entered. This abstraction layer between raw sensor telemetry and security logic is particularly valuable in complex manufacturing settings where rule-based thresholds are insufficient to capture systemic threats — for example, coordinated multi-sensor manipulation attacks that individually stay within threshold bounds.
Explore the full Siemens digital twin patent family and analyse competing CPS security filings across all jurisdictions.
Analyse CPS Patents in PatSnap Eureka →PLC Monitoring, Access Control, and Process Network Defense
At the operational technology (OT) layer, the programmable logic controller (PLC) is the critical enforcement point for CPS security in manufacturing — and the patent record shows two architecturally distinct strategies for defending it: active deception-based authorization verification and continuous runtime execution monitoring.
AO Kaspersky Lab’s CPS access control system injects fictitious messages into the CPS network to test whether correct authorization data is returned, and uses a monitoring rule to alter functional CPS module states upon detection of unauthorized access — embedding active probing directly into the production CPS network rather than relying on passive traffic inspection. This architecture is documented in an active EP patent from 2021.
AO Kaspersky Lab’s access control approach is architecturally novel because it is active, not passive. Rather than simply inspecting traffic, the security tool injects fictitious messages to test authorization responses — a deception-based technique that can detect compromised authorization modules that would pass passive inspection. Their separate PLC runtime monitoring patent addresses a different but equally critical vector: continuously monitoring PLC execution, including inter-module interactions and OS resource access, to detect exploitation of runtime vulnerabilities such as those found in systems like CoDeSys RTE. For manufacturing environments where PLCs orchestrate physical actuators, exploitation of these vulnerabilities can cause direct physical harm — making runtime-level monitoring a necessary complement to network-perimeter defenses.
Mission Secure Inc.’s overlay architecture installs monitoring devices that observe physical-level signal information — including analog signaling from sensors — to detect unauthorized variances in operational parameters. This captures attacks that manipulate physical signals below the digital protocol layer, a threat vector that purely software-centric security architectures structurally cannot detect. The approach is documented in an active US patent from 2019.
Mission Secure Inc.’s defense-in-depth approach is particularly important because it addresses a structural limitation of software-only security: an attacker who manipulates the analog signal from a physical sensor — before it is digitized — can evade all digital-layer monitoring. Physical signal-level observation closes this gap by treating the sensor output itself as a security monitoring point, not merely the digital representation of that output. This is a foundational architectural insight for manufacturing environments where sensors are often legacy analog devices.
ABB Switzerland addresses the configuration complexity barrier that leaves many industrial deployments misconfigured. Their automated security configuration method uses engineering data and topological model data of a distributed control system (DCS) to automatically generate security configurations through a policy generator, eliminating the expert knowledge bottleneck that is a persistent source of human error in OT deployments. According to standards bodies such as IEC and guidance from NIST, misconfiguration is among the most common root causes of industrial control system security incidents — ABB’s automated approach directly targets this failure mode.
Fisher-Rosemount Systems addresses the architectural question of how to securely couple a distributed computational fabric — potentially hosted remotely or in the cloud — with on-site physical control and field devices. Their process control architecture proposes a transport network that securely communicates between containerized software modules in an application layer and physical hardware in the field, anticipating the convergence of IT and OT infrastructure under cloud-managed industrial control. This reflects an industry-wide trend that ISO and IEC are actively addressing through updated standards for cloud-connected industrial systems.
ABB Switzerland’s computer-implemented method for automatically generating security configurations uses engineering data (first data) and topological model data (second data) of a distributed control system to generate security configurations through a policy generator, eliminating reliance on expert manual configuration. This approach is documented in a CN pending patent filed in 2025.
Attack Simulation, Penetration Testing, and Honeypot Architectures
Testing CPS security before and during deployment is essential in manufacturing contexts where testing on live production systems is dangerous or cost-prohibitive — and a distinct body of innovation addresses precisely this problem, spanning honeypot architectures, black-box testing methodologies, co-simulation platforms, and built-in controller-level red-team capabilities.
The University of Toronto’s Governing Council has patented a CPS honeypot methodology in which a virtual instance of a CPS — comprising a physical layer and a cyber layer — is constructed to attract and analyze real cyberattack payloads. The architecture generates a safety set defined by control barrier functions and projects whether incoming attack payloads would force the CPS to exit that safety set, triggering a safety action only when genuine risk is projected. This allows attack intelligence to be gathered without exposing the production CPS to real risk — bridging honeypot techniques from IT security into the OT domain, where such approaches have historically been absent.
The University of Toronto’s CPS honeypot system constructs a virtual cyber-physical system comprising a physical layer and a cyber layer, generates a safety set defined by control barrier functions, and projects whether incoming cyberattack payloads would force the CPS to exit that safety set — triggering a safety action only when genuine risk is projected. This allows threat intelligence to be gathered without exposing production manufacturing systems to real cyberattacks. The system is documented in a CA pending patent from 2026.
For legacy manufacturing facilities where documentation is incomplete, China’s Strategic Support Force Information Engineering University has developed an automated security testing approach for black-box CPS environments — scenarios where system logs and network traffic are unavailable. The method extracts control application programs from the target CPS, builds a shadow system in an offline environment, infers input-output causal relationships through dynamic testing, and constructs attack test sets targeting different physical process parameters. This is directly relevant to the practical reality of most critical manufacturing assets, which cannot be replaced on a security-driven schedule and often lack complete documentation.
Zhejiang University’s real-time co-simulation platform integrates power hardware-in-the-loop simulation, communication system in-loop simulation, and penetration testing components within a unified framework for active distribution network CPS. This enables security researchers to assess cascading failure scenarios that span both the power grid and communication network layers simultaneously — a capability that is essential for understanding systemic risk in interconnected manufacturing infrastructure.
Omron Corporation applies attack simulation directly within the production controller environment. Their controller system includes attack pattern creation means that derive attack patterns from the actual security setting information of the controller system, and attack execution means that run those attacks against the controller to evaluate whether the configured security functions respond appropriately — a form of built-in red-team capability embedded at the controller level. This approach, combined with Chungbuk National University’s formal interaction specification framework using Failure Mode and Effect Analysis (FMEA) results for multi-CPS collaboration safety verification, addresses the increasingly common scenario in manufacturing where multiple automated systems — robots, conveyors, inspection systems — must collaborate safely across CPS boundaries.
Map the full competitive landscape of CPS security testing and simulation patents with PatSnap Eureka’s AI-powered patent analysis.
Explore Full Patent Data in PatSnap Eureka →Key Innovators and the Convergence Toward Model-Based Security
Siemens Aktiengesellschaft is the unambiguous dominant innovator in CPS security architecture within this dataset, holding at least six patent records across EP, WO, and US jurisdictions on digital-twin-based manipulation detection alone — a systematic multi-jurisdiction filing strategy that signals strong commercial intent in both European and North American industrial markets.
AO Kaspersky Lab is the second most active commercial entity, with active patents targeting both CPS access control and PLC runtime monitoring. Their approach spans both passive and active deception-based architectures, indicating a comprehensive OT security product strategy. Fisher-Rosemount Systems and ABB Switzerland represent the process automation incumbents moving toward cloud-integrated, auto-configured security architectures — reflecting an industry trend toward IT/OT convergence where cloud orchestration layers manage security policy for field devices. Mission Secure Inc. represents a specialist OT security vendor focused on physical signal-layer monitoring, addressing attack vectors that IT-derived security tools structurally cannot detect.
Among academic and government institutions, the Chinese Strategic Support Force Information Engineering University and Zhejiang University are advancing black-box testing and co-simulation methodologies that are particularly applicable to hardening existing legacy CPS infrastructure — a practically important problem given that most critical manufacturing assets cannot be replaced on a security-driven schedule. The University of Toronto introduces the honeypot paradigm to the CPS domain, bridging techniques from IT security into the OT context. Research published by organizations such as IEEE has highlighted the growing importance of such cross-domain technology transfer in industrial cybersecurity.
The overarching convergence trend across this patent dataset is toward model-based security: using digital twins, shadow systems, and simulation platforms to generate security intelligence without requiring access to live production systems. This approach reduces risk during security assessment, enables continuous monitoring post-deployment, and — critically — makes security testing feasible in legacy environments where live testing is neither safe nor practical. As PatSnap’s innovation intelligence resources document across multiple technology domains, this kind of model-driven security architecture is increasingly characteristic of mature industrial technology sectors.
The seven key takeaways from this patent analysis, synthesized from the full dataset, are: digital twin parallelism is the dominant real-time detection paradigm; physical signal monitoring fills the security gap below the digital protocol layer; PLC runtime monitoring is critical because PLCs control physical actuators; automated security configuration generation reduces human error; black-box testing methodologies are essential for legacy environments; honeypot architectures extended to CPS enable safe threat intelligence collection; and multi-CPS collaboration security requires formal interaction specification and FMEA integration. Together, these form the architectural blueprint for CPS security in critical manufacturing as it stands in the patent record through 2026. For teams building or evaluating CPS security strategies, the PatSnap R&D intelligence platform provides direct access to the full patent families, prosecution histories, and competitive landscapes described here.