Skip to content

IEC 62443 (ISA-99), industrial control cybersecurity

Guide, IEC 62443

IEC 62443 is the international reference for cybersecurity of Industrial Automation and Control Systems (IACS). Born in 2002 as ISA-99 inside the International Society of Automation (ISA), the series was transferred from 2007 onward to a joint ISA/IEC track under IEC TC 65 / WG 10 and is now published as the multi-part IEC 62443 family. The series addresses asset owners, system integrators and component manufacturers, around a common conceptual chassis: zones and conduits, Security Levels (SL 0 to 4) and seven Foundational Requirements. This guide walks through the structure of the series, the key parts in detail, the SL and FR model, the role of 62443-4-1 for component developers, the certification ecosystem (ISASecure, TUV Rheinland, TUV SUD, DEKRA), the regulatory hooks (NIS 2, CRA, NERC CIP, NIST SP 800-82r3) and the recurring pitfalls.

ISA-99 was launched in 2002 by the ISA, as the first dedicated industrial cybersecurity standard at a time when IT security frameworks (ISO/IEC 17799, later ISO/IEC 27001) were not addressing the specifics of process control. The early ISA-99 documents introduced the concept of zones and conduits and the notion that availability and safety in OT environments often outrank confidentiality.

From 2007 onward, the series was transferred to a joint ISA/IEC track. IEC Technical Committee 65 (Industrial-process measurement, control and automation) and its Working Group 10 took over development, while ISA kept co-authorship. Numbering moved to IEC 62443-x-y, and the series became multi-part by design, with each part addressing a defined audience and scope.

Today, the ISA-99 label is mainly historical. Active parts are published under the IEC 62443 designation and form a coherent body of work, even though individual parts are at different revision stages (some parts are still under revision, some have been recently updated, some are stable).

The series is organised in four groups, by audience and scope.

GroupAudienceScope
62443-1-xAll actorsGeneral concepts, terminology, lifecycle, master glossary
62443-2-xAsset owner, service providerPolicies, procedures, security programme
62443-3-xSystem integratorSystem-level requirements, zones and conduits, system Security Level
62443-4-xComponent manufacturerComponent-level requirements, SDL, technical component requirements

This split is deliberate: an asset owner operating a refinery, a system integrator delivering a control architecture and a component vendor selling a PLC do not consume the same requirements. Each actor reads the relevant 62443 part and points to the others through contractual obligations.

The following parts form the practical backbone of any 62443 programme.

PartTitle (abridged)EditionAudience
62443-1-1Terminology, concepts and models2009 (revision in DIS, expected 2025)All
62443-2-1Security programme requirements for IACS asset owners2024 (replaces 2010 edition)Asset owner
62443-2-4Security programme requirements for IACS service providers2015 + A1:2017Service provider, integrator
62443-3-2Security risk assessment for system design2020System integrator, asset owner
62443-3-3System security requirements and security levels2013System integrator
62443-4-1Secure product development lifecycle requirements2018Component manufacturer
62443-4-2Technical security requirements for IACS components2019Component manufacturer

The combination 62443-3-2 + 62443-3-3 + 62443-4-1 + 62443-4-2 is what most certification programmes evaluate against, in practice.

The Security Level scale models the strength of the threat the system or component is expected to withstand. It applies per Foundational Requirement (see next section).

LevelThreat model
SL 0No specific protection required against intentional violation
SL 1Protection against casual or coincidental violation
SL 2Protection against intentional violation by simple means, limited resources, generic skills, low motivation
SL 3Protection against intentional violation by sophisticated means, moderate resources, IACS-specific skills, moderate motivation
SL 4Protection against intentional violation by sophisticated means, extended resources, IACS-specific skills, high motivation (typically state-sponsored)

Each SL is declined in three flavours:

  • SL-T (Target): the level required by design, set during the 62443-3-2 risk assessment per zone and per FR.
  • SL-C (Capability): the level a system or component is capable of supporting in a properly configured deployment.
  • SL-A (Achieved): the level actually achieved in the deployed environment, accounting for configuration, compensating controls and operational practice.

