SOT-001 — CompTIA SecOT+ V1 Cheat Sheet

Cheat sheet: independent review for CompTIA SecOT+ V1 (SOT-001): OT architecture, controls, monitoring, incident response, risk, and exam decision points.

Use the tables for a quick pre-exam check. Expand a topic’s notes for explanations, examples, and additional distinctions.

Scope and study context
ItemDetail
Vendor / providerCompTIA
Official exam titleCompTIA SecOT+ V1 (SOT-001)
Official exam codeSOT-001
Review focusSecurity of OT, ICS, industrial environments, and supporting IT/OT operations
Best next study stepUse original practice questions to test decisions under scenario pressure

For efficient SOT-001 preparation:

  1. Review the tables above for 20–30 minutes.
  2. Start with topic drills on OT architecture, asset inventory, segmentation, and incident response.
  3. After each missed question, write down the decision rule you missed.
  4. Use original practice questions to force scenario-based judgment, not memorization.
  5. Move to mixed sets only after your weak topics are improving.
  6. Use detailed explanations to compare your reasoning with the safest operational answer.
  7. Finish with timed mock exams to practice pacing and decision confidence.

CompTIA SecOT+ V1 (SOT-001) Exam Focus

Use this Cheat Sheet as independent review support for CompTIA SecOT+ V1 (SOT-001). It is organized around high-yield operational technology security decisions: architecture, monitoring, controls, vulnerability handling, identity, remote access, incident response, and risk.

Core Exam Mental Model

If the question says…Think firstCommon trap
Plant floor, controller, safety impact, production outageOT/ICS risk, safety, availabilityApplying pure IT response without process approval
Legacy protocol, PLC, HMI, RTU, DCSCompensating controls and segmentationAssuming encryption/authentication exists
Vendor remote supportMFA, PAM, jump host, time-bound access, loggingDirect VPN into control network
Suspicious controller writeEngineering workstation validation, change window, process impactBlocking traffic without operations coordination
Vulnerability on critical OT assetRisk-based patching, testing, maintenance windowScanning/patching aggressively like IT endpoints
Need visibility without disruptionPassive discovery, SPAN/TAP, OT-aware IDSActive scanning of fragile controllers
IT/OT data sharingIndustrial DMZ, broker/historian replica, least privilegeDirect enterprise-to-PLC access

IT vs OT Security Priorities

AreaIT emphasisOT/ICS emphasisSOT-001 decision point
Primary objectiveData protection and business servicesSafety, availability, process integrityDo not choose controls that endanger safe operations
CIA priorityOften confidentiality firstAvailability and integrity often firstConfidentiality still matters, but downtime can be critical
Change frequencyFrequent patching and updatesControlled, tested, scheduled changesPrefer maintenance windows and rollback plans
Asset lifecycleShorter refresh cyclesLong-lived equipment, legacy OS/protocolsUse compensating controls when upgrades are impractical
MonitoringEndpoint/log heavyNetwork behavior, protocol commands, asset baselinesPassive monitoring is often preferred
Incident containmentIsolate, reimage, block quicklyCoordinate with operations and safety teamsContainment must account for process state
Acceptable downtimeOften recoverable with DRMay cause safety, production, environmental impactRecovery planning must include process restart

OT/ICS Architecture Reference

Purdue Model and Security Zones

LevelTypical systemsSecurity focusExam cues
0Sensors, actuators, valves, drivesPhysical process safety and integrityDirect process manipulation risk
1PLCs, RTUs, IEDs, controllersController logic, deterministic controlUnauthorized writes are high severity
2HMI, engineering workstation, local SCADAOperator visibility and controlProtect engineering tools and HMI accounts
3Site operations, historian, batch servers, OT ADOT services and plant operationsStrong segmentation from enterprise IT
3.5Industrial DMZControlled data exchangePreferred place for brokers, jump hosts, replicas
4Enterprise ITBusiness apps, users, corporate identityNo direct control network access
5External/cloud/partnersRemote access, analytics, vendorsBrokered, monitored, least-privilege connections
Notes and examples

Architecture Patterns

PatternUse whenKey controlsAvoid
Industrial DMZIT and OT must exchange dataFirewalls, proxies, historian replica, jump server, brokerDirect enterprise connection to controllers
Jump hostAdmin or vendor access into OTMFA, PAM, session recording, allowlist, approval workflowShared unmanaged admin workstation
One-way transfer/data diodeData must leave OT with minimal inbound riskUnidirectional gateway, replicated data servicesAssuming it supports all interactive admin tasks
Separate OT identity boundaryOT has different uptime/risk needs than ITDedicated OT AD or hardened identity servicesBlind trust between enterprise and OT domains
Remote vendor access gatewayVendor support is requiredTime-limited access, MFA, logging, named accountsAlways-on VPN with broad network reach
Out-of-band managementNormal network may be unavailableSeparate management path, break-glass processUncontrolled modems or undocumented backdoors

Core OT and ICS Terms

TermWhat to remember for SOT-001-style scenarios
OTTechnology that monitors or controls physical processes.
ICSIndustrial control system; broad category including SCADA, DCS, PLCs, RTUs, HMIs, and related systems.
SCADASupervisory control and data acquisition; often geographically distributed.
DCSDistributed control system; commonly used in plants and continuous processes.
PLCProgrammable logic controller; directly controls equipment and logic.
RTURemote terminal unit; common in remote monitoring/control environments.
HMIHuman-machine interface; operator workstation for viewing and controlling processes.
Engineering workstationUsed to program/configure PLCs and control devices; high-value target.
HistorianCollects and stores process data; often bridges OT and enterprise reporting.
SISSafety instrumented system; designed to move process to safe state. Treat as highly critical.
Sensors and actuatorsField-level devices that measure and affect the physical process.
Jump serverControlled access point into OT networks; should be monitored and hardened.
OT DMZBuffer zone between IT and OT networks; reduces direct connectivity.
ConduitControlled communication path between zones.
ZoneGroup of assets with similar trust level, function, or risk.

Purdue Model Cheat Sheet

The Purdue model is a common way to reason about industrial environments. Exact implementations vary, but the concept is high-yield: separate enterprise IT, OT operations, control systems, and field devices.

