Academy Program

SecureOPS: Detection & Response

What a security operations program for critical infrastructure actually watches, how to build detection that matters, and how to respond to and investigate an incident without making it worse.

SOC analysts, incident responders, and security engineers 2 courses 8 lessons 48 minutes
Learning Path

Structured program journey.

Every program uses this fixed template so admin-created content appears as a polished, consistent Academy experience without editing code.

Security Operations for Critical Infrastructure

How OT-aware security operations differs from a conventional SOC: what to watch, how to build detection use cases that matter, how to triage without drowning in noise, and where telemetry actually comes from.

What a SOC Actually Watches in OT Environments

A security operations program built for IT and pointed unchanged at an OT environment usually fails quietly: it generates alerts nobody trusts, misses the events that actually matter, and burns analyst attention on noise. Watching OT correctly starts with accepting that the environment behaves differently and needs to be monitored differently. OT networks are far more predictable than IT networks in normal operation -- the same PLC talks to the same HMI on the same schedule, day after day, because industrial processes are repetitive by nature. This predictability is an advantage: it means baseline deviation (a new device appearing, a command sent outside the normal pattern, communication to an unexpected destination) is a much stronger and cleaner signal in OT than the equivalent would be on a chaotic corporate IT network full of legitimately varied user behavior. A mature OT-aware SOC watches for categories that a conventional IT SOC often does not prioritize: new or unauthorized devices appearing on the OT network, engineering workstation activity outside approved change windows, command sequences to controllers that fall outside normal operational patterns, communication attempts across segmentation boundaries that should not exist, and authentication activity on remote access paths used by vendors and third parties. Just as important as what to watch is what not to over-alert on: a SOC that treats every protocol anomaly with the same urgency as a confirmed unauthorized command will exhaust its analysts and lose credibility with operations teams, who will start dismissing alerts by default -- which is precisely the failure mode a security program cannot afford in a critical facility.

6 min Not started
Open

Building Detection Use Cases Around Real Threats

A detection use case is only valuable if it is built around a specific, credible threat scenario -- not a generic 'detect malware' aspiration that nobody can actually validate or tune. The most effective OT detection programs work backward from realistic attack scenarios, often grounded in frameworks like MITRE ATT&CK for ICS, rather than forward from whatever data happens to be easiest to collect. A well-formed use case names the threat scenario explicitly -- for example, 'unauthorized engineering workstation used to push a configuration change to a PLC outside an approved maintenance window' -- and then defines exactly what data source would reveal it (engineering workstation logs, PLC command logs, change management system records), what the detection logic actually looks for, what a true positive looks like versus a false positive, and what the response action should be if it fires. Building use cases this way forces a useful discipline: if you cannot name the data source that would reveal the scenario, you do not actually have detection coverage for it, no matter what your security architecture diagram claims. This is one of the most common gaps auditors find -- a control that looks complete on paper but has no corresponding, tested detection logic behind it. Prioritization matters as much as construction: a small number of high-confidence use cases tied to your organization's most consequential threat scenarios (informed by your risk register, not a generic industry list) will deliver more real security value than a large number of shallow, low-confidence rules that mostly generate noise.

6 min Not started
Open

Alert Triage and Escalation Without Alert Fatigue

Alert fatigue is not a minor inconvenience for a SOC -- it is a direct security failure mode, because an analyst who has learned to dismiss alerts by default will eventually dismiss the one that mattered. In OT environments, where a missed critical alert can have safety or availability consequences, controlling alert volume and quality is a security control in its own right, not just an operational efficiency concern. Effective triage starts with tiering: not every alert deserves the same response speed. A confirmed unauthorized command to a safety-critical controller demands immediate escalation; a low-confidence protocol anomaly on a non-critical monitoring segment can be queued for review during business hours. Programs that treat every alert with uniform urgency train analysts to stop distinguishing between them, which defeats the purpose of tiering entirely. Context enrichment dramatically improves triage speed and accuracy: an alert that arrives with the asset's criticality, its normal behavior baseline, its current maintenance status, and its owner already attached can be assessed in seconds. The same alert with no context requires the analyst to manually chase down all of that information first -- often taking longer than the investigation itself. Escalation paths need to be explicit and rehearsed before an incident happens, not designed during one. Who gets called for a confirmed OT security event, at what severity, through what channel, and what operational authority does that person have to request a process change or isolation action -- these questions should have clear, tested answers, because discovering the answer live during an active incident costs time that a safety-relevant scenario may not allow.

