SOT-001 — CompTIA SecOT+ V1 Quick Reference

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

CompTIA SecOT+ V1 (SOT-001) Exam Focus

Use this Quick Reference 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

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

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

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

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

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

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

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

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]

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

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
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

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

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

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

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.

Practical Next Step

Use this Quick Reference as a checklist, then complete a timed CompTIA SecOT+ V1 (SOT-001) practice set. For every missed question, tag the reason: architecture, protocol, identity, monitoring, vulnerability management, incident response, recovery, or risk. Then revisit the matching table above before your next practice round.

Browse Certification Practice Tests by Exam Family