LevelTypical systemsSecurity focus
Level 0Sensors, actuators, physical processPhysical safety, tamper resistance, reliable signaling
Level 1PLCs, RTUs, I/O controllersControl logic integrity, restricted programming access
Level 2HMIs, engineering workstations, local controlOperator access, endpoint hardening, change control
Level 3Site operations, historians, OT servicesOT authentication, logging, patch coordination, backups
Level 3.5OT DMZ, jump servers, data brokersControlled IT/OT exchange, remote access control
Level 4Enterprise IT systemsBusiness systems, identity, corporate apps
Level 5External/cloud/Internet servicesThird-party access, cloud security, external exposure control

Purdue Model Traps

TrapBetter answer
Allowing direct enterprise-to-PLC accessUse OT DMZ, jump hosts, firewalls, and approved conduits
Treating VLANs as complete security boundariesUse firewall rules, ACLs, monitoring, and segmentation policy
Sending all OT data directly to cloudUse brokered, authenticated, monitored, least-privilege data flows
Giving vendors persistent VPN accessUse time-bound, approved, MFA-protected, logged access
Ignoring historian placementTreat historians as potential IT/OT bridges and monitor them

Key Components and What They Do

ComponentRoleSecurity concernHigh-yield protection
PLCControls machinery/process logicUnauthorized logic changes, unsafe outputsEngineering workstation control, logic backups, write monitoring
RTURemote telemetry/control, often geographically distributedWeak physical security, low bandwidth linksSecure comms path, tamper controls, remote monitoring
DCSDistributed process controlBroad operational impact if compromisedSegmentation, role separation, change control
SCADASupervisory monitoring/control across sitesCentral visibility and control targetHarden servers, monitor commands, protect remote links
HMIOperator interfaceCredential theft, false process viewLeast privilege, screen/session security, patching plan
Engineering workstationPrograms/configures controllersHighest-value OT admin endpointApplication allowlisting, MFA/PAM, removable media control
HistorianStores process dataBridge between OT and ITPlace replicas/brokers in DMZ; control queries and exports
SISSafety instrumented systemShould remain independent and reliableDo not rely on SIS as the only security control
IEDIntelligent electronic device, often in power systemsRemote configuration/control abuseStrong access control and protocol monitoring
IIoT deviceSensor/gateway with network/cloud featuresWeak defaults, supply chain, exposed APIsSecure onboarding, certs, firmware management
OPC server/gatewayIndustrial data interoperabilityOver-broad data accessRestrict tags, authenticate clients, monitor reads/writes

OT Protocol Recognition

Protocol/technologyCommon useSecurity notesExam reminder
Modbus/TCPSimple industrial control messagingOften lacks native authentication/encryptionMonitor function codes, especially writes
DNP3Utilities, remote telemetrySecure variants exist but are not universalValidate implementation, not just protocol name
OPC UAIndustrial interoperabilityCan support authentication, encryption, signingSecure configuration matters
OPC ClassicLegacy Windows/DCOM-based integrationDCOM exposure and Windows hardening issuesSegment and restrict allowed clients
EtherNet/IPIndustrial automation/CIPCommon on plant networksWatch for unauthorized configuration/control traffic
PROFINETIndustrial Ethernet automationReal-time industrial communicationAvailability and segmentation are key
BACnetBuilding automationMay expose HVAC/building controlsTreat facilities systems as security-relevant
MQTTPublish/subscribe telemetryBroker security, TLS, client auth, topic ACLsBroker compromise can expose many devices
SNMPDevice monitoringWeak community strings in older versionsPrefer secure versions/configuration
RDP/SSH/VNCRemote administrationCredential theft and lateral movementUse jump hosts, MFA, logging, allowlists

Security Control Selection Matrix

NeedBest-fit controlWhyWatch for
Discover assets safelyPassive asset discoveryReduces risk to fragile OT devicesMay miss powered-off or silent assets
Stop direct IT-to-OT accessSegmentation and industrial DMZLimits lateral movementVLAN alone is not a complete security boundary
Control vendor sessionsPAM + MFA + jump hostNamed, approved, recorded accessShared vendor accounts reduce accountability
Detect unauthorized PLC writesOT-aware IDS/NDRUnderstands industrial protocolsGeneric IDS may miss process-specific commands
Prevent unknown executablesApplication allowlistingUseful for stable engineering/HMI systemsRequires controlled change process
Protect legacy unpatchable assetsCompensating controlsReduces exposure without unsupported changesDoes not remove the underlying vulnerability
Secure removable mediaUSB control and scanning kioskCommon OT infection pathBlanket bans may fail operationally without alternatives
Reduce credential abuseLeast privilege, RBAC, MFALimits blast radiusMFA must be compatible with uptime and emergency access
Preserve evidenceCentral logs, time sync, packet captureSupports investigationUnsynchronized clocks weaken timelines
Recover controller stateLogic/config backupsEnables validated restorationBackups must be tested and versioned

Segmentation and Network Security

Segmentation Options

ControlStrengthBest useLimitation
VLANLogical separationTraffic organizationNot sufficient alone against routed access
ACLBasic traffic filteringRestrict known flowsCan become hard to manage
FirewallStateful boundary controlZone-to-zone enforcementRules must be specific and reviewed
Industrial firewallOT-aware filteringProtocol-aware control near cells/areasRequires OT protocol understanding
Data diodeUnidirectional flowHigh-assurance outbound data transferNot for interactive control
MicrosegmentationFine-grained host/workload policySensitive servers and mixed environmentsMore operational complexity
NACDevice admission controlPrevent rogue devicesLegacy OT compatibility issues
Air gapPhysical/logical isolationVery high-risk environmentsOften eroded by USB, laptops, vendors, temporary links
Notes and examples

Zone and Conduit Thinking

ConceptMeaningExam application
ZoneGroup of assets with similar risk/security requirementsHMI zone, controller cell, historian zone
ConduitControlled communication path between zonesFirewall rule, proxy, gateway, data diode
Least functionalityOnly required services/protocols are enabledDisable unused ports and services
Default denyBlock unless explicitly allowedStronger than broad allow rules
Trust boundaryPoint where security assumptions changeIT/OT boundary, vendor access, cloud bridge

