
3 minute read
Technology Forward
How to keep data safe in the IoT world
The news has been filled with cyberattacks on a number of companies’ networking systems, several of which are critical to the U.S. economy. As the IoT, IIoT, Industry 4.0, and similar networks inch forward, recent digital events on networking held sessions on how to secure the transmission of data. One of those sessions was at the recent OPC Day International. The OPC organization promotes the use of the OPC Unified Architecture (UA). While this protocol may not be as well-known as others in the U.S., it has been around since 2008.
The OPC UA protocol transports standardized information from a source, such as an industrial component, to the cloud, and back to IT systems through standard interfaces independent of underlying protocols (like TCP, UDP, MQTT, AMQP, etc.). The organization says OPC UA is an enabler for interoperability of devices on the shop floor and business software. But it provides this interoperability with end-to-end security.
According to OPC, there are at least ten common attack types. These include: • Message flooding through denial of service (DoS) attacks. OPC UA servers combat this by processing incoming packets as minimally as necessary. If information in the packet doesn’t immediately align, the server simply drops it. It doesn’t try to recover the data, try to figure it out, or try to have further exchanges with that client – it just drops it. This feature minimizes OPC UA server processing, which preserves the resilience of the server. • Message spoofing—a way to forge messages. This is sometimes called a man-in-the-middle attack, where messages are manipulated to appear authentic when in reality they are not. OPC UA packets use encryption, certificates, embedded Session ID’s, and Channel ID’s, so fake messages don’t make it through. • Message alteration, or replay, where hackers try to take a valid message and attempt to replay it a number of times. OPC UA session ID’s, channel ID’s, timestamp sequence numbers, request IDs, and so forth, all take these things into account, preventing the replaying of messages. • Eavesdropping is eliminated through OPC UA’s data encryption.
All network and interoperability options will need to include some type of security functions. OPC UA views data as being in, what it calls, the data-in-motion state. It looks at data holistically, not just how data may be encrypted as it moves across the wire, but also, who should have access to the information, and what they can do with it.
OPC UA security incorporates know-how from other groups. For example, it follows the National Security Agency concept of defensein-depth, which includes multiple layers of security. Another example is the National Institute of Standards and Technology approach with algorithms. NIST monitors algorithms as they evolve to reduce vulnerability. And then, there is the use of certificates. Components like small microprocessors to large servers and cloud-based systems make use of certificates for security purposes.
Security policies in OPC UA servers create a combination of different algorithms and exchanges that can be established between a client and a server to mutually prove their identity. The policies include the use of encryption standards on how clients and servers will sign messages; how they are going to encrypt and subsequently decrypt the data, the use of tokens and hashing values, and so on.
Data security will always be a work in progress, as hackers continuously find new ways to access data. But if manufacturers take a holistic view when building their products, and end-user administrators properly configure their systems and supporting networks, the number of security breaches can be contained. DW

Leslie Langnau llangnau@wtwhmedia.com