A common error in commercial communication is to advertise an SL-C as if it were an SL-A. The two are not equivalent: SL-C is a property of the product, SL-A is a property of the deployed system.

The seven Foundational Requirements structure all technical security requirements across the system and component standards.

FRNameConcern
FR 1Identification and Authentication Control (IAC)Who or what is acting on the system
FR 2Use Control (UC)What that actor is allowed to do
FR 3System Integrity (SI)Integrity of code, data and process
FR 4Data Confidentiality (DC)Protection of data in transit and at rest
FR 5Restricted Data Flow (RDF)Segmentation, conduit control
FR 6Timely Response to Events (TRE)Logging, monitoring, alerting
FR 7Resource Availability (RA)Resilience against denial of service, degraded modes

62443-3-3 (system) and 62443-4-2 (component) both organise their detailed requirements under these seven FRs, which makes the two standards consistent and traceable. A component claiming SL-C 2 on FR 1 means it implements the technical requirements listed under FR 1 in 62443-4-2 at level SL 2.

The zone and conduit model is the cornerstone of 62443 system thinking. Its principle is direct.

  • Zone: a group of assets that share the same security requirements (for example, the safety instrumented system zone, the basic process control zone, the engineering workstation zone).
  • Conduit: a communication channel between zones, with controlled and documented flows (for example, the conduit between the engineering zone and the control zone for downloads).
  • Risk assessment: per zone and per FR, with a documented SL-T.
  • Residual risk: explicitly accepted by the asset owner, with compensating controls described.

The Purdue Enterprise Reference Architecture (Purdue model, ISA-95) is the historical network segmentation reference that anchors the zone/conduit logic in most plants: level 0 (physical process), level 1 (basic control), level 2 (supervisory), level 3 (manufacturing operations), levels 4 and 5 (enterprise IT). 62443 does not mandate Purdue, but most credible zone definitions in process and discrete manufacturing settings map back to it.

Secure Product Development Lifecycle, 62443-4-1

Section titled “Secure Product Development Lifecycle, 62443-4-1”

For a component manufacturer (PLC vendor, drive vendor, RTU vendor, edge gateway vendor), 62443-4-1 is the entry door. It defines a Secure Product Development Lifecycle (SDL) organised in eight practice areas.

CodePracticeConcern
SMSecurity ManagementGovernance, roles, training, supplier control
SRSpecification of Security RequirementsThreat model, security objectives, security requirements specification
SDSecure by DesignArchitecture, defence in depth, attack surface reduction
SISecure ImplementationCoding standards, secure libraries, peer review
SVVSecurity Verification and Validation TestingStatic analysis, dynamic analysis, fuzzing, penetration testing
DMDefect ManagementVulnerability tracking, root cause analysis, patch cycle
SUMSecurity Update ManagementPatch delivery, customer notification, end-of-support policy
SGSecurity GuidelinesHardening guides, secure configuration documentation for the user

Each practice is broken into specific requirements with mandatory evidence: process records, design documents, test reports, defect database. A 62443-4-1 audit consumes this evidence early; missing SUM or DM is a frequent reason for non-conformity in first audits.

Technical component requirements, 62443-4-2

Section titled “Technical component requirements, 62443-4-2”

62443-4-2 maps the seven Foundational Requirements onto four component types, each with specific Component Requirements (CR), Requirement Enhancements (RE) and per-SL profiles.

TypeExamples
Software Application (SA)SCADA package, HMI software, historian server
Embedded Device (ED)PLC, safety controller, drive, smart sensor, RTU
Host Device (HD)Engineering workstation, application server, industrial PC
Network Device (ND)Industrial firewall, managed switch, gateway, secure router