Segmentation and Network Architecture

Segmentation limits blast radius and controls who can communicate with critical OT assets.

Strong Segmentation Patterns

PatternPurpose
OT DMZPrevents direct IT-to-OT communication
Jump serverCentralizes and logs administrative access
Firewall between zonesEnforces allowed conduits
Data diode / unidirectional gatewayAllows one-way data flow where appropriate
Separate identity boundaryReduces enterprise domain compromise impact
Remote access brokerControls vendor and engineer sessions
Industrial IDS sensorMonitors traffic without disrupting operations
Management networkSeparates administration from process control traffic
Egress allowlistingPrevents uncontrolled outbound connections
Network access controlHelps restrict unauthorized devices where feasible

Segmentation Decision Path

    flowchart TD
	    A[Need communication between IT and OT?] --> B{Is it required for operations?}
	    B -- No --> C[Deny by default]
	    B -- Yes --> D{Can data flow be one-way?}
	    D -- Yes --> E[Use broker, data diode, or controlled publish path]
	    D -- No --> F[Use OT DMZ or jump host]
	    F --> G[Apply MFA, least privilege, logging]
	    G --> H[Restrict ports, protocols, source, destination]
	    H --> I[Monitor and review periodically]

Segmentation Traps

  • “Flat but firewalled at the perimeter” is not enough.
  • VLANs help organize traffic but do not replace policy enforcement.
  • Remote access should not land directly on controllers.
  • Engineering workstations need extra protection because they can change control logic.
  • Historians and reporting servers can become pivot points.
  • Temporary vendor access often becomes permanent if not governed.

Identity, Access, and Remote Access

TopicCorrect approachCommon wrong answer
Operator accessRole-based access tied to dutiesEveryone uses the same HMI admin login
Engineering accessNamed accounts, approval, MFA/PAM, loggingShared engineering account with no session trail
Break-glass accessDocumented, monitored, tested emergency accountUntracked permanent local admin
Service accountsLeast privilege, noninteractive where possible, rotation planDomain admin service accounts
Vendor accessTime-bound, approved, jump host, session recordingPersistent VPN into OT subnet
Passwords on legacy systemsCompensating controls if modern auth is unavailableIgnoring because the asset is “inside OT”
Privileged accessJust-in-time or checked-out credentialsStanding broad privileges
DeprovisioningRemove access after role/vendor changeOrphaned accounts on HMIs and engineering tools

Monitoring and Detection Reference

Data Sources

SourceWhat it revealsNotes
OT NDR/IDSAsset inventory, protocol commands, unusual trafficPrefer passive collection in sensitive networks
Firewall logsZone-crossing traffic, denied attemptsUseful for segmentation validation
HMI logsOperator actions and failed loginsMay require vendor-specific collection
Engineering workstation logsProgramming activity, tool usageHigh-value detection source
PLC/controller eventsMode changes, downloads/uploads, faultsCollection varies by vendor/device
Historian logsData access patterns, abnormal queriesGood IT/OT bridge visibility
Windows/Linux logsAuthentication, process, service, endpoint eventsCorrelate with OT events
EDR/AVMalware and endpoint behaviorValidate compatibility before deployment
NetFlow/metadataCommunication patternsLess detail than packet capture
Packet captureDeep forensic analysisStorage and privacy planning needed
Physical access logsBadge/cabinet accessCorrelate cyber events with local activity
Notes and examples

High-Value Detection Scenarios

DetectionPossible meaningFirst validation step
New device on OT networkRogue laptop, replacement asset, vendor toolCheck asset inventory and change tickets
PLC write from non-engineering hostUnauthorized control actionConfirm source, user, change window
Engineering workstation connecting externallyMalware, vendor tool, misconfigurationReview approved remote access paths
HMI login failuresCredential attack or operator issueIdentify account/source and timing
Controller mode changeMaintenance, fault, or malicious actionConfirm with operations
Unusual protocol function codesReconnaissance or manipulationMap function to asset role
IT host communicating with Level 1/2Segmentation failureReview firewall and routing path
Historian exporting unusual volumeData exfiltration or reporting jobConfirm scheduled jobs and destination
Time sync changeTimeline/evidence impact, device misbehaviorVerify NTP/PTP source and scope
USB execution on HMIRemovable media infection riskIsolate per procedure and preserve evidence

Example Detection Logic

IF industrial_protocol_write
AND source NOT IN approved_engineering_workstations
AND destination IN controller_assets
THEN severity = high
AND action = validate_change_window + notify_OT_operations
IF new_asset_seen
AND zone == control_network
AND asset NOT IN approved_inventory
THEN severity = medium_or_high
AND action = identify_owner + check_physical_location + restrict_if_unapproved
IF remote_access_session
AND user_type == vendor
AND no_ticket_or_approval
THEN severity = high
AND action = suspend_session + notify_access_owner + review_recording

Monitoring, Detection, and Logging

OT monitoring should detect abnormal behavior while preserving availability.

High-Value Data Sources

SourceWhat it can reveal
Passive network sensorsNew devices, unusual protocols, unexpected commands
Firewall logsBlocked attempts, policy violations, remote access activity
Jump server logsAdministrative sessions and file transfers
HMI logsOperator actions and abnormal access
Engineering workstation logsLogic changes, project downloads, programming activity
Historian logsData collection anomalies and access patterns
Domain/authentication logsCredential attacks and lateral movement
Endpoint logsMalware, unauthorized tools, USB use
Backup logsFailed backups or tampering
Physical access logsCorrelation with cabinet or control room activity

Detection Examples

ObservationPossible concern
PLC programming outside maintenance windowUnauthorized logic change
New device communicating with controllersRogue device or undocumented vendor access
HMI connecting to InternetMisconfiguration or compromise
Repeated failed logins to jump hostCredential attack
Historian sending unusual outbound trafficData exfiltration or pivot
Broadcast storm or traffic spikeMisconfiguration, loop, DoS, or malware
Controller mode changePotential process impact
Disabled security agentEvasion or unauthorized change
Time drift across systemsLogging/forensics problem or time-source issue

Monitoring Trap