6 min Not started
Open

Telemetry Sources: Logs, Network, Endpoint, and Historian Data

Detection is only as good as the telemetry feeding it, and OT environments have data sources that a conventional IT-focused SOC often overlooks entirely -- while also lacking some sources IT security teams take for granted, like widely deployed endpoint agents on legacy controllers. Network telemetry is usually the richest and least intrusive source in OT, because passive network monitoring (via a network tap or span port) can observe traffic and protocol behavior without touching the controllers themselves -- critical, since many legacy devices cannot safely run additional software or tolerate active scanning. Deep packet inspection tuned for industrial protocols (Modbus, DNP3, OPC, and others) can reveal specific commands, not just traffic volume, which is what enables detection use cases like 'unauthorized write command to a specific register.' Endpoint telemetry is available where it makes sense -- engineering workstations, HMIs, SCADA servers, and jump hosts typically run modern operating systems that can support logging and, where operationally appropriate, endpoint detection agents -- but should never be assumed available on the controllers and field devices themselves. Historian data -- the time-series process data every industrial facility already collects for operational reasons -- is an underused security asset. Because historians already record process values over time, they can reveal physical-layer consequences of a cyber event (a pressure or flow reading that deviates in a way that correlates with a suspicious network event) that no purely cyber-focused telemetry source would catch on its own. Correlating cyber telemetry with process telemetry is one of the more advanced but genuinely valuable practices a mature OT SecureOPS program can build toward.

6 min Not started
Open

Incident Response & Threat Intelligence for ICS

MITRE ATT&CK for ICS as a working framework, real lessons from OT ransomware incidents, how to build an OT-specific incident response plan, and how forensics and evidence handling differ when physical processes are involved.

MITRE ATT&CK for ICS: A Practical Primer

MITRE ATT&CK for ICS is a knowledge base of real, observed adversary tactics and techniques specifically targeting industrial control systems, and its practical value is that it gives defenders a shared, evidence-based vocabulary instead of guessing what an OT attack might look like. The framework is organized into tactics -- the adversary's goal at a given stage, such as Initial Access, Execution, Persistence, Evasion, Discovery, Lateral Movement, Collection, Command and Control, Inhibit Response Function, Impair Process Control, and Impact -- with specific techniques documented under each. Notably, ICS-specific tactics like 'Inhibit Response Function' (disabling alarms, safety functions, or logging so operators cannot respond) and 'Impair Process Control' (manipulating control logic or parameters to damage or disrupt a physical process) capture consequences that a generic IT-focused framework simply does not represent. For a security team, ATT&CK for ICS is most useful as a coverage-mapping tool: for each technique relevant to your environment, you can ask honestly whether you have a detection use case, a preventive control, or neither -- turning an abstract sense of 'we're probably covered' into a concrete, technique-by-technique gap analysis that can directly inform where the next security investment should go. It is also grounded in real incidents -- techniques in the framework are drawn from documented attacks against industrial environments, including well-known cases affecting power grids and safety systems, which means studying ATT&CK for ICS is, in effect, studying the actual history of how OT environments have been compromised, not a theoretical exercise.

6 min Not started
Open

Ransomware in OT: Real Cases and Lessons Learned