For each type, 62443-4-2 lists which requirements apply at each SL and which requirement enhancements lift the level. A vendor declaring SL-C 3 on FR 1 for an Embedded Device must show that all applicable CRs and REs from FR 1 are implemented up to that level. This is the body of evidence that ISASecure CSA evaluates.

Several conformity assessment programmes evaluate against the 62443 parts.

ProgrammeOperatorScope
ISASecure CSA (Component Security Assurance)ISCI, ISA Security Compliance Institute62443-4-1 + 62443-4-2, per component type
ISASecure SSA (System Security Assurance)ISCI62443-3-3 system-level, with 62443-3-2 risk assessment
ISASecure SDLA (Security Development Lifecycle Assurance)ISCI62443-4-1 SDL process audit
ISASecure ACSSA (Automation Control System Security Assurance)ISCISite-level, asset owner programme audit, ties into 62443-2-1
TUV Rheinland 62443TUV Rheinland62443-4-1, 62443-4-2, 62443-3-3
TUV SUD 62443TUV SUD62443-4-1, 62443-4-2, 62443-3-3
DEKRA 62443DEKRA62443-4-1, 62443-4-2
Bureau Veritas 62443Bureau Veritas62443-4-1, 62443-4-2

ISASecure is the historical programme, run by the standard owner ecosystem (ISA / ISCI). The European notified bodies and third party labs (TUV Rheinland, TUV SUD, DEKRA, Bureau Veritas) have built parallel 62443 certification offers, often in conjunction with CE-RED, EN 18031 or CRA preparation. The choice is typically driven by the destination market and existing supplier relationships.

IEC 62443 is not directly mandated by name in most regulations, but it is the de facto reference for the IACS scope across several regulatory frameworks.

The Directive (EU) 2022/2555 (NIS 2) is in force since October 2024. It applies to essential and important entities, including operators of industrial systems in sectors such as energy, water, manufacturing of critical products, chemicals. NIS 2 requires state-of-the-art cybersecurity measures and incident reporting. IEC 62443 is a recognised reference for OT operators when justifying the technical and organisational measures.

The Cyber Resilience Act (Regulation (EU) 2024/2847) becomes applicable December 2027. It sets essential cybersecurity requirements for Products with Digital Elements (PDE) placed on the EU market. IEC 62443-4-1 and 62443-4-2 are expected to underpin conformity for industrial components. For the CRA itself, see Cyber Resilience Act.

The NERC CIP standards (CIP-002 through CIP-014) govern cybersecurity of the North American bulk electric system. CIP and 62443 are conceptually aligned: asset classification, electronic security perimeter, system security management, incident response. Many utilities use 62443 as the technical underpinning of their CIP programme.

NIST SP 800-82 Revision 3, Guide to Operational Technology (OT) Security, published 2023, is the US federal reference for OT cybersecurity. It explicitly cross-references IEC 62443 and the NIST SP 800-53 control catalogue, providing a mapping for US operators that need to bridge both worlds.

A recurring confusion in projects is the assumption that an ISO 27001-certified Information Security Management System (ISMS) covers the OT cybersecurity scope. It does not.

DimensionISO 27001 (IT)IEC 62443 (OT)
Primary scopeInformation assets, IT infrastructureIndustrial automation and control systems
Priority orderConfidentiality > Integrity > AvailabilitySafety > Availability > Integrity > Confidentiality
Key conceptISMS, Annex A controlsZones and conduits, Security Levels, FRs
Audited evidencePolicies, procedures, control recordsRisk assessment, system design, component capability
Typical assetServer, workstation, applicationPLC, drive, RTU, safety controller
Threat model anchorData breach, financial fraudProcess upset, equipment damage, safety incident

The two standards share conceptual building blocks (risk-based approach, governance, controls catalogue) and are often run in parallel by industrial operators: ISO 27001 for the corporate IT perimeter, IEC 62443 for the OT perimeter. A certified ISO 27001 ISMS does not satisfy 62443, and conversely a 62443 component certificate does not cover the corporate IT.