Do not treat every anomaly as an immediate reason to block traffic. In OT, blocking the wrong flow can disrupt operations. The better answer is usually to validate with operations, check the baseline, assess safety impact, then contain carefully.

Vulnerability, Patch, and Change Management

ActivityIT-style instinctOT-safe approach
Vulnerability scanningRun authenticated scans broadlyUse passive discovery first; test active scans in lab
Patch deploymentPatch quickly after releaseRisk-rank, test, schedule maintenance, define rollback
Unsupported OSReplace immediatelySegment, allowlist, restrict access, plan lifecycle replacement
Firmware updatesApply to all devicesValidate vendor guidance, test device/process impact
Config changesAdmin applies directlyUse change ticket, peer review, backup, rollback
Emergency fixExpedite normal processStill document approval, risk, and recovery plan
Penetration testingTest live productionScope carefully; avoid unsafe actions on controllers
Baseline driftIgnore small changesCompare against approved golden configs
Notes and examples

Vulnerability Triage

FactorRaises priority when…
ExploitabilityPublic exploit, remote access, no authentication
ExposureAsset reachable from less trusted zone
CriticalityControls safety, production, or essential service
Compensating controlsWeak or absent segmentation/monitoring
Patch feasibilityPatch is tested and low-risk
Active indicatorsExploitation attempts or suspicious behavior observed

Vulnerability and Patch Management

OT vulnerability management is risk-based. The goal is not simply to patch fastest; it is to reduce risk without causing unsafe or unplanned disruption.

OT Vulnerability Workflow

  1. Identify affected assets.
  2. Confirm process criticality and exposure.
  3. Check vendor guidance and compatibility.
  4. Test patches or firmware in a lab when possible.
  5. Schedule maintenance windows.
  6. Apply compensating controls if patching must wait.
  7. Monitor for exploitation.
  8. Document risk acceptance if required.
  9. Validate operation after the change.

Risk Factors to Combine

FactorWhy it matters
ExploitabilityIs there a working exploit or active exploitation?
ExposureIs the asset reachable from untrusted networks?
Process criticalityWould compromise affect safety or production?
Compensating controlsSegmentation may reduce immediate risk
Vendor supportUnsupported patches can break systems
Maintenance windowDetermines feasible remediation timing
Asset roleEngineering workstations and historians may be high-value pivots
Recovery capabilityBackups and spares affect response options

Vulnerability Management Traps

MistakeBetter approach
“Patch immediately” for all OT devicesUse tested, scheduled, risk-based patching
Ignoring vulnerable assets because they are internalAssess lateral movement and insider risk
Using only CVSSAdd exposure, exploitability, and process impact
Scanning production with default toolsUse passive discovery or approved safe scans
Applying vendor firmware without validationTest and coordinate with operations
Forgetting compensating controlsUse isolation, ACLs, monitoring, and virtual patching

Incident Response in OT Environments

OT Incident Workflow

    flowchart TD
	    A[Alert or report] --> B[Validate asset and process context]
	    B --> C{Safety impact?}
	    C -->|Yes| D[Engage operations/safety lead immediately]
	    C -->|No| E[Continue technical triage]
	    D --> F[Stabilize process if needed]
	    E --> G[Scope affected assets and network paths]
	    F --> G
	    G --> H{Containment could disrupt process?}
	    H -->|Yes| I[Plan containment with OT operations]
	    H -->|No| J[Apply approved containment]
	    I --> J
	    J --> K[Preserve evidence and logs]
	    K --> L[Eradicate, recover, validate]
	    L --> M[Lessons learned and control updates]
Notes and examples

Phase-by-Phase Reference

PhaseOT-specific actionsAvoid
PreparationAsset inventory, contact tree, offline backups, incident playbooks, tabletop exercisesWaiting until an incident to identify process owners
IdentificationValidate alerts with process context and change windowsTreating every anomaly as malicious without operations input
ContainmentIsolate affected paths, disable accounts, block unauthorized commandsPowering off controllers without approval
EradicationRemove malware, close access path, rotate credentials, correct misconfigurationsReconnecting before root cause is addressed
RecoveryRestore known-good configs, validate logic, monitor process stabilityAssuming IT system recovery equals process recovery
Lessons learnedUpdate detections, firewall rules, access procedures, inventoryClosing ticket without control improvement

Containment Decision Table

SituationPreferred containmentWhy
Stolen vendor credentialDisable account/session, rotate secrets, review recordingsStops access without disrupting controllers
Unauthorized PLC write in progressCoordinate with operations; block source path if safePrevents further manipulation while managing process risk
Malware on engineering workstationRemove from network, preserve image/logs, use clean workstationProtects controller programming environment
Rogue device in OT switchIdentify port/location, disable or quarantine if approvedLimits unknown access
Compromised historian replica in DMZIsolate DMZ host, preserve data, protect upstream OT linksPrevents pivot into OT
Ransomware on HMIIsolate endpoint, maintain safe operation via alternate interface if availableAvoids uncontrolled shutdown

Incident Response in OT Environments

OT incident response must be planned with operations and engineering teams before an incident occurs.

OT Incident Priorities

  1. Protect life and safety.
  2. Stabilize the physical process.
  3. Preserve visibility and control.
  4. Contain the cyber incident.
  5. Preserve evidence where feasible.
  6. Recover using validated configurations.
  7. Review lessons learned and improve controls.

OT Incident Response Table

PhaseHigh-yield actions
PreparationPlaybooks, contacts, backups, spares, tabletop exercises, vendor procedures
DetectionCorrelate cyber alerts with process anomalies
AnalysisDetermine affected assets, process impact, and attack path
ContainmentSegment carefully; avoid unsafe shutdowns
EradicationRemove malware, close access paths, reset credentials
RecoveryRestore from known-good backups; validate logic and process state
Lessons learnedUpdate baselines, rules, diagrams, training, and controls

Common Incident Mistakes

  • Rebooting controllers without understanding process impact.
  • Disconnecting systems without preserving operator visibility.
  • Letting IT responders act without operations coordination.
  • Assuming ransomware only affects business systems.
  • Forgetting to verify PLC logic and firmware integrity.
  • Restoring from backups that were never tested.
  • Ignoring vendor remote access as an entry path.
  • Failing to preserve logs from jump servers, firewalls, and engineering workstations.

