Organisations should use TLS on device and backend connections to encrypt data in transit, verify the endpoint on both sides, and protect message integrity. That matters for telemetry, credentials, firmware downloads, and control traffic. Security teams should also enforce strong ciphers, certificate management, network segmentation, and regular firmware updates so exposed devices do not become easy entry points for attackers.
Why This Matters for Security Teams
IoT traffic often carries far more than telemetry. Devices exchange credentials, firmware images, configuration updates, and direct control commands, so a weak link in transit can become a path to lateral movement or unsafe physical action. Encrypting device-to-backend traffic with TLS is necessary, but it is not sufficient unless teams also verify both endpoints, manage certificates carefully, and limit where devices can talk. NIST guidance on controls such as encryption, authentication, and system communications protection reinforces that communications security has to be designed into the device lifecycle, not added after deployment through NIST SP 800-53 Rev 5 Security and Privacy Controls.
The practical problem is that many IoT fleets combine long-lived devices, weak update discipline, and shared network segments, which gives attackers time to intercept, replay, or redirect messages. NHIMG’s research shows that 97% of NHIs carry excessive privileges, a pattern that matters for IoT because device identities are often overtrusted once they are enrolled. In practice, many security teams encounter command injection and credential exposure only after a device has already been used as a pivot point, rather than through intentional monitoring of device traffic paths.
How It Works in Practice
Strong IoT communication security starts with mTLS or equivalent mutual authentication so the device proves its identity and the backend proves it is legitimate. That protects against rogue brokers, spoofed gateways, and man-in-the-middle interception. The next layer is authorization at the message and session level. A device that can report temperature should not automatically be allowed to unlock a door, change setpoints, or download firmware from an arbitrary endpoint. Current guidance suggests pairing identity with policy, not trusting a network location alone.
Operationally, that means binding each device to a unique identity, issuing certificates with short lifetimes, rotating them before expiry, and revoking them quickly when a device is retired or suspected compromised. Zero Trust thinking aligns well here: trust should be explicit and continuously evaluated, not assumed because the device sits inside a home LAN or enterprise subnet. The core idea is consistent with NIST SP 800-207 Zero Trust Architecture, which treats the network as untrusted and requires ongoing verification.
- Use TLS 1.2 or 1.3 with strong cipher suites and certificate pinning only where operationally justified.
- Provision unique device identities and separate them from shared service credentials.
- Segment IoT networks so devices can reach only the APIs and brokers they actually need.
- Sign firmware and validate updates before installation to stop malicious code from entering through trusted channels.
- Log device authentication, command issuance, and failed verification events for detection and forensics.
NHIMG research on the Ultimate Guide to NHIs highlights why this matters: if device identities are not governed as first-class identities, communications security becomes a thin wrapper over weak lifecycle management. These controls tend to break down in mixed legacy environments where devices cannot support modern TLS, certificate rotation, or per-device policy enforcement because the fleet is too old, too diverse, or too operationally fragile.
Common Variations and Edge Cases
Tighter device authentication often increases operational overhead, requiring organisations to balance stronger trust guarantees against provisioning complexity and uptime risk. That tradeoff becomes sharper in home networks, brownfield factories, and large enterprise estates where vendors still ship devices that rely on static keys, self-signed certificates, or cloud relay services. Best practice is evolving, but there is no universal standard for every IoT protocol, so teams need to adapt controls to MQTT, CoAP, BLE, Zigbee, or proprietary transports without weakening the security model.
One common edge case is local-only devices that never leave a private LAN. Those systems still need encryption and endpoint verification because local attackers, malware on a laptop, or a compromised home router can intercept control traffic. Another edge case is third-party cloud integration, where the device is secure on paper but the broker, mobile app, or API token becomes the weakest link. NHIMG’s reporting on the Schneider Electric credentials breach is a reminder that credential exposure around connected systems can have wider blast radius than the device itself. For teams formalising their program, the Ultimate Guide to NHIs — Standards is a useful anchor for aligning identity governance with communications protection.
For legacy fleets, the pragmatic path is often compensating controls: isolate the device, terminate traffic at a hardened gateway, restrict command pathways, and replace long-lived static secrets with short-lived tokens wherever the protocol allows. When devices cannot support those safeguards, the communication channel is only as trustworthy as the least secure component in the chain.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207), NIST SP 800-63 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Device identities and secrets must be uniquely managed and not shared. |
| NIST CSF 2.0 | PR.DS-1 | Encrypted data in transit is central to secure IoT communications. |
| NIST Zero Trust (SP 800-207) | Zero Trust fits IoT traffic by requiring explicit verification of each device and session. | |
| NIST SP 800-63 | IAL2 | Strong identity proofing supports trusted device enrollment and lifecycle control. |
| NIST AI RMF | Governance and risk management apply to autonomous connected devices and control paths. |
Document IoT trust decisions, ownership, and residual risk under AI or automation governance.
Related resources from NHI Mgmt Group
- How should organisations secure IoT devices before deploying them at scale?
- How should organisations control sensitive data in GenAI tools?
- How should security teams handle hidden IoT devices on enterprise networks?
- How should organisations govern IoT devices that are distributed across vendors and resellers?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 24, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org