Skip to content
Back to Blog
·10 min read·technology

OT and SCADA Security for Indian Manufacturing Plants

Why IT security assumptions fail on OT networks, the Purdue model for segmentation, safe passive assessment, and a hardening roadmap for Indian plants.

BR

Bachao.AI Research Team

Cybersecurity Research

Scan Your Attack Surface

Security exposure this creates

Unpatched vulnerabilities in your tech stack are the #1 entry point for breaches targeting Indian businesses. Here's what to watch.

OT and SCADA security fails on the factory floor when plants apply IT security assumptions to control systems never designed for them. PLCs, HMIs, SCADA servers, and historians on Indian factory floors often run 15-25 years, cannot tolerate an unscheduled reboot or a routine vulnerability scan without risking a safety incident or stoppage, and were engineered for availability and physical safety first, confidentiality a distant third. As IT and OT networks converge for remote monitoring, MES integration, and vendor support, that mismatch becomes an attack path: an attacker who lands in the enterprise IT zone via phishing can often pivot straight into the control zone because segmentation was never enforced. The fix: a layered reference architecture (the Purdue model), passive-first assessment discipline, and a prioritised hardening roadmap that respects safety and uptime constraints.

Why IT security assumptions break on the factory floor

Enterprise IT security defaults to patch fast, scan aggressively, and assume endpoints can reboot on short refresh cycles. None of those defaults hold on an OT network.

A PLC controlling a conveyor or chiller may have been commissioned a decade ago, running vendor-unsupported firmware on an operating system that cannot accept modern patches without voiding a safety case. An HMI touchscreen is frequently a thin client with a shared operator login, because individual accounts were judged too slow for shift handovers. A historian server aggregating process data may be the one Windows box IT actually manages — and therefore the one most reachable through a support VPN.

⚠️
WARNING
A standard IT vulnerability scan can crash a legacy PLC or unsupported embedded controller outright. Malformed packets or even normal scan traffic volume can disrupt fragile industrial protocol stacks never built to withstand internet-style scanning. This risk is repeatedly cited in NIST SP 800-82 and ICS incident-response guidance — never point a generic IT scanner at a live production control network.

The result is a control environment that is mission-critical yet under-instrumented: little security telemetry, unmanaged legacy assets, operators trained on process safety, not cyber hygiene. Attackers do not need a novel technique to exploit this gap — only to find where IT and OT now touch.

The IT/OT convergence risk

Fifteen years ago most Indian plant control networks were genuinely air-gapped: no routable path existed between the corporate network and the SCADA/DCS environment. That isolation has eroded as plants adopted remote OEM support, cloud production dashboards, predictive-maintenance sensors, and MES/ERP integrations pulling real-time production data into business systems. Each is a legitimate business need — and each is also a new routable path into a control network built with almost no internal authentication.

This is IT/OT convergence, the most consequential trend in industrial security over the past decade. The reference cases the field cites are Stuxnet (2010), which showed a sufficiently resourced actor could reach and manipulate industrial controllers (Siemens PLCs) to cause physical process damage, and the Ukraine power grid attacks of December 2015 and December 2016, where attackers used IT-side compromise — spear-phishing, stolen credentials, remote access tools — to pivot into operational networks and directly manipulate breaker controls, causing real outages.

Industry ICS/OT threat-landscape research consistently documents that ransomware groups increasingly target IT infrastructure at industrial organisations, since a ransomware event on the IT side alone is often enough to force a plant shutdown without the attacker ever touching the control network.

2010Year Stuxnet demonstrated PLC-targeting malware causing physical process manipulation (publicly documented, multiple independent researchers)
2015-2016Ukraine grid attacks — IT-side compromise pivoted into OT breaker control, causing real outages (publicly documented incident reports)
🚨
DANGER
The most common real-world OT compromise path in the last decade has not been a novel zero-day against a PLC. It has been credential theft or phishing on the IT side, followed by lateral movement across a flat, weakly segmented network into systems assumed isolated. Segmentation enforcement, not exotic ICS malware defence, is where most Indian plants get the most risk reduction for the effort spent.

The Purdue model: a segmentation reference for OT and SCADA security

The Purdue Enterprise Reference Architecture is the industry-standard model for laying out zones between enterprise IT and plant-floor control systems, and remains the segmentation framework most widely referenced in NIST SP 800-82 and ISA/IEC 62443 guidance. It is not a product — it is a layered reference for deciding what should and should not be able to talk to what.

