Blue Goat CyberSMMedical Device Cybersecurity
    K
    Blog · Fundamentals

    OT vs IT Security: 7 Differences That Actually Matter

    Operational technology and information technology share terminology but operate under fundamentally different constraints. A practical breakdown of the seven differences that matter for medical device manufacturers and FDA submissions.

    Hero illustration for the Fundamentals article: OT vs IT Security: 7 Differences That Actually Matter
    Christian Espinosa, Founder & CEO at Blue Goat Cyber

    By Christian Espinosa, MBA, CISSP

    Founder & CEO · Blue Goat Cyber

    Published: May 23, 2026

    Direct answer

    The differences between OT and IT security are foundational, impacting attack surface, patching constraints, and regulatory approaches. Medical devices present a unique challenge as they blend aspects of both, requiring a specialized approach that addresses patient safety and availability alongside data confidentiality. Effective medical device cybersecurity requires an understanding of both IT and OT principles, adhering to standards like IEC 62443, and meeting the FDA's premarket cybersecurity guidance.

    The debate over OT vs IT security is one of the most consequential - and most misunderstood - divides in cybersecurity today. Many organizations assume a strong IT security team can extend its expertise into operational technology environments with minimal adjustment. That assumption is wrong, and it's costing manufacturers, utilities, and critical infrastructure operators in ways that are becoming harder to ignore. Operational technology and information technology share terminology, but they operate under fundamentally different constraints, serve different purposes, and require different security approaches at nearly every layer.

    The consequences of conflating them range from failed audits to production shutdowns to physical harm. Understanding where these two disciplines actually diverge is the first step to securing either one properly.

    Key Takeaways

    • OT prioritizes availability and safety; IT prioritizes confidentiality.
    • Medical devices combine IT and OT challenges, requiring hybrid security approaches.
    • Legacy OT systems often cannot be patched, necessitating compensating controls.
    • FDA premarket cybersecurity guidance requires a specific, combined security perspective.
    • Industrial DMZs and zone-and-conduit architectures segment converged environments.
    • Passive monitoring provides needed visibility without operational disruption.

    Table of Contents

    Why this matters

    The security of medical devices often involves a complex interplay between IT and OT principles, which, if misunderstood, can lead to severe consequences. Medical device failures due to cybersecurity vulnerabilities can halt patient care, compromise sensitive health data, and even result in physical harm or death. The traditional IT security focus on confidentiality is insufficient when physical processes and patient safety are at stake; OT's prioritization of availability and integrity must take precedence.

    Regulators, including the FDA, recognize this distinction. The FDA's 'Cybersecurity in Medical Devices' Final Guidance, dated February 3, 2026, explicitly outlines expectations for securing connected medical devices throughout their lifecycle, emphasizing a risk-based approach that considers both patient safety and data security. Organizations must also adhere to standards such as IEC 62443 for industrial control systems cybersecurity, ISO 81001-5-1 for health software and IT systems safety, and AAMI TIR57 for medical device cybersecurity risk management. Failing to account for the unique characteristics of OT within medical devices can result in regulatory non-compliance, operational disruption, and ultimately, patient harm.

    1. The foundational divide: what OT and IT systems are built to do

    IT systems exist to manage and process data. OT systems exist to monitor and control physical processes - a manufacturing line, a power grid substation, a connected infusion pump. That distinction sounds simple, but it reshapes every security decision that follows, starting with how you prioritize risk.

    IT security operates on the CIA triad in this order: Confidentiality, Integrity, then Availability. OT flips it entirely. In an operational environment, availability comes first. Downtime isn't a productivity problem. It's a safety problem. A hospital where a control system goes offline isn't inconvenienced. It's potentially dangerous. That single inversion changes how you think about patching, monitoring, access control, and incident response across the board.

    The protocol stack difference compounds the problem. IT runs HTTP, TCP/IP, DNS, and standard enterprise protocols designed with interoperability in mind. OT runs Modbus, DNP3, PROFINET, EtherNet/IP, and similar industrial protocols engineered for reliability and deterministic timing, not security. IT hardware refreshes every 3 to 7 years. OT systems routinely run 15 to 30-plus years. The result is security assumptions that were outdated before most IT professionals ever heard the term ICS. For NIST's working definition of operational technology and how it differs from IT, see the NIST glossary entry for operational technology.

    2. OT vs IT security: attack surfaces compared

    When industrial control systems were air-gapped, their vulnerabilities were largely theoretical. IT/OT convergence changed that permanently. Connecting PLCs, HMIs, and SCADA systems to enterprise networks and the internet dramatically expanded the attack surface, and attackers noticed. Internet-exposed HMIs, default credentials on PLCs, and shared identity across IT and OT domains are now among the most commonly exploited entry points in industrial incidents.

    The FrostyGoop attack in 2024 demonstrated how effective this can be. According to Dragos and CERT-UA incident reporting, attackers used Modbus TCP to interact directly with heating controllers in Ukraine, disrupting heat for over 600 apartment buildings during subzero temperatures. No sophisticated OT exploit was needed. The protocol was exposed, and the attackers used it. That same year, a reported Swedish heating system incident showed an attacker changing a single HMI field through an internet-accessible interface, setting a backup heat threshold to effectively disable the safety backup. One field. One change. Serious physical risk.

    The blast radius of a successful OT compromise extends far beyond what IT teams typically plan for. Reported incidents including the Jaguar Land Rover production disruption in 2025 and supply-chain complications at Collins Aerospace illustrated how IT-layer compromises can cascade into operational failures when environments are converged. Attackers don't need an OT-specific exploit when IT access paths lead directly to control systems. They need a foothold on the IT side and an absence of segmentation on the OT side.

    3. Patching constraints in OT vs IT security

    In IT, patching is a scheduled, often automated process. Patch Tuesday exists because IT environments can absorb regular updates with minimal disruption. OT environments operate on a completely different model. Many patches require vendor approval, scheduled downtime, and validation in a replicated test environment before deployment to production systems. Some OT systems run end-of-life firmware that will never receive another update. The question in OT isn't whether to patch. It's how to manage risk when patching isn't a realistic option. The same dynamic plays out with MedTech legacy devices.

    That shifts the security conversation toward compensating controls. When a legacy PLC can't be patched, the answer is to limit what can reach it. Network segmentation reduces blast radius by isolating the asset in a tightly controlled zone. Protocol-aware firewalls restrict traffic to only the specific industrial protocols and source hosts that have a legitimate reason to communicate. Strict credential management eliminates shared accounts and default credentials. Passive monitoring at SPAN or TAP points provides visibility without touching control logic or requiring device restarts.

    What to avoid is equally important. As noted in NIST SP 800-82 Rev. 3 guidance, aggressive vulnerability scanning on live OT networks can crash fragile PLCs and HMIs. Forcing patches during production runs risks breaking deterministic control behavior. Installing heavy endpoint agents on legacy systems never designed to support them can introduce latency that affects real-time process control. The compensating control framework exists precisely because OT security requires improving your posture without disrupting the physical process it governs.

    4. Regulatory frameworks: different rules built on different assumptions

    IT security compliance generally orbits SOC 2, ISO 27001, or the NIST Cybersecurity Framework. These are governance-driven frameworks designed around enterprise data protection and organizational risk management. Both do what they were designed for well. Neither was built for environments where a 30-year-old PLC controls a safety-critical process and downtime is measured in production loss or patient harm.

    OT security has its own standards. IEC 62443 is the most prescriptive - a detailed framework built around zones and conduits, security levels, and foundational requirements that explicitly account for availability, safety, and operational constraints. Its seven foundational requirements include system integrity, restricted data flow, and resource availability. NIST SP 800-82 Rev. 3 provides implementation guidance tailored to U.S. critical infrastructure, explicitly treating availability and safety as primary design constraints rather than afterthoughts. The ISA/IEC 62443 series of standards is the authoritative reference for zones-and-conduits implementation.

    Mapping standard IT controls onto OT environments doesn't just leave gaps; it creates new risks. NIST CSF and ISO 27001 are higher-level frameworks that typically require OT-specific supplements, such as IEC 62443 or NIST SP 800-82, to address 30-year hardware lifespans, safety-system dependencies, and the operational risk of active scanning on fragile industrial devices. Using an IT-first compliance lens on OT leads teams to apply controls that were never designed for deterministic, safety-critical systems, producing a false sense of compliance and real security gaps underneath it. For why traditional enterprise standards fall short in FDA contexts, see Why ISO 27001 and SOC 2 Are Not Enough for FDA Medical Device Cybersecurity.

    5. Medical devices: where OT and IT security collide

    See also: MedTech Cyber Standards Every Device Team Must Know, Medical Device Security Testing: The Complete Taxonomy, and FDA Pen Test Timing: How Recent Does Your Penetration Test Need to Be at Submission?.

    Medical devices don't belong cleanly in either category, and that's what makes them so difficult to secure. A connected infusion pump contains embedded firmware, proprietary hardware, and real-time control logic that mirrors OT. It also runs software stacks, connects to hospital networks, and transmits patient data over TCP/IP like an IT system. Standard OT frameworks weren't designed for regulatory submissions. Standard IT frameworks weren't designed for safety-critical embedded systems. Neither covers the full picture on its own - a distinction explored in Traditional vs Medical Device Cybersecurity.

    Under Section 524B of the FD&C Act and the FDA's 2026 Final Premarket Cybersecurity Guidance, manufacturers must submit cybersecurity documentation as part of every 510(k), De Novo, and PMA submission. That includes threat models, software bills of materials (SBOMs), Secure Product Development Framework (SPDF) documentation, penetration test results, and postmarket monitoring plans. These requirements draw from OT-style risk thinking around availability and patient safety alongside IT security engineering for secure development and vulnerability management. For analysis of the FDA's updated expectations, see the legal overview of FDA's 2026 revised premarket cybersecurity guidance. A generalist IT security firm adapting enterprise frameworks to this context will produce documentation that FDA reviewers can identify as incomplete, and the deficiency letters follow.

    6. A practical starting point for securing OT and IT together

    The industrial DMZ concept is the most proven starting architecture for organizations managing both domains. An iDMZ is a buffer zone between corporate IT and the OT environment, protected by firewalls on both sides. Jump hosts, historian replicas, one-way gateways, and patch relay servers live in the DMZ, managing cross-domain data flow without granting direct IT-to-OT trust. This pattern works in brownfield modernization where existing OT equipment must stay in place, and in greenfield builds where clean segmentation can be designed from the start.

    Zone-and-conduit architecture, aligned to IEC 62443, layers on top of the iDMZ concept by grouping OT assets into security zones based on criticality and function, then restricting inter-zone traffic to defined conduits. Passive monitoring at SPAN and TAP points provides network visibility without touching fragile OT devices. This combination gives security teams the detection capability they need without the disruption risk that active scanning creates in industrial and IIoT environments.

    When you can't do everything at once, the sequence matters. Start here:

    1. Inventory all OT assets and identify what's internet-exposed or directly IT-connected.
    2. Separate IT and OT networks with an iDMZ at the boundary.
    3. Replace flat VPN access with jump-host-mediated remote access plus MFA.
    4. Apply compensating controls - segmentation, protocol-aware filtering, credential hardening - to unpatchable legacy systems.
    5. Stand up passive monitoring for network visibility without operational disruption.

    This is a sequence, not a checklist. OT security requires operational sequencing because applying controls in the wrong order can create new risks while closing old ones. Rushing segmentation before a complete asset inventory can cut off legitimate control traffic. Deploying monitoring before jump hosts are in place means you may detect an incident but lack the access architecture to respond safely.

    The bottom line on OT vs IT security

    When comparing OT vs IT security, the differences aren't cosmetic. They run through every layer of how these environments are designed, operated, and defended. Availability beats confidentiality in OT. Patching requires vendor approval, careful planning, and scheduled windows rather than automated deployment. Industrial cybersecurity frameworks are built around safety and operational resilience, not enterprise compliance cycles. And medical devices sit squarely at the intersection of both domains, governed by FDA requirements that neither IT nor OT frameworks fully address independently.

    For manufacturers building connected medical devices, applying IT security thinking to the product isn't just incomplete. It creates submission risk, delays clearance, and exposes patients to vulnerabilities that FDA reviewers are specifically trained to identify. The expertise required has to be built around the regulatory context, not borrowed from enterprise IT and adjusted after the fact. If your device is heading toward a 510(k), De Novo, or PMA submission and you need cybersecurity documentation that clears the first time, that's the conversation worth having.

    FAQ

    Is a medical device an OT system or an IT system?

    Both, and that is exactly the problem. Imaging systems, infusion pumps, and clinical workstations behave like OT (real-time, availability-first, long lifecycles, hard to patch) while sitting on hospital IT networks (Active Directory, TLS, EHR integration). FDA Section 524B requirements assume neither pure OT nor pure IT controls are sufficient on their own.

    Why does the CIA triad order matter so much?

    In IT, the priority is typically confidentiality, integrity, availability. In OT, it inverts to availability, integrity, confidentiality - because downtime of a control system or a connected device can directly harm a patient or a process. The same vulnerability can be a 'patch tonight' problem in IT and a 'plan a six-month change window' problem in OT.

    Which standards apply to OT versus IT security?

    OT tends to map to IEC 62443 and NIST SP 800-82. IT maps to ISO 27001, SOC 2, and NIST 800-53. Medical devices borrow from both: IEC 62443 zone and conduit thinking for the device, ISO 27001 controls for the surrounding cloud and enterprise systems, and AAMI TIR57 plus FDA premarket guidance to tie it together.

    Can we just apply IT security tools to OT systems?

    Often no. Active vulnerability scanners can crash legacy industrial protocols. Endpoint agents can violate device certifications or break real-time guarantees. OT typically requires passive monitoring, protocol-aware sensors, and change windows aligned to clinical or operational reality. Using IT tools without OT context is a common cause of unplanned outages.

    How does patching differ between OT and IT?

    IT patches on a monthly cadence; OT patches when validation, downtime, and regulatory constraints allow - sometimes annually, sometimes only at major service events. For medical devices, that means compensating controls, network segmentation, and a documented patch plan are usually more important than patch speed.

    Where do OT and IT security responsibilities overlap inside a MedTech company?

    Threat modeling, SBOM management, vulnerability disclosure, and incident response should be unified - the same library, same component, and same CVE can affect both the device firmware and the cloud backend. Splitting OT and IT into separate programs produces inconsistent risk decisions the FDA and the hospital will both notice.

    About the author

    Christian Espinosa, CISSP, Founder, Blue Goat Cyber. Christian leads a team focused exclusively on medical device cybersecurity for FDA premarket submissions and postmarket compliance. Read more about Christian.

    How Blue Goat approaches this

    Blue Goat Cyber addresses the distinct challenges of OT and IT security in medical devices through a focused, methodical approach. Our team, comprised of certified professionals (CISSP, OSCP) with ex-military red team experience, understands the criticality of availability and patient safety inherent in OT environments, balanced with the need for data confidentiality. We specialize in identifying vulnerabilities across both IT and OT layers of medical device ecosystems.

    Our methodology includes thorough threat modeling, segmenting converged networks, and implementing compensating controls for unpatchable legacy systems. We provide specialized services like premarket and postmarket cybersecurity assessments tailored to medical device regulations. If the FDA raises cybersecurity deficiencies after our submission, we resolve them at no additional cost. Learn more about our process at FDA Premarket Cybersecurity Services.

    Sources & references

    Primary sources cited in this article. Links open in a new tab.

    1. NIST glossary entry for operational technology- NIST
    Related services

    Put this into practice on your device

    Every Blue Goat Cyber engagement maps directly to FDA Section 524B and the SPDF - so the evidence you need lands in your submission, not in a separate report.

    Ready when you are

    Get FDA cleared without the cybersecurity headaches.

    30-minute strategy session. No cost, no commitment - just answers from people who've shipped 250+ FDA submissions.