Backup, Recovery, and Resilience

Item to back upWhy it mattersExam note
PLC logicRestores controller behaviorVerify version and checksum where supported
HMI project filesRestores operator screens/control mappingsKeep vendor/tool version compatibility
Engineering workstation imageRestores trusted programming environmentStore offline or immutable copy
Network device configsRestores segmentation/routingInclude firewalls, switches, remote access gateways
Historian data/configSupports operations and investigationSeparate operational data from configuration
Identity/config databasesRestores access servicesProtect privileged secrets
Firmware/software installersRequired for legacy recoveryMaintain license and compatibility records
RunbooksGuides safe restartMust be accessible during outages
Notes and examples
ConceptMeaningTrap
RTOMaximum tolerable recovery timeShort RTO requires tested procedures, not just backups
RPOMaximum tolerable data lossFrequent backups alone do not guarantee restore success
Immutable backupBackup that cannot be modified for a retention periodStill needs restore testing
Offline backupDisconnected from normal networkUseful against ransomware
Golden imageKnown-good system image/configMust be updated through change control
High availabilityReduces service interruptionNot a substitute for backups
Disaster recoveryRestores after major failureMust include OT process dependencies

Risk, Governance, and Safety

TermPractical meaningSOT-001 distinction
ThreatPotential cause of harmRansomware group, insider, malware, vendor compromise
VulnerabilityWeakness that can be exploitedUnpatched HMI, default password, open protocol
RiskLikelihood and impact of threat exploiting vulnerabilityOT impact includes safety, production, environment
ControlSafeguard reducing riskFirewall, MFA, allowlisting, monitoring
Residual riskRisk remaining after controlsMust be accepted by appropriate owner
Compensating controlAlternative safeguard when ideal control is impracticalSegmenting an unpatchable controller
Risk registerTracked list of risks, owners, treatment plansShould include OT asset criticality
BIABusiness impact analysisIdentifies process and operational dependencies
MOCManagement of changePrevents unsafe or undocumented modifications
Notes and examples

Common Framework Concepts

ConceptUseExam-safe framing
ISA/IEC 62443 zones and conduitsOT segmentation and security levelsCommon OT security architecture model
NIST CSF functionsIdentify, Protect, Detect, Respond, RecoverUseful lifecycle structure
CIS ControlsPrioritized security safeguardsAdapt implementation for OT constraints
MITRE ATT&CK for ICSAdversary tactics/techniques in ICSHelps map detections and gaps
Policies, standards, proceduresGovernance hierarchyPolicy says what; procedure says how
Audit evidenceProof controls operateLogs, approvals, configs, training records

Governance, Risk, and Documentation

Governance questions usually ask who approves decisions, how risk is documented, and how controls are sustained.

Useful Governance Artifacts

ArtifactPurpose
Network diagramsShow zones, conduits, and dependencies
Asset inventorySupports risk, patching, and response
Risk registerTracks accepted and mitigated risks
Change recordsProve what changed, when, and why
Access reviewsRemove stale or excessive access
Incident playbooksGuide coordinated response
Backup and recovery plansSupport restoration
Vendor access proceduresControl third-party risk
Maintenance schedulesAlign security work with operations
Training recordsShow staff readiness

Framework Awareness

Candidates should recognize that OT security programs often reference industry frameworks and guidance, such as NIST Cybersecurity Framework concepts, NIST SP 800-82-style ICS guidance, and IEC 62443-style zone/conduit thinking. For exam scenarios, focus less on memorizing framework labels and more on applying the control logic correctly.

Cryptography and Secure Communications

ControlUseOT caveat
TLSEncrypts/authenticates transportLegacy devices may need gateway/proxy support
CertificatesDevice/user/service identityRequires lifecycle management and revocation plan
HashingIntegrity verificationDoes not provide confidentiality
Digital signaturesAuthenticity and integrityUseful for firmware/software validation
Encryption at restProtects stored dataKey storage is critical
Encryption in transitProtects data on the wireDoes not authorize commands by itself
VPNEncrypted tunnelMust still enforce least privilege and logging
PKICertificate trust infrastructureOperational complexity and expiry risk
Secure bootVerifies trusted startup componentsHardware/firmware support required
Key rotationLimits long-term credential exposureCoordinate with uptime requirements

Physical and Environmental Security

AreaSecurity relevancePractical controls
Control cabinetsDirect access to controllers and wiringLocks, tamper seals, access logs
Plant floor portsRogue device riskPort security, NAC where compatible, disabled unused ports
Maintenance laptopsBridge between networksHardened build, scanning, restricted admin rights
Removable mediaMalware transfer pathApproved media, scanning kiosk, logging
Remote sitesLimited staffing and physical exposureTamper monitoring, secure enclosures, cellular/VPN controls
Environmental systemsCan affect safety and uptimeMonitor HVAC, power, UPS, fire suppression
Cameras/badgesCorrelate physical and cyber eventsRetain logs according to policy
Visitors/vendorsTemporary elevated riskEscort, approval, least access, session tracking
Notes and examples

Physical and Environmental Security

OT security is not only network security. Physical access to cabinets, ports, controllers, sensors, and engineering stations can create cyber and safety risk.

AreaReview focus
Control roomsBadge access, visitor control, locked consoles
CabinetsLocks, tamper evidence, port security
Field devicesProtection from tampering and environmental damage
USB portsRemovable media control and scanning stations
Network closetsSwitch access, spare port control, cable management
Remote sitesPhysical inspections, cameras, alarms, secure enclosures
Power and HVACAvailability and environmental reliability
Safety systemsExtra change control and strict access

Cloud, IIoT, and Enterprise Integration

RequirementBetter patternRisky pattern
Send production metrics to cloudHistorian replica or broker in DMZPLC publishes directly to internet
Vendor analyticsScoped API/data feedVendor VPN to broad OT subnet
Remote monitoringRead-only path with authentication and loggingShared credentials on dashboard
IIoT onboardingCertificate-based identity and inventoryDefault passwords and unmanaged firmware
Enterprise reportingReplicated data sourceDirect queries into OT database/control systems
Secure API accessAPI gateway, auth, rate limits, loggingExposed unauthenticated endpoint
Edge processingHardened gateway, restricted outbound trafficGeneral-purpose unmanaged edge box

