As many companies continue to implement “smart”, network-aware devices in industries such as manufacturing, oil & gas, energy & utilities, transportation & logistics, etc. the desire for remote monitoring and management of these devices has grown. There is immense business value in the delivering the enhanced control, awareness, and automation that Internet of Things (IoT) solutions can offer.
One of the key challenges to implementing an IoOT architecture is keeping the data connection secure between the edge devices and the centralized command and control system, which is typically deployed into a cloud-based environment. In this article, we’ll take a look at a few options for securing this connectivity.
Let’s begin by securing the network connection itself between the edge device and the central IoT system. The first, and most basic, approach used is a one-way TLS connection to encrypt the traffic during transmission. The architecture for this is similar to that of any web-based interaction, where the server provides the signed certificate to encrypt traffic and validate itself.
Termination of the TLS tunnel can be performed at either a network device (firewall, gateway) or at the cloud messaging hub/broker. Typically, the earlier the TLS is terminated the better, as it can be a drag on compute resources. However, the design for each solution will depend on the data sensitivity, network security, and level of trust in the environment.
Another common option is to use mutual TLS. In this scenario, in addition to the server presenting a certificate, the client presents its own certificate to the server for validation. This two-way handshake allows the server to use a defined certificate authority to validate that the client is an approved edge point for the solution. Management of these client certificates can be operational cumbersome but can enhance the level of security and even take the place of standard client authentication mechanisms.
The most common form of authentication between the edge devices and the central IoT system is to use standard client credentials (user id & password). This is the simplest form of authentication and can be the easiest to get up a running in a new solution. Of course, password rotation can be problematic and, as a result, most solutions do not rotate credentials on a regular basis.
Another potential mechanism for client authentication is to use OAuth with Java Web Tokens (JWTs). By provisioning these tokens onto each client, they can be used to authentication the client if the server is connected to the issuing authorization server. However, most JWTs have a short-lived life span. Therefore, the edge client will need to have the ability to use a refresh token to get issued a new access token at regular intervals (typically hourly or daily).
Securing your IoT solution also requires the appropriate authorization for each client in addition to the authentication of the client identity. If each client is limited in its ability to stream and receive data with the central IoT system, it protects the solution as a whole. The key is to contain the exposure if client credentials are compromised.
For example, in a typical industrial IoT solution that uses MQTT for communication between edge and cloud, we should lock down the topics for each client to prevent cross-over between clients. For example, client 12345 would only have permissions to publish to topic mqtt/12345/in and subscribe to topic mqtt/12345/out. Through these authorization rules, any compromise of this client’s credentials would prevent it from publishing or subscribing to data having to do with other clients. The breach is contained to that single client and the attacker is prevented from any broader impact on the whole system.
Designing an IoT solution and are unsure of which approaches are right for you? Contact Anexinet for help. We’ve architected and implemented such solutions for multiple clients and can help you design the best solution for you and your company.
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.