Securing the Internet of Things: Protecting Your Connected Devices and Networks
Alexander Sverdlov
Security Analyst

In more than 200 security assessments across 14 countries, the fastest way I have found into a "secure" corporate network is rarely the firewall or the domain controller. It is the forgotten device. A conference-room camera running firmware from 2018. A badge reader on a flat network. A smart TV in the boardroom that still speaks Telnet. A building-management controller nobody remembers installing. These are the devices that turn a well-defended network into an open one, and they are exactly the devices that fall outside most companies' security programs.
The Internet of Things is not a future problem. It is already sitting inside your walls: printers, IP cameras, HVAC controllers, medical devices, industrial sensors, smart locks, VoIP phones, and the growing pile of consumer gadgets employees plug in without asking. Each one is a small computer with a network stack, and each one expands the attack surface you are responsible for defending. This guide covers why IoT security is genuinely harder than traditional IT security, and the specific, ordered steps that actually reduce risk - based on what I see break in real environments, not on vendor marketing.
Why IoT Security Is Harder Than Regular IT Security
When people say "just patch it and put a firewall in front of it," they are describing servers and laptops. IoT devices break those assumptions in ways that matter.
You often cannot see the device, let alone manage it
A laptop shows up in your endpoint management console. An IP camera does not. Most organizations I assess cannot produce an accurate inventory of connected devices, and you cannot protect what you do not know exists. Shadow IoT - devices purchased by facilities, marketing, or an individual manager and plugged in without IT's knowledge - is the norm, not the exception.
The security basics are frequently missing by design
Many devices ship with hardcoded or default credentials, unauthenticated management interfaces, cleartext protocols, and no mechanism for the customer to change any of it. The Mirai botnet, which took down large parts of the internet in 2016, spread by trying a short list of default username and password pairs against internet-exposed devices. Years later, I still find those same defaults live in production networks.
Limited compute means weak or absent cryptography
A sensor with a small microcontroller may not have the resources for modern TLS, certificate validation, or secure boot. Vendors cut corners, and the result is data in transit that can be read or tampered with, and devices that will run any firmware handed to them.
Devices outlive their support
A laptop is replaced every three to five years. A building controller, a medical device, or an industrial sensor can run for ten to fifteen. Long after the vendor stops shipping patches, the device keeps running - and every vulnerability discovered after end-of-life stays open forever.
Patching is disruptive or impossible
You cannot always reboot an operating-room monitor or a production-line PLC to install an update. Availability constraints mean that even when patches exist, they may not get applied for months, if ever.
Where IoT Actually Gets Breached
The theory matters less than the recurring failure patterns. These are the ones I find over and over:
- Flat networks. The camera, the badge reader, the phone, and the finance workstation all sit in the same broadcast domain. Compromise one and you can reach everything.
- Default and shared credentials. One password across an entire fleet of devices, printed in a manual that is public online.
- Internet-exposed management interfaces. Devices reachable directly from the public internet, often because someone opened a port for "remote access" and forgot about it.
- Firmware nobody updates. Known, published vulnerabilities left unpatched for years because no one owns the device.
- IoT as a pivot point. Attackers rarely want the camera itself. They want the foothold it gives them to move laterally toward domain controllers, file servers, and cloud credentials.
Effective Strategies for Securing Connected Devices
The following steps are ordered roughly by return on effort. Do the early ones first - they eliminate the majority of real-world risk before you spend money on specialized tooling.
1. Build and maintain a device inventory
You cannot secure an unknown fleet. Start by discovering everything on the network: passive discovery via your switches and DHCP logs, active scanning, and a purpose-built IoT or network-detection tool if the estate is large. For each device, record what it is, who owns it, what it talks to, whether it is still supported, and where it sits on the network. This single exercise usually surfaces devices the organization had completely forgotten. Treat the inventory as living - re-run discovery regularly, because new devices appear constantly.
2. Segment the network
This is the highest-value control for IoT, full stop. Put IoT devices on their own VLANs, isolated from your business systems and from each other where possible. A camera has no business initiating connections to a finance server, and a smart thermostat does not need to reach your Active Directory. Use firewall rules to allow only the specific flows each device actually requires - typically the device talking to one management server and nothing else. Default-deny everything else. If a device is later compromised, segmentation is what keeps the incident from becoming a company-wide breach. Our IT security audit almost always finds segmentation to be the biggest single gap and the biggest single win.
3. Kill default credentials and lock down management
Change every default password before a device goes live, use unique credentials per device where the platform allows it, and disable unused services and accounts. Never expose a device management interface directly to the internet - if remote access is genuinely needed, put it behind a VPN or a properly authenticated gateway. Disable Telnet, UPnP, and other insecure protocols wherever you can.
4. Control what leaves and enters the network
Encrypt data in transit where the device supports it, and where it does not, treat that data as untrusted and constrain where it can flow. Block IoT devices from reaching the internet unless they truly need to, and when they do, restrict them to known vendor endpoints. A camera that suddenly starts beaconing to an unfamiliar address is a signal you want to catch.
5. Patch on a real schedule, and plan for what cannot be patched
Track firmware versions in your inventory and update on a defined cadence, prioritizing internet-facing and high-value devices. For devices that cannot be patched or have reached end-of-life, compensate: tighten segmentation around them, monitor them more closely, and build a replacement plan with a budget and a date. "We will deal with it later" is how end-of-life devices become the entry point in a breach.
6. Monitor for abnormal behavior
IoT devices are predictable, which is a gift for defenders. A camera talks to the same server on the same ports all day. When that pattern changes - new destinations, new ports, traffic at odd hours, sudden volume - it is worth investigating. Feed device telemetry and network flows into your monitoring so anomalies surface quickly. If you do not have the staffing to watch this continuously, this is exactly the kind of oversight a virtual CISO or managed monitoring arrangement is built to provide.
7. Test the devices the way an attacker would
Assumptions about device security are frequently wrong. A focused vulnerability assessment will surface the exposed interfaces, default credentials, and outdated firmware across your fleet, and a penetration test will show whether an attacker who compromises one device can actually pivot to something that matters. This is where segmentation and monitoring get proven, not just assumed.
8. Buy security in, not bolt it on
The cheapest control is procurement. Before purchasing any connected device, ask the vendor about their patch cadence, end-of-support date, authentication options, and whether the device supports encrypted communication. Make security a purchasing criterion. A slightly more expensive device with a real support lifecycle is far cheaper than the incident an unsupported one causes.
IoT Security Priorities at a Glance
| Control | Effort | Risk reduction |
|---|---|---|
| Device inventory and discovery | Low to medium | Foundational - nothing else works without it |
| Network segmentation | Medium | Very high - contains any single compromise |
| Remove default credentials | Low | High - closes the most common entry path |
| Remove internet exposure | Low to medium | High - removes direct external attack surface |
| Firmware patching cadence | Medium | Medium to high - closes known vulnerabilities |
| Behavioral monitoring | Medium to high | Medium - catches compromise early |
| Security-led procurement | Low (ongoing) | High over time - stops the problem at the source |
A Note on Industrial and Medical Devices
Operational technology (OT) and medical IoT deserve special caution. In these environments, a wrongly configured scan or an unplanned reboot can stop a production line or affect patient care, so the aggressive testing that is fine on an office network can be dangerous here. Use passive discovery first, coordinate any active testing with the people who run the equipment, and lean heavily on segmentation and monitoring rather than intrusive patching. The safety and availability requirements are real, and they change the order of operations - but they do not change the fundamentals of inventory, isolation, and least privilege.
Where to Start This Week
If this feels like a lot, it is - but you do not have to do it all at once. In order: get an inventory, isolate the riskiest devices onto their own segment, change default credentials on anything exposed, and pull any device management interface off the public internet. Those four steps, done properly, eliminate most of the IoT risk I find in the average organization. Everything else is refinement on top of that foundation.
If you would like a clear picture of what is actually connected to your network and where the real exposure is, that is precisely what a focused assessment delivers. Get in touch and we can talk through your environment and where to start.
Frequently Asked Questions
What counts as an IoT device on a corporate network?
Anything with a network connection that is not a conventional server, laptop, or phone managed by IT. That includes IP cameras, printers, VoIP handsets, badge readers, smart TVs, HVAC and building controllers, medical devices, industrial sensors, and consumer smart devices employees bring in. If it has an IP address and you are not actively managing it, it belongs in your IoT risk picture.
Is network segmentation really the most important control?
For IoT, yes. Most IoT devices cannot be hardened to the level of a managed laptop, so the realistic goal is to limit the damage when one is compromised. Segmentation does exactly that - it keeps a breached camera or sensor from becoming a path to your critical systems. It is the single control with the best return in almost every environment I assess.
What do I do about devices that can no longer be patched?
Treat them as compromised-in-waiting. Isolate them as tightly as possible, monitor their traffic closely, restrict what they can reach, and put a funded replacement plan on the calendar with a real date. Unsupported devices should never sit on a flat network or face the internet.
Do small businesses need to worry about IoT security?
Yes, and often more so, because smaller organizations tend to run flatter networks with less monitoring. Attackers scan the entire internet indiscriminately; they do not skip you for being small. The good news is that the core steps - inventory, segmentation, changing defaults, removing internet exposure - are well within reach for a small team. Our small business cybersecurity services are built around exactly that scope.
How often should I reassess my IoT security?
Re-run device discovery on a regular cadence, because new devices appear constantly, and validate your controls with a vulnerability assessment or penetration test at least annually and after any significant network change. IoT estates drift quickly; a point-in-time cleanup that is never revisited will be out of date within months.

Alexander Sverdlov
Founder of Atlant Security. Author of 2 information security books, cybersecurity speaker at the largest cybersecurity conferences in Asia and a United Nations conference panelist. Former Microsoft security consulting team member, external cybersecurity consultant at the Emirates Nuclear Energy Corporation.