Troubleshooting and Exam Decision Traps

Symptom/question cueLikely answer directionTrap answer
Need to identify assets without disrupting productionPassive discoveryAggressive active scan
Controller is vulnerable but cannot be patchedSegment, monitor, restrict accessIgnore vulnerability
Vendor needs emergency accessTime-bound MFA/PAM through jump hostPermanent firewall opening
Data must flow from OT to IT onlyOne-way gateway/data diodeBidirectional VPN
Operator account shared by all shiftsNamed accounts or compensating accountabilityKeep shared admin for convenience
Ransomware in enterprise ITCheck IT/OT segmentation and remote access pathsAssume OT is safe because it is “separate”
Suspicious command during maintenance windowValidate change ticket and operator approvalImmediately declare compromise
New OT firewall rule requestAllow only required source, destination, port/protocol, timeAny-any rule for troubleshooting
Unexplained process changeCorrelate cyber logs with operations and physical accessReview only Windows endpoint logs
Legacy HMI needs hardeningAllowlisting, restricted services, backupsInstall untested endpoint tools directly in production

Quick Memorization Tables

Authentication, Authorization, Accounting

AAA elementMeaningOT example
AuthenticationProves identityMFA for engineer login
AuthorizationGrants allowed actionsEngineer can program PLC; operator can view/control HMI
AccountingRecords activitySession recording and command logs
Notes and examples

Control Types

TypePurposeExample
PreventiveStop event before it occursFirewall rule, MFA, locked cabinet
DetectiveIdentify eventOT IDS, SIEM alert, camera
CorrectiveRestore or fixBackup restore, patch, reimage
DeterrentDiscourage actionWarning banner, visible cameras
CompensatingAlternative risk reductionSegmenting unsupported controller
AdministrativePeople/process controlPolicy, training, change approval
TechnicalSystem-enforced controlACL, encryption, allowlisting
PhysicalPhysical protectionBadge access, cabinet locks

IDS, IPS, SIEM, SOAR, NDR

ToolPrimary functionOT use
IDSDetect suspicious activityPassive alerting on industrial commands
IPSBlock traffic inlineUse cautiously where blocking can affect process
SIEMCentral log correlationCross-correlate OT, IT, identity, firewall logs
SOARAutomate workflowsAutomate enrichment/ticketing; be careful with auto-containment
NDRNetwork detection and responseBuild asset/traffic baselines and detect anomalies

Final SOT-001 Review Checklist

  • Know why OT security prioritizes safety, availability, and process integrity.
  • Map common assets to roles: PLC, RTU, HMI, SCADA, DCS, historian, engineering workstation, SIS.
  • Choose industrial DMZ, jump host, PAM, MFA, and session logging for controlled IT/OT and vendor access.
  • Prefer passive discovery and OT-aware monitoring before active scanning.
  • Treat unauthorized controller writes, new devices, and unexpected remote access as high-value alerts.
  • Use risk-based patching with testing, maintenance windows, backups, and rollback.
  • Protect legacy systems with segmentation, allowlisting, restricted services, and compensating controls.
  • Never choose an incident response action that ignores operations, safety, or process state.
  • Distinguish backup, HA, DR, RTO, RPO, immutable backup, and golden image.
  • For cloud/IIoT integration, prefer brokered, outbound, authenticated, logged data flows over direct OT exposure.
Notes and examples

Final Readiness Checklist

Before you sit for CompTIA SecOT+ V1 (SOT-001), confirm that you can explain:

  • Why OT security prioritizes safety, availability, and process integrity.
  • How the Purdue model supports segmentation decisions.
  • Why passive discovery is often preferred in production OT.
  • How to secure vendor remote access.
  • How to handle vulnerabilities when immediate patching is unsafe.
  • What makes engineering workstations high-value targets.
  • How an OT DMZ reduces IT/OT pivot risk.
  • What data sources support OT detection and response.
  • How ransomware can affect OT even if it starts in IT.
  • Why tested backups must include configurations and control logic.
  • How to coordinate incident response with operations and engineering.
  • Why compensating controls are central to legacy OT security.

Cheat Sheet for CompTIA SecOT+ V1 (SOT-001)

This Cheat Sheet is designed for candidates preparing for CompTIA SecOT+ V1 (SOT-001) who want a focused refresher before moving into topic drills, mock exams, and detailed explanations.

Use it to reinforce the highest-yield ideas: operational technology security priorities, industrial network architecture, asset discovery, segmentation, monitoring, vulnerability management, incident response, and common exam decision traps.

This is IT Mastery review support. It is not affiliated with CompTIA.

High-Yield Mindset

OT security questions often test whether you can protect systems without disrupting physical processes.

The OT Priority Shift

In many IT environmentsIn many OT environments
Confidentiality is often emphasized firstSafety and availability often dominate
Systems can usually be patched more frequentlyPatching may require testing, outage windows, or vendor approval
Active scanning is commonActive scanning can disrupt fragile devices
Endpoint agents are commonAgents may be unsupported or risky on control systems
Reimaging is routineReimaging may require validated configurations and process owner approval
Data loss is a major concernLoss of view, loss of control, unsafe state, or downtime can be critical

Practical Exam Rule

When a scenario involves production OT:

  1. Protect human safety first.
  2. Preserve process availability and integrity.
  3. Coordinate with operations, engineering, and asset owners.
  4. Prefer passive visibility before intrusive testing.
  5. Use segmentation, compensating controls, and change control when patching is not immediately possible.

OT Security Decision Rules

