Home  /  Blog  /  Maritime IoT Security: Connected Ship Systems Protection

● Maritime

Maritime IoT Security: Connected Ship Systems Protection

A modern vessel now carries hundreds of connected sensors feeding engine condition, fuel, hull stress, reefer containers and crew welfare data back to shore in near real time. Every one of those sensors is an endpoint. Here is how to think about maritime IoT security in 2026 without slowing the digital programme down.

Published 26 June 2026 10 min read Codesecure Maritime Cyber Team Maritime

Key Takeaways

  • The connected ship now carries hundreds of IoT sensors for engine condition, fuel, hull stress, reefer cargo and crew welfare, each one a network endpoint that did not exist a decade ago.
  • IoT gateways that aggregate sensor data and forward it over satcom are the highest-value targets. A compromised gateway can read or alter the data the operator trusts for decisions.
  • Default credentials and unauthenticated protocols dominate the findings. Many shipboard IoT devices ship with documented default logins and clear-text telemetry.
  • IEC 62443 zones and conduits and IMO Resolution MSC.428(98) together give the framework: isolate IoT in its own zone, gate every conduit, and bring it into the vessel risk assessment.
  • Segmentation and an asset inventory are the two highest-ROI controls. You cannot secure or patch IoT endpoints you have never enumerated.
  • Shore-side platforms that receive vessel IoT data are part of the same attack surface. The fleet operations cloud is reachable from the same telemetry stream the vessel sends.

The Connected Ship: What Maritime IoT Actually Looks Like

Maritime IoT is not a single product. It is the steady accumulation of connected sensing and telemetry that has spread across vessels over the last decade. A vessel built or retrofitted recently typically carries engine condition monitoring sensors (vibration, temperature, pressure, oil quality), fuel consumption and bunker monitoring, hull stress and structural monitoring, ballast and trim sensors, reefer container monitoring for refrigerated cargo, environmental and emissions monitoring for scrubber and exhaust compliance, and a growing volume of crew welfare and connectivity devices.

Each of these sensor families feeds an IoT gateway or data concentrator on board. The gateway aggregates the readings, applies some local processing, and forwards the data over the vessel satcom link to a shore-side platform where the operator, the OEM and sometimes a class society or insurer can view it. That telemetry stream is the backbone of condition-based maintenance, voyage optimisation and remote diagnostics. It is also a continuous, outbound network path from inside the vessel to the public internet.

The security problem is structural. These sensors and gateways were specified by naval architects, engine OEMs and digital-services vendors who were solving an operational problem, not a security one. They were rarely designed with a hostile network in mind, they are rarely patched on a vessel-friendly cadence, and they are rarely inventoried in one coherent place. The result is a large, poorly mapped attack surface that has grown faster than the governance around it.

Where the Maritime IoT Attack Surface Lives

Understanding the attack surface means following the data from sensor to shore and asking what an attacker could do at each hop. The first layer is the sensors and field devices themselves. Many speak unauthenticated industrial protocols (Modbus, CAN-derived buses, proprietary serial) where any device on the same segment can read or inject values. A spoofed temperature or pressure reading can mislead a maintenance decision or mask a developing fault.

The second layer is the IoT gateway or data concentrator. This is the highest-value target on the vessel IoT estate. The gateway often runs embedded Linux, exposes a web or SSH management interface, holds credentials for the shore platform, and bridges the OT-side sensor network to the IT-side satcom network. Compromise the gateway and an attacker can read every reading the vessel reports, alter the data the operator trusts, or pivot toward other vessel networks.

The third layer is the satcom path and the shore platform. The telemetry travels over the same VSAT or L-band link discussed in our companion guide on maritime satellite communication security, and lands in a cloud platform that often serves an entire fleet. A weakness in that platform, broken object-level authorisation between vessels, weak API authentication, exposed admin interfaces, can expose every connected vessel at once, which is a far larger blast radius than any single ship.

  • Field sensors: unauthenticated industrial protocols, clear-text telemetry, no integrity checking on readings
  • IoT gateways: embedded OS with default credentials, exposed management interfaces, shore-platform credentials stored locally
  • Satcom path: outbound telemetry that doubles as an inbound route if the terminal or gateway is compromised
  • Shore platform: multi-tenant fleet cloud where one authorisation flaw can expose every connected vessel
  • OEM remote access: vendor diagnostic tunnels into the gateway, frequently unmonitored and rarely time-limited

