Overview

This section will show security concepts and aspects of Cloud of Things, structured into physical security, network security, application security and access control. Finally, it shows how Cloud of Things helps in managing the security of your IoT solution.

This section is especially intended for IT security staff and management staff. IT security expertise is required when running Cloud of Things.

More information can be found in the security-related sections of the remaining documentation, like the REST implementation and User API description in the Cloud of Things OpenAPI Specification. Permissions required for individual API calls are documented in the respective sections in the Cloud of Things OpenAPI Specification.

Physical security aspects

Physical security of IT systems prevents unauthorized physical access to servers, storage, and network devices.

Cloud of Things Smart and Enterprise is hosted on Microsoft Azure in data centers in Germany. For details regarding Azure compliance with regulations such as GDPR, please refer to the document “Microsoft Azure Compliance Offerings” from Microsoft, which is available at https://aka.ms/AzureCompliance.

Our strategic hosting partners follow up to date concepts and concepts of data security.

In IoT solutions, physical security also includes unauthorized access to IoT devices, for example, to redirect or manipulate data from devices, read credentials from devices or change a device’s configuration. We recommend to review the physical security of the devices that you plan to use for your IoT solution and, for example, make configuration ports unavailable to unauthorized people or include tamper sensors as an additional security control within your own system.

As the operator of the Cloud of Things platform we do not control internal systems of our tenants. As a tenant you must follow a powerful and carefully considered security concept for your own system.

Network security aspects

Network security prevents unauthorized access to data transmitted over the network and tampering with or unauthorized modification of data. It also ensures that network services are available.

Cloud of Things ensures that your data stays confidential and cannot be tampered with through an end-to-end implementation of HTTPS from devices to applications. It uses up-to-date encryption technology that has been independently verified. Any communication with Cloud of Things is subject to individual authentication and authorization.

This communication architecture is illustrated below. Inside the sensor networks and from the sensor networks to agents, device- and gateway-specific protocols may be in use (such as ZigBee or Modbus). Securing these is a device-specific matter. Agents communicate with the Cloud of Things platform using HTTPS to send and receive data. Similarly, IoT applications use HTTPS for communication. If an IoT application exposes own interfaces towards web browsers, it is recommended that these use HTTPS. This way, the whole path from agents to the end user is secured.

Communication security

As mentioned above, Cloud of Things does not require any device that might expose ports or services on the internet. This is an important feature: it not only simplifies the connection of devices to Cloud of Things, but also simplifies the safety backup of these devices drastically. When deploying an IoT solution, check other services that might make a device available on the internet or expose it, such as web-based device managers or SMS-based configuration options.

Unencrypted communications

Cloud of Things does not allow unencrypted communications with the platform.

Application security

Application security addresses security at the software level.

Cloud of Things follows standard practices for application-level hardening as making sure that only properly upgraded operating systems and web servers are in use. A number of additional “best practices” are employed to make Cloud of Things secure by design.

Access control

Cloud of Things uses a standard authentication and authorization process based on realms, users, user groups, and authorities. A realm is a database of users and user groups, who follow the same authentication and authorization policy. A user is a person or an external system entitled to access protected resources inside Cloud of Things.

Cloud of Things creates a new realm for each tenant to store the users of that tenant. Realms provide an own namespace for usernames, allowing users to keep the names that they are familiar with from their own enterprise IT or other IT systems. There is no conflict between usernames: A user “smith” of one particular tenant is different from a user “smith” of another tenant. This username is valid for all Cloud of Things applications that a tenant subscribes to.

Each new realm is automatically populated with an initial administrator user who can create further users and user groups (that is, global roles), and who can assign permissions to them. This enables an enterprise to manage users and their permissions on their own using the Administration application.

Permissions and ownership

The ability to execute certain functionality on the system depends on two concepts: Permissions and ownership.

Permissions define explicitly what functionality can be executed by a user.

Cloud of Things distinguishes read permissions and administration permissions. Read permissions enable users to read data. Administration permissions enable users to create, update and delete data. Read and administration permissions are separately available for the different types of data in Cloud of Things. For example, there are read permissions for inventory data, measurements, operations and so forth.

To manage permissions more easily, they are grouped into so-called “roles”. Every user can be associated with a number of roles, adding up permissions of the user.

The following types of roles can be associated with users:

Objects in the inventory also have an owner associated with them. If you have created an object, you are the owner of it and can manage it without requiring any further permissions. Owners can always, regardless of their other permissions,

For example, if you are the owner of a smart meter in the inventory, you can store meter readings for that smart meter even if you do not have any other measurement permissions.

The inventory also features a CREATE permission. A user having just the create permission can store new objects in the inventory, but can not read, modify or delete any other data. This is mainly relevant for devices. The CREATE permission also includes the possibility to link your object to another object as child device or child asset.

However, you cannot manage any devices or groups that you did not create yourself, unless you also have the UPDATE permission or an additional inventory role.

This concept helps to assign minimal permissions to devices.

Limiting access to managed objects

Cloud of Things allows you to set global permissions that are applicable to all managed objects, measurements, events and so forth. It also allows a limitation of permits

Managing roles and assigning permissions

Global roles and inventory roles are created and managed in the Roles page of the Administration application in the UI.

A detailed description on available default roles and on creating and assigning global and inventory roles can be found in Administration > Managing permissions in the User guide.

For details on permission management using the API refer to the User API in the Cloud of Things OpenAPI Specification.

Globally accessible objects

It is possible to make any object accessible by any user without specific rights. To grant those rights just add a new fragment called c8y_Global to the object.

Management security

Whenever a security-relevant event occurs, it needs to be logged for potential auditing. Security-relevant events may happen both on application level as well as in the IoT network. A simple example of a security-relevant event on application level is a login to the application. An example of a security-relevant event on the network level is using a local software or local control on a device to manipulate the device.

To capture security-relevant events, Cloud of Things offers an auditing interface. This interface enables applications and agents to write audit logs, which are persistently stored and cannot be externally modified after being written. Cloud of Things itself also writes own audit records related to login and device control operations.

To receive security-related reports about the Cloud of Things platform, interested parties with a maintenance contract can subscribe to Early Warnings in the Knowledge Center of the DT IoT Support der Cloud of Things.

To report security incidents, please contact product support.

Summary

Cloud of Things addresses security on various levels.

All business partners and service providers have recognized security certificates. Cloud of Things also deals with network security aspects by individual authentication and authorization methods.

Connections from and to Cloud of Things are established using HTTPS technology.

All tenants have full rights to add or terminate users and user groups. The tenant also assigns rights to agents and devices.