Scenario asks for…Prefer…Avoid…
Discovering assets in production OTPassive discovery, network taps/SPAN, configuration reviewAggressive active scanning without approval
Reducing IT-to-OT riskOT DMZ, firewalls, jump servers, strict conduitsFlat networks or direct routing
Vendor maintenance accessMFA, PAM, session recording, time-bound accessShared accounts and always-on VPNs
Vulnerable PLC with no patchSegmentation, firewall rules, vendor guidance, monitoringImmediate untested firmware update
Ransomware resilienceOffline/immutable backups, tested restoration, segmentationBackups reachable from compromised domain
Suspicious OT trafficValidate baseline, compare with process state, involve operationsBlocking blindly and disrupting control
Legacy unsupported systemCompensating controls, isolation, allowlistingAssuming normal IT patch cadence
Engineering workstation compromiseContain carefully, preserve logic/configs, verify controllersReimage without process-owner coordination
New IIoT gatewayCertificate-based auth, least privilege, egress controlUnrestricted outbound Internet access
Incident in active processSafety-first response with operations leadPure IT-only incident playbook

Asset Inventory and Baselines

Asset inventory is foundational because OT environments often contain legacy systems, vendor-managed devices, undocumented connections, and fragile protocols.

What a Good OT Inventory Captures

Inventory fieldWhy it matters
Asset typePLC, HMI, historian, workstation, switch, sensor, gateway
LocationPlant, line, cabinet, remote site, control room
Process criticalityShows safety and production impact
OwnerIdentifies who approves changes
Vendor/model/firmwareSupports vulnerability and supportability checks
Network detailsIP, MAC, VLAN, zone, conduit, protocol use
Software/configurationEnables recovery and change validation
Communication flowsSupports segmentation and anomaly detection
Backup statusConfirms recoverability
Maintenance windowDetermines when changes are possible
DependenciesShows what breaks if a system is isolated
Notes and examples

Baseline Concepts

A baseline is the known-normal state of assets, configurations, communications, and process behavior.

High-yield baseline examples:

  • PLC-to-HMI communication patterns
  • Engineering workstation programming activity
  • Historian polling intervals
  • Normal remote access windows
  • Expected protocol commands
  • Usual bandwidth and connection pairs
  • Normal operator login times
  • Approved firmware and logic versions

Common Inventory Mistakes

  • Relying only on spreadsheets that are never reconciled.
  • Using aggressive discovery tools on fragile production networks.
  • Tracking IP addresses but not process criticality.
  • Ignoring temporary vendor connections.
  • Failing to document PLC logic, firmware, and configuration backups.
  • Treating OT assets as if they are owned only by IT.

Industrial Protocols: What to Recognize

You do not need to memorize every packet field to answer many exam scenarios. Focus on the security implications.

Protocol / technologyCommon contextSecurity review point
Modbus / Modbus TCPIndustrial control communicationOften lacks native authentication or encryption in legacy use
DNP3Utilities and remote controlSecure variants may exist, but legacy deployments require protection
EtherNet/IPIndustrial automationSegment and monitor command behavior
PROFINETIndustrial EthernetProtect controller and device communication paths
OPC DALegacy Windows-based data exchangeOften difficult to secure; isolate and control access
OPC UAModern industrial interoperabilityCan support stronger security when configured correctly
IEC 61850Power systems/substationsHigh criticality; protect timing and control messages
BACnetBuilding automationWatch for exposed building systems and weak segmentation
MQTTIIoT messagingSecure broker, authentication, authorization, and TLS matter
Serial protocolsLegacy control systemsMay be bridged to IP; gateway security becomes important
Time sync protocolsProcess coordination and loggingProtect against time manipulation and preserve forensic value
Notes and examples

Protocol Trap

If a protocol lacks built-in security, the best answer is usually not “encrypt the PLC” in isolation. The better control is often layered:

  • Segment the network.
  • Restrict allowed communication pairs.
  • Use protocol-aware firewalls or monitoring.
  • Place gateways in controlled zones.
  • Authenticate remote users and systems.
  • Monitor for abnormal commands.
  • Use secure protocol variants where feasible and supported.

Identity, Access, and Privileged Operations

OT access control must balance accountability, safety, and operational continuity.

ControlOT-specific review point
MFAStrongly preferred for remote and privileged access
PAMControls and records privileged sessions
RBACAssigns access by role: operator, engineer, vendor, admin
Least privilegeUsers get only the access needed for their function
Named accountsImprove accountability compared with shared accounts
Break-glass accountsMust be protected, documented, monitored, and tested
Session recordingUseful for vendor and privileged access review
Time-bound accessReduces risk from standing privileges
Account reviewRemoves stale vendor, contractor, and former employee access
Password vaultingHelps protect privileged credentials

Exam Trap: Shared Accounts

Shared accounts are common in older OT environments, but they reduce accountability. If a scenario asks for the best security improvement, prefer named accounts, role-based access, MFA, and logging where operationally feasible.

Ransomware and Malware Resilience

Ransomware scenarios are high-yield because they test segmentation, backup, identity, and recovery decisions.

Strong Ransomware Controls

ControlWhy it matters
Network segmentationLimits spread from IT into OT
MFAReduces credential-based access
Offline or immutable backupsPrevents attackers from encrypting backups
Tested restorationConfirms recovery is realistic
Application allowlistingHelps control what can run on OT endpoints
Email and web controlsReduces initial infection risk
EDR where compatibleImproves detection on supported systems
Least privilegeLimits damage from compromised accounts
Disable unnecessary servicesReduces attack surface
Incident playbooksSpeeds safe response

Backup Review Points

Backups should include more than ordinary files:

  • PLC logic
  • HMI configurations
  • Engineering workstation projects
  • Historian configurations
  • Firewall and switch configurations
  • Server images where appropriate
  • License keys and vendor installation media
  • Golden images for supported endpoints
  • Documentation for restore order and dependencies

Supply Chain, Vendor, and Third-Party Risk

OT environments often depend on vendors for maintenance, firmware, proprietary tools, and remote support.

RiskControl
Persistent vendor VPNTime-bound access with approval and MFA
Shared vendor credentialsNamed accounts and session logging
Unverified firmwareVendor validation, integrity checks, change control
Contractor laptop connects to OTControlled access, scanning, jump host, no direct access
Remote support toolsApproved tools only, monitored sessions
Poor asset ownershipContracts and procedures defining responsibilities
Untracked changesFormal change management and configuration records
Unsupported devicesRisk register, compensating controls, lifecycle planning

Vendor Access Trap

The easiest operational answer is often “let the vendor connect directly.” The safer exam answer is controlled vendor access through approved channels, with least privilege, MFA, logging, time limits, and operations approval.