Need a Maritime OT and IoT Assessment?

Codesecure runs IMO and IEC 62443 aligned cyber risk assessments and OT pentests for shipowners, managers, ports and terminals. ISO/IEC 27001:2022 certified delivery, named consultants with OSCP, CEH and CISSP, fixed-price proposals and free retest within 90 days.

See Maritime Services →

Common Findings in Connected Ship Assessments

Across vessel IoT assessments the findings cluster around a small set of recurring weaknesses. Default and shared credentials are the most common: gateways and sensor controllers retain the documented vendor login long after commissioning, and where credentials were changed they are often shared across an entire fleet so one leak compromises all.

Flat networks are the second recurring theme. The IoT gateway frequently sits on the same network segment as vessel IT, crew welfare, and sometimes the bridge, with no firewall enforcing what may talk to what. SSID separation on the wireless side is often mistaken for network segmentation when it provides none. Unencrypted telemetry is the third: sensor-to-gateway and sometimes gateway-to-shore traffic travels in clear text, allowing both eavesdropping and injection.

Patching is the fourth and hardest. IoT firmware updates depend on the OEM releasing them and a technician applying them at a port visit, so devices accumulate known vulnerabilities over years. Many operators cannot answer the basic question of which firmware version runs on which device, which means they cannot reason about exposure at all. Finally, OEM remote-access tunnels into gateways are frequently always-on, unmonitored, and unlogged, giving a permanent third-party path into the vessel that the operator has little visibility over.

Segmentation and Zones for Vessel IoT

The single highest-ROI control for maritime IoT is network segmentation built on the IEC 62443 zones and conduits model. The principle is to group systems of similar trust and criticality into zones, and to allow traffic between zones only through defined conduits with explicit, monitored rules. Applied to a connected vessel, the IoT estate should sit in its own zone, separated from bridge OT, engine control OT, vessel IT and crew networks.

A pragmatic model places sensor field networks in a low-level acquisition zone, the IoT gateways in a controlled aggregation zone, and the satcom egress in a tightly firewalled conduit that permits only the specific outbound destinations the telemetry needs. Bridge navigation systems and engine control systems remain in their own restrictive zones with no direct path to or from the IoT zone. Where vessel IoT data legitimately needs to reach a shore platform, that path is a single defined conduit, not an open route.

Conduit rules should be allow-listed and logged. The gateway should be permitted to reach only its shore platform endpoints on the required ports, nothing else. Crew and vendor networks should have no path to the IoT or OT zones. Every firewall-permitted connection should be logged for periodic review so that anomalous outbound behaviour, a sign of a compromised gateway, becomes visible rather than invisible.

Protecting Telemetry Integrity and the Shore Platform

Confidentiality matters, but for operational IoT the bigger risk is integrity. Decisions about maintenance, voyage optimisation, emissions reporting and cargo condition are made on the data the sensors report. If an attacker can alter that data, they can cause a wrong decision without ever causing an obvious outage. A spoofed reefer temperature can spoil a container of cargo; a manipulated engine vibration reading can hide a developing bearing failure until it becomes a casualty.

Protecting integrity means authenticating devices so the gateway knows the reading came from the genuine sensor, signing or checksumming telemetry where the equipment supports it, and cross-checking critical readings against independent sources where they exist. It also means treating the shore platform as a first-class part of the security boundary. The platform should enforce strong per-vessel authentication, robust object-level authorisation so one vessel's credentials cannot read or alter another vessel's data, and monitoring for anomalous data patterns that suggest tampering.

Encryption of the telemetry channel protects against eavesdropping and reduces injection opportunities, and should be applied end to end from gateway to platform where the equipment allows. Where legacy sensors cannot be authenticated or encrypted, the compensating control is segmentation plus monitoring: keep them isolated, and watch the gateway and conduit for behaviour that does not match the expected baseline.

Customer Questionnaire or Class Survey?

Whether you need cyber evidence for a flag state, P&I club query, charterer security questionnaire or class survey, our maritime cyber lead is available for a 30-minute free scoping call.

Talk to a Maritime Lead →

Governance: IMO, IEC 62443 and Vendor Assurance