Step-by-step approach for a component manufacturer

Section titled “Step-by-step approach for a component manufacturer”

The typical sequence for an electronics company developing an industrial automation device (PLC, drive, RTU, edge gateway) that wants to enter the 62443 evaluation track.

  1. Define the product class (Software Application, Embedded Device, Host Device, Network Device per 62443-4-2) and the target SL-C per FR.
  2. Stand up the SDL along the eight 62443-4-1 practice areas (SM, SR, SD, SI, SVV, DM, SUM, SG), including roles, training and process records.
  3. Build the threat model and the security requirements specification (SR practice), tracing to the FRs at the target SL.
  4. Apply secure design patterns (SD): defence in depth, attack surface reduction, secure boot, signed firmware, hardware root of trust where relevant.
  5. Implement and verify (SI, SVV): coding standards, static and dynamic analysis, fuzzing, penetration testing, with results tracked in the defect management database (DM).
  6. Establish the SUM process (Security Update Management): patch delivery channel, customer notification, end-of-support policy, signed update mechanism. This is often the weakest area in first audits.
  7. Document the SG (Security Guidelines): hardening guide, secure default configuration, operational guidance for the user.
  8. Engage a third party lab (ISASecure, TUV Rheinland, TUV SUD, DEKRA, Bureau Veritas) for the SDLA process audit (62443-4-1) and the CSA component audit (62443-4-2).
  9. Maintain the certificate: re-audit on major releases, monitor vulnerability reports, run the SUM cycle on findings.
  10. Map to regulatory hooks: CRA preparation in the EU, NIS 2 evidence for downstream operators, NERC CIP for North American electric utility customers, NIST SP 800-82r3 for US federal customers.

For cross-cutting orders of magnitude per phase, see certification timeline.

PitfallConsequence
Starting with 62443-4-2 SL-1 component requirements without doing 62443-3-2 zone and conduit risk assessment firstComponent over- or under-engineered, no justification of the chosen SL-T, dossier rebuilt
Missing 62443-4-1 SDL evidence (process records, threat model, defect database)Audit blocked at the SDLA stage, component evaluation cannot start
Confusing SL-C (capability) with SL-A (achieved) in customer-facing claimsMisleading commercial statements, customer dispute, contractual exposure
Neglecting the Security Update Management practice (SUM) of 62443-4-1No defensible patch process, regulatory exposure under CRA and NIS 2, customer complaints
Assuming ISO 27001 ISMS covers OT cybersecurityOT perimeter unprotected, NIS 2 non-conformity for the IACS scope
Ignoring the Purdue model network segmentationZone definitions not defensible, conduit controls weak, integrator audits fail
Confusing IT and OT priorities (placing confidentiality above availability and safety)Inappropriate controls (heavy crypto on time-critical loops, blocking updates), operational incidents
Treating 62443 as a one-shot certificationProgramme decays after first audit, re-certification surprises on major releases

Sources & references

  1. IEC 62443 series (IEC TC 65 / WG 10) , IEC webstore.iec.ch/en/searchform&q=62443
  2. ISA-99 / ISA 62443 committee , International Society of Automation www.isa.org/standards-and-publications/isa-standards/isa-iec-62443-series-of-standards
  3. ISASecure certification programme , ISA Security Compliance Institute www.isasecure.org/
  4. NIS 2 Directive (Directive (EU) 2022/2555) , EUR-Lex eur-lex.europa.eu/eli/dir/2022/2555/oj
  5. Cyber Resilience Act (Regulation (EU) 2024/2847) , EUR-Lex eur-lex.europa.eu/eli/reg/2024/2847/oj
  6. NIST SP 800-82 Rev. 3, Guide to Operational Technology (OT) Security , NIST csrc.nist.gov/pubs/sp/800/82/r3/final
  7. NERC CIP standards (Critical Infrastructure Protection) , North American Electric Reliability Corporation www.nerc.com/pa/Stand/Pages/CIPStandards.aspx