graph TD A[Level 5 Enterprise IT network] --> B[Level 4 Business systems ERP email] B --> C[DMZ segmentation zone] C --> D[Level 3 Operations supervisory zone MES historian] D --> E[Level 2 Control zone SCADA HMI engineering workstation] E --> F[Level 1 to 0 Process and field devices PLC RTU sensors actuators] G[Attacker phishing or stolen VPN credential] --> A A -.pivot attempt.-> C C -.pivot attempt.-> D style A fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style B fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style C fill:#1e3d2f,stroke:#10B981,color:#e2e8f0 style D fill:#1e3a5f,stroke:#3B82F6,color:#e2e8f0 style E fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style F fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0 style G fill:#5f1e1e,stroke:#EF4444,color:#e2e8f0

The DMZ between Level 4 (business systems) and Level 3 (operations/supervisory) is the single most important control here. It should be the only place data crosses between IT and OT, via brokered flows — historian replication, patch relay servers, jump hosts with logged, time-boxed access — never a direct path from a business-network workstation into a control-zone HMI.

🛡️
SECURITY
If your engineering workstations, HMIs, or SCADA servers can reach the internet directly, or be reached directly from corporate Wi-Fi/VPN without passing through a DMZ jump host, you do not have Purdue-style segmentation — you have a flat network with a diagram that says otherwise. Verify this with network captures and firewall rule review, not the diagram on file.

Levels 2 and 1-0 — the control zone and field devices — should never be directly reachable from Level 3 without defined, monitored interfaces, and never reachable from Level 4/5 except through the DMZ broker. This maps onto ISA/IEC 62443's "zones and conduits" concept: each zone has a defined security level, and every conduit is an explicit, documented exception — never a default.

Know your vulnerabilities before attackers do

Run a free VAPT scan — takes 5 minutes, no signup required.

Book Your Free Scan

Safe assessment practice: passive first, always

The most damaging mistake an assessor can make on a live plant network is treating it like an IT network. NIST SP 800-82 is explicit that some control devices cannot tolerate active scanning at all.

Assessment techniqueIT networkLive production OT network
Active vulnerability scanningStandard practiceAvoid on control-zone assets; only with vendor sign-off, in a maintenance window
Passive traffic analysis (span port, tap)SupplementaryPrimary technique — reveals assets and protocols with zero risk to availability
Asset inventory via drawings + walkdownRarely necessaryEssential — many legacy devices will not respond reliably to network discovery
Credentialed authentication testingCommonHigh caution — testing shared credentials on a live HMI can lock out an operator mid-shift
Firmware/configuration reviewStandardPreferred over live testing — review offline copies or vendor documentation
Exploitation attemptsStandard, within scopeReserve for isolated test/replica environments, never production control devices
💡
TIP
A safe sequence: start with passive traffic capture from a tap or span port to build an asset and communications inventory without touching a device; cross-check against engineering drawings and a physical walkdown; only then consider narrowly-scoped active testing on non-production or replica assets, in a planned maintenance window, with plant engineering and safety sign-off — never unilaterally by an outside assessor.

Any assessment on a live plant network needs sign-off from plant operations and safety leadership, not just an IT security mandate — the assessor does not carry the same accountability for a stoppage as the plant engineering team does.

🎯Key Takeaway
OT security failures in Indian manufacturing are rarely caused by attackers discovering a novel PLC exploit. They are caused by flat IT/OT networks that let a routine IT compromise — phishing, a stolen credential, a weak remote-access password — pivot straight into a control environment assumed to be isolated. The Purdue model's DMZ layer, enforced with actual firewall rules rather than a diagram on file, plus passive-first assessment discipline that never runs an aggressive scan against a live PLC, is where a mid-sized plant gets the most real risk reduction.

A prioritised hardening roadmap for a mid-sized plant

Most Indian plants cannot re-architect their control network in one project. A realistic roadmap sequences by risk reduction per unit of disruption, starting with the lowest-disruption, highest-leverage steps.

  1. Build a passive asset inventory first. You cannot segment or protect what you have not mapped.
  2. Close the flattest, highest-risk paths. Remove any direct route between corporate Wi-Fi and control-zone devices — often the highest-leverage fix, needing only firewall and VLAN correction.
  3. Establish a real DMZ broker for IT-OT data flows. Historian replication, OEM support, and MES integration should route through a documented DMZ, never a direct connection.
  4. Eliminate shared and default engineering credentials. A commonly found OT weakness; move to individual, role-based accounts where supported.
  5. Control and log all remote vendor access. Unmanaged, always-on VPN access is a standing pivot path; move to time-boxed, approval-gated sessions.
  6. Risk-rank unsupported legacy controllers. Where a device cannot be patched or replaced soon, compensate with network-layer isolation and monitoring.
  7. Introduce passive OT monitoring. Once segmented, this gives visibility into unusual protocol traffic or new devices.
  8. Formalise OT change control and incident response, aligned to ISA/IEC 62443 zone-and-conduit documentation, so any future conduit exception is deliberate and logged.