Maritime IoT does not sit outside the cyber regime; it sits squarely inside it. IMO Resolution MSC.428(98) requires cyber risk to be managed within the vessel safety regime, and connected ship systems are part of that risk picture. Class society requirements such as the IACS unified requirements on cyber resilience of ships and onboard systems push secure-by-design expectations onto newbuild and significantly retrofitted equipment, including connected sensors and gateways. IEC 62443 supplies the technical framework for zoning, conduits and security levels that the IoT estate should be designed and assessed against.

Vendor and supply-chain assurance is the part operators most often neglect. The OEMs and digital-service vendors who supply condition monitoring, voyage optimisation and reefer telemetry are deeply embedded in the vessel, often with remote access and shore-platform control. Their security posture is effectively the vessel's security posture for those systems. Cyber clauses in service agreements, evidence of secure development, a defined patch and advisory process, and time-limited monitored remote access should all be in scope.

Bringing it together is a governance loop: maintain the IoT asset inventory, assess it in the vessel cyber risk assessment, design segmentation per IEC 62443, gate and monitor vendor access, and review periodically as new sensors are added. The digital programme and the security programme are not opposites. Done well, security is what lets the connected ship scale safely rather than accumulate silent risk.

SHARE

Frequently Asked Questions

What counts as maritime IoT on a vessel?

Any connected sensor or device that gathers and transmits data: engine condition monitoring, fuel and bunker sensors, hull stress monitoring, ballast and trim sensors, reefer container telemetry, emissions and scrubber monitoring, and many crew welfare devices. The common thread is that each is a network endpoint that forwards data toward an IoT gateway and, usually, on to a shore platform.

Is maritime IoT a real cyber risk or just hype?

It is a real risk. The risk is rarely a dramatic outage; it is more often silent data manipulation that leads to a wrong operational decision, or a compromised gateway used as a pivot toward other vessel networks. Because IoT devices commonly ship with default credentials and unauthenticated protocols, they are among the easier footholds an attacker can find on a modern vessel.

How is IoT security different from OT security on a ship?

They overlap but differ in emphasis. OT security focuses on control systems that directly operate machinery (SCADA, PLCs, engine control). IoT security focuses on the sensing and telemetry layer that observes and reports. The two share the IEC 62443 zoning model and the safety-first testing constraint, but IoT brings a stronger emphasis on data integrity and on the shore-side platform that receives the telemetry.

Does IMO require us to secure connected ship systems?

IMO Resolution MSC.428(98) requires cyber risk to be managed within the vessel safety framework. Connected ship systems are part of that risk picture, so they belong in the vessel asset inventory and risk assessment. There is no per-device mandatory checklist, but a credible risk assessment that ignores a large IoT estate will not stand up at a flag state or class survey.

Can you assess our connected ship systems safely?

Yes. Codesecure assesses vessel IoT with a safety-first methodology that favours passive observation at sea and active testing at port stay or dock, so we never disrupt live operational telemetry. We map the IoT estate, test gateways and segmentation, review the shore platform and vendor access, and report against IEC 62443 and IMO expectations. ISO/IEC 27001:2022 certified delivery, named consultants.

What is the first thing we should do to secure vessel IoT?

Build a complete asset inventory: every connected device, its firmware version, its network location and its owning vendor. Almost every other control, patching, segmentation, monitoring, vendor assurance, depends on knowing what is connected. From there, segment the IoT estate into its own zone and change all default credentials. Those three steps remove the majority of easily exploitable exposure.

CS

Codesecure Maritime Cyber Team

OSCP / IEC 62443 / Maritime OT Practitioners

Codesecure Solutions is ISO/IEC 27001:2022 certified and delivers maritime cyber risk assessments, vessel and port OT penetration testing, navigation and communication system hardening, and ship-to-shore monitoring design. Named consultants hold OSCP, CEH and CISSP and have hands-on bridge and engine-room system experience. Engagements delivered across India, Singapore, UAE, Malaysia and the wider region.

✓ ISO/IEC 27001:2022 Certified

Secure The Connected Ship Without Slowing The Digital Programme

Codesecure assesses and hardens vessel IoT, gateways and shore platforms for shipowners and managers across India, Singapore, UAE and Malaysia. ISO/IEC 27001:2022 certified delivery, named consultants with OSCP, CEH and CISSP, IEC 62443 and IMO aligned reporting.