Secure Configuration and Hardening

Hardening in OT should be tested and coordinated. A technically “secure” setting can cause downtime if it breaks vendor support or process communication.

High-Yield Hardening Areas

AreaExamples
ServicesDisable unused services, ports, and protocols
AccountsRemove default accounts, enforce least privilege
PasswordsChange defaults, vault privileged credentials
Remote accessDisable unauthorized tools, require MFA
Host firewallRestrict inbound/outbound traffic
Application controlAllow approved software only
LoggingEnable useful audit trails
Time syncCentralized, reliable time source
Removable mediaControl, scan, and log use
Configuration backupsStore known-good versions securely

Hardening Trap

Do not harden production OT by applying generic server baselines without testing. Use vendor-supported baselines, lab validation, change control, and rollback plans.

Cloud, IIoT, and Edge Connectivity

Modern OT environments may send operational data to cloud platforms, analytics systems, or remote monitoring services. These connections increase value and risk.

AreaKey review point
Edge gatewayHarden, patch, monitor, and restrict access
Cloud identityUse least privilege and strong authentication
CertificatesManage lifecycle and protect private keys
APIsAuthenticate, authorize, log, and rate-limit
MQTT brokerSecure topics, credentials, and TLS
Data flowSend only required data to approved destinations
Egress filteringPrevent arbitrary outbound connections
Device onboardingVerify identity before trust
Remote managementUse approved tools and logging
Data classificationUnderstand operational sensitivity

Cloud/IIoT Trap

Do not assume outbound-only traffic is automatically safe. Malware and compromised devices often use outbound channels. Control destinations, authenticate systems, inspect where feasible, and monitor behavior.

Common SOT-001 Candidate Traps

TrapWhy it is wrongBetter thinking
Applying IT playbooks directly to OTCan disrupt physical processesAdapt response to safety and operations
Patching first in every scenarioPatches may break control systemsTest, schedule, and use compensating controls
Active scanning production networksMay crash fragile devicesPrefer passive discovery or approved scans
Treating confidentiality as always highestOT often prioritizes safety and availabilityMatch control to process risk
Ignoring engineering workstationsThey can alter controller logicHarden, monitor, and restrict access
Trusting internal networksFlat OT networks are riskySegment and monitor east-west traffic
Leaving vendor VPN always onPersistent access increases attack surfaceTime-bound, MFA-protected, logged access
Assuming backups are goodUntested backups may failTest restores and protect backups
Using shared admin accountsNo accountabilityNamed accounts, PAM, session recording
Blocking traffic without analysisCould stop productionValidate with baseline and operations
Forgetting physical accessLocal access can bypass network controlsSecure cabinets, ports, and control rooms
Overlooking time syncLogs become hard to correlateMaintain reliable time synchronization
Monitoring only IT logsOT-specific events are missedInclude PLC/HMI/jump/industrial network data
Assuming VLAN equals segmentationVLANs are not policy by themselvesEnforce rules with firewalls/ACLs
Ignoring cloud egressOutbound paths can be abusedAllowlist, authenticate, monitor

Quick Scenario Practice Patterns

Use these patterns when working through original practice questions.

Scenario 1: Unknown Devices on OT Network

Best reasoning:

  1. Do not immediately scan aggressively.
  2. Check passive monitoring, switch MAC tables, and network diagrams.
  3. Identify owner, location, and communication flows.
  4. Validate with operations.
  5. Quarantine or restrict only after assessing process impact.
  6. Update inventory and monitoring rules.

Scenario 2: Critical PLC Vulnerability Announced

  1. Identify affected PLCs and exposure.
  2. Review vendor guidance.
  3. Determine process criticality.
  4. Test patch or firmware where possible.
  5. Apply segmentation or firewall restrictions immediately if needed.
  6. Schedule maintenance window.
  7. Monitor for exploit indicators.
  8. Document residual risk.

Scenario 3: Vendor Needs Emergency Access

  1. Confirm business and operational need.
  2. Use approved remote access path.
  3. Require MFA and named account.
  4. Limit access to required systems.
  5. Record or log session.
  6. Set expiration time.
  7. Review changes afterward.

Scenario 4: Ransomware in Enterprise IT

  1. Assume possible OT risk until validated.
  2. Block unnecessary IT/OT paths.
  3. Confirm OT backups and monitoring.
  4. Review domain trust and shared credentials.
  5. Increase monitoring of jump hosts, historians, and remote access.
  6. Coordinate with operations before isolation decisions.

Scenario 5: Suspicious PLC Logic Change

  1. Involve operations and engineering immediately.
  2. Assess safety and process impact.
  3. Preserve logs and project files.
  4. Compare logic to known-good backup.
  5. Identify account and access path used.
  6. Contain compromised credentials or workstation.
  7. Restore validated logic if required.

Fast Review Tables

Best Control by Goal

GoalStrong candidate answer
Reduce IT/OT pivotingOT DMZ and strict conduits
Secure vendor accessMFA, PAM, time-bound access, logging
Discover assets safelyPassive monitoring and documentation review
Protect unsupported systemsIsolation and compensating controls
Detect abnormal control trafficIndustrial protocol-aware monitoring
Recover from ransomwareOffline/immutable tested backups
Control PLC logic changesEngineering workstation security and change management
Prevent rogue devicesPhysical security, port control, NAC where feasible
Improve accountabilityNamed accounts and session logs
Reduce cloud connection riskEgress allowlisting and strong device identity
Notes and examples

“Best First Step” Clues

If the question says…Think…
Production line is runningSafety and operations coordination first
Legacy PLCs are unstableAvoid intrusive scanning or unsupported agents
Vendor must troubleshoot remotelyControlled, logged, time-limited access
No accurate inventory existsBuild passive inventory and baseline
Flat OT networkSegment into zones and conduits
Patch unavailableCompensating controls and monitoring
Unknown traffic appearsCompare to baseline and validate owner
Ransomware detected in ITProtect IT/OT boundary immediately
Operator lost viewPrioritize visibility and safe process state
Controller behavior changedValidate logic/configuration integrity

Put the review into practice

Browse Certification Practice Tests