pie showData title Illustrative OT weaknesses found in assessments "Flat network no IT OT segmentation" : 35 "Unsupported legacy controllers" : 25 "Shared engineering credentials" : 22 "Unmanaged remote vendor access" : 18

Figures above are illustrative of commonly reported OT weakness categories, not a measured statistic from a single named study — used to show the typical shape of findings, not a precise count.

ℹ️
INFO
None of the eight steps above require touching a PLC's runtime logic or safety configuration. Every one is a network, credential, or process control implemented around the control system without modifying certified control logic — exactly why they are the right starting point for a plant that cannot risk downtime for security work.

Where this fits with broader IT security posture

OT hardening does not happen in isolation from IT security posture. Because the most common pivot path starts on the IT side, enterprise IT hygiene — patching, MFA, phishing resistance, endpoint detection — is itself a prerequisite for OT security, not a separate workstream. A plant with strong Purdue-style segmentation but weak IT-side authentication has simply moved the weakest link, not removed it.

ISA/IEC 62443 provides the detailed control catalogue for zones, conduits, and system security levels, and NIST SP 800-82 remains the most complete public guide for operational technology environments; both are referenced extensively by CERT-In advisories covering ICS/SCADA vulnerabilities relevant to Indian manufacturing. See cert-in.org.in and nist.gov for current guidance.

ℹ️
NOTE
Bachao.AI's core platform is built for IT-side continuous vulnerability assessment and penetration testing; OT/ICS-specific engagements requiring access to control-zone assets are delivered with a CERT-In empanelled partner where that applies. Securing the IT-side entry points most OT incidents originate from is a meaningful, low-risk starting point that needs no access to the plant floor.

A free VAPT scan from Bachao.AI is a reasonable first step for the IT-side network and remote-access surface most OT compromises pivot through, and the Bachao.AI blog covers related IT/OT risk topics. Dhisattva AI Pvt Ltd, the company behind Bachao.AI, builds continuous vulnerability visibility so manufacturers are not relying on a single point-in-time audit for a network that changes with every new vendor connection.

Frequently Asked Questions

What is OT and SCADA security, and how is it different from IT security?
OT and SCADA security protects the systems that monitor and control physical industrial processes — PLCs, HMIs, SCADA servers, and historians — and it differs from IT security because these systems prioritise availability and physical safety over confidentiality, and often cannot tolerate the reboots or aggressive scanning IT security treats as routine.
Why is IT/OT convergence a security risk for Indian manufacturing plants?
Remote OEM support, cloud dashboards, and MES/ERP integration create new routable paths between internet-reachable IT networks and control networks historically isolated, so an attacker who compromises IT credentials through phishing can pivot into the control environment if segmentation is not enforced.
Is it safe to run a normal vulnerability scanner against a live plant SCADA network?
No. Active IT-style scanning can disrupt or crash legacy PLCs never built to withstand scan traffic; NIST SP 800-82 recommends passive traffic analysis, physical walkdowns, and offline configuration review as the primary techniques on live production OT networks.
What is the Purdue model and why does it matter for plant security?
The Purdue Enterprise Reference Architecture is a layered zone model — from enterprise IT through a DMZ, operations/supervisory systems, control systems, to field devices — used to define what should and should not communicate directly, cited in NIST SP 800-82 and ISA/IEC 62443 guidance.
What is the single highest-leverage first step for a plant with limited security budget?
Building a passive, network-based asset inventory, then closing any direct route between the corporate network and control-zone devices — most plants get significant risk reduction from correcting flat network segmentation before spending on any new security product.
Does Bachao.AI perform OT or ICS-specific security assessments?
Bachao.AI's core platform delivers continuous IT-side vulnerability assessment and penetration testing; OT/ICS engagements requiring direct access to control-zone assets are delivered with a CERT-In empanelled partner where that applies, since most real-world OT incidents originate through IT-side compromise the core platform addresses.
BR

Bachao.AI Research Team

Cybersecurity Research

AI-powered security research and threat intelligence from the Bachao.AI team. Covering the latest vulnerabilities, CVEs, and cybersecurity developments affecting Indian businesses.

Get cybersecurity insights for Indian SMBs

Weekly vulnerability alerts, DPDP compliance tips, and security guides. No spam — unsubscribe anytime.

We respect your privacy. Your email is never shared.

Find out if you're exposed to this class of threat

Free automated scan — risk score in under 2 hours. No credit card required.

Scan Your Attack Surface
Find your vulnerabilitiesStart free scan →