Most ransomware that has caused OT operational impact did not directly encrypt PLCs or field controllers -- it encrypted IT systems, and the operator made the decision to shut down OT operations as a precaution because they could no longer trust or verify the integrity of systems connected to the affected IT environment. This distinction matters enormously for how an organization should prepare. The well-known 2021 pipeline ransomware incident in the United States is a clear example: the ransomware hit corporate IT systems, including billing, and the operator proactively shut down pipeline operations because billing and operational systems were not confidently segmented enough to guarantee the OT side was unaffected -- resulting in days of fuel supply disruption from an attack that, technically, never touched the pipeline's control systems directly. The lesson is not 'segmentation failed' in a narrow technical sense -- it is that uncertainty about segmentation integrity was itself enough to force an operational shutdown, which is exactly why segmentation has to be provable, tested, and documented, not just assumed. A second consistent lesson across OT ransomware cases: organizations that had a rehearsed, OT-specific incident response and business continuity plan recovered meaningfully faster than those improvising in real time, because they had already answered questions like 'how do we verify a system is clean before reconnecting it to the OT network' before they needed the answer under pressure. The practical takeaway is that ransomware resilience for OT depends heavily on IT/OT segmentation that can be demonstrated and trusted under stress, offline and tested backups for both IT and OT-relevant systems, and a documented decision process for when and how to isolate OT from a compromised IT environment -- made in advance, not improvised during the incident.

6 min Not started
Open

Building an OT Incident Response Plan

A generic corporate incident response plan, applied unmodified to an OT event, will make dangerous assumptions -- that systems can be isolated instantly without operational consequence, that forensic imaging is straightforward, and that 'contain and eradicate' can happen on IT timescales. An OT incident response plan has to be built around the reality that physical processes are involved. The plan needs joint ownership between security and operations/engineering from the start -- not a security team that writes a plan and hands it to operations to execute. Isolation decisions in particular must be made jointly: disconnecting a system from the network can be the right call, or it can itself cause an unsafe or uncontrolled process state, and only someone who understands the physical process can make that judgment safely. A good OT IR plan defines, in advance: who has the authority to isolate a system or shut down a process for security reasons, what the safe isolation procedure is for each critical asset class (because 'unplug it' is not always safe), how to preserve evidence without disrupting recovery timelines the business cannot absorb, and who external stakeholders are -- regulators, sector-specific information sharing organizations, law enforcement, insurers -- and when each needs to be notified. Tabletop exercises are the single most valuable preparation activity: walking through a realistic scenario (a suspicious command detected on a safety-critical controller, for example) with the actual people who would respond reveals gaps -- unclear authority, missing contact information, untested assumptions about backup integrity -- far more cheaply than discovering them during a real incident.

6 min Not started
Open

Forensics and Evidence Handling in Industrial Environments

OT forensics differs from IT forensics in ways that catch even experienced IT incident responders off guard: many field devices have no persistent storage to image, limited or no logging capability, and physically disconnecting a device to preserve evidence can itself have safety or availability consequences that a typical IT forensic playbook never has to consider. A practical OT forensics approach prioritizes evidence sources that can be collected without disrupting the process: network capture from passive taps (already discussed as a core telemetry source), historian data showing process behavior before, during, and after the event, engineering workstation and jump host logs, and physical access logs for the facility or cabinet in question. Where a controller itself must be examined, this should happen through a coordinated, engineering-approved process -- often during a planned outage -- rather than an improvised live forensic action that risks destabilizing the process. Chain of custody matters just as much in OT as IT, and arguably more, given the likelihood of regulatory involvement after a significant critical infrastructure incident: every piece of evidence -- network captures, historian exports, configuration snapshots, physical access records -- should be logged with who collected it, when, how, and how its integrity was preserved, because that evidence may later need to withstand scrutiny from a regulator, insurer, or legal proceeding. Finally, OT forensic investigations benefit enormously from having a known-good configuration baseline captured before an incident ever happens -- comparing a suspect system's current state against a trusted prior baseline is often far faster and more reliable than attempting to reconstruct 'normal' from scratch during an active investigation.

6 min Not started
Open