Chapter 19 of 25
Operating Securely in Cloud, Mobile, IoT, and Operational Technology
Extend your operations mindset into cloud platforms, mobile fleets, IoT deployments, and operational technology so you can recognize environment-specific risks and controls.
Big Picture: Operating Securely Across Cloud, Mobile, IoT, and OT
Why This Module Matters
You now zoom in on four environments where operations feel different: cloud, mobile/endpoints, IoT, and OT. The goal is to recognize environment-specific risks and realistic controls.
Hybrid Environment Reminder
A hybrid environment is an enterprise environment that includes a mix of cloud, mobile, IoT, OT, and on‑premises resources that must be monitored and secured.
CIA Priorities Shift
Cloud often emphasizes confidentiality and integrity; IoT and OT often care most about availability and safety. Same CIA triad, different trade‑offs in each environment.
GRC Lens
Governance, risk, and compliance means operating with awareness of regulations and policies. It shapes what “secure operations” can realistically look like in each domain.
Cloud Operations: Shared Responsibility, Access, and Logging
Shared Responsibility Model
Cloud providers secure the infrastructure; you secure how you configure and use services. Misconfigured storage or IAM is on you, not the provider.
Service Models
IaaS: you secure OS, apps, data. PaaS: you secure code, data, identities. SaaS: you secure accounts, access, and configuration options.
Identity and Access
Centralize identities, use least‑privilege RBAC, and enforce MFA for admins and API access. Many cloud breaches trace back to weak or overbroad access.
Logging and Monitoring
Turn on and retain audit logs for API calls, admin actions, and access. Feed them into your SIEM and alert on high‑risk changes and anomalies.
Baselines and Drift
Define secure cloud baselines using templates, then scan for drift and misconfigurations like public buckets or open management ports.
Cloud Operations Scenario: Locking Down a New App
Scenario Setup
You deploy a new internal HR app on public cloud. Provider secures the platform; your team secures OS, config, and data. First step: identify IaaS/PaaS scope.
Access Control Choices
Define separate roles, use SSO with corporate identities, and enforce MFA for roles that can change networking, IAM, or database settings.
Logging and Alerts
Enable cloud API logs and DB audit logs, send to SIEM, and alert on new admins, security group changes, or logging being disabled.
Baselines via Templates
Use infrastructure‑as‑code to define private subnets, WAF, and encrypted storage/DB. Require change management for template edits.
Exam Signal
In “new cloud workload” questions, look for answers about least privilege, logging, secure baselines, and integration with monitoring/IR.
Mobile and Endpoint Fleet Operations: MDM, EDR, and Baselines
Why Endpoint Operations Matter
Endpoints and mobiles are where users work and attackers land. Operations is about managing the whole fleet, not just one device at a time.
MDM / UEM
MDM/UEM enrolls devices, enforces policies (lock, encryption, OS version, apps), and can remotely wipe or block non‑compliant devices from corporate access.
EDR Basics
EDR monitors endpoints for suspicious behavior, sends telemetry to the SOC, and can remotely isolate hosts or quarantine files during investigations.
Baselines and Hardening
Use standard images, harden OS settings, enforce host firewalls, and keep OS and apps patched under change management.
Exam Distinctions
MDM is for managing mobile policies; EDR is for detecting and responding to threats; antivirus is mainly signature‑based malware detection.
Mobile/Endpoint Scenario: Responding to a Phishing Attack
Phishing Scenario
A user clicks a phishing link on a corporate laptop. Their account is used on both laptop and a managed smartphone. You must respond operationally.
Identity First
Reset the password, revoke sessions, and review conditional access logs to see which devices used the account near the time of compromise.
EDR Containment
Use EDR to find the laptop, isolate it from the network, run scans, and collect forensic artifacts while keeping it reachable for updates.
MDM Checks
Use MDM/UEM to verify the smartphone’s compliance and see if it accessed the phishing URL. Wipe the work profile if needed.
Fleet‑Wide Updates
Update email and URL filters and send a brief awareness note. On exams, look for this sequence: contain, investigate, then improve controls.
IoT Security Operations: Inventory, Updates, and Segmentation
What Counts as IoT
IoT includes cameras, sensors, badge readers, TVs, and many embedded devices. They are cheap, numerous, and often not built for security operations.
Inventory and Visibility
Use network discovery and asset tools to identify IoT by traffic patterns or MAC/OUI. Without inventory, you cannot patch or segment effectively.
Updates and Lifecycle
IoT often has weak update support. Track firmware, plan maintenance windows, and use compensating controls when patching is impossible.
Segmentation
Place IoT on dedicated segments or VLANs, restrict routes, and use firewalls or microsegmentation so devices talk only to what they truly need.
Exam Clues
If IoT is the attack entry point, strong answers mention inventory, segmentation, default password changes, and compensating controls.
Operational Technology (OT): Safety, Uptime, and Legacy Constraints
What Is OT
OT includes ICS, SCADA, building automation, and industrial robots that control physical processes. Here, safety and uptime dominate decisions.
Safety and Availability
Crashing a controller can stop a plant or cause harm. Patching and scanning must be carefully tested and scheduled in maintenance windows.
Legacy and Vendor Limits
OT often runs old OS versions and forbids standard security software. This drives reliance on compensating controls like strict network segregation.
Monitoring OT
You monitor network traffic and protocol commands instead of installing agents. Baseline normal traffic and alert on unusual write or control commands.
Exam Mindset
In factory or power‑plant scenarios, aggressive patching during production is usually wrong. Prefer segmentation, monitoring, and planned windows.
Thought Exercise: Designing Segmentation for IoT and OT
Use this short design exercise to integrate what you have learned about IoT and OT operations.
Scenario:
You are securing a facility that has:
- Corporate IT network (user laptops, file servers).
- IoT CCTV cameras and smart badge readers.
- OT network with programmable logic controllers (PLCs) controlling a production line.
Your task: mentally design a high-level segmentation and monitoring plan. Think through these prompts:
- Network layout
- How many main segments or VLANs would you create (at least conceptually)?
- Which devices go in each: corporate IT, IoT, OT, DMZ, etc.?
- Allowed communications
- For each segment, list which other segments it is allowed to talk to, and on which types of protocols (for example, IoT only to its management servers; OT only to a jump server).
- Where would you place firewalls or microsegmentation rules?
- Monitoring strategy
- Where do you place network sensors to watch IoT and OT traffic without overloading fragile systems?
- What kinds of anomalies would you alert on for:
- CCTV cameras
- Badge readers
- PLCs
- Compensating controls
- Assume some OT devices cannot be patched. What compensating controls would you rely on (for example, one-way data diodes, strict ACLs, jump hosts)?
Write down your design in bullet form. Then, compare it mentally against these principles:
- IoT and OT are never directly reachable from the internet.
- Corporate IT has no direct access to OT; access is via controlled jump hosts.
- Monitoring is out-of-band where possible to avoid impacting OT devices.
This kind of structured reasoning is exactly what Security+ scenario questions are testing, even if they only give you a few sentences.
Quick Check: Cloud and Endpoint Operations
Answer these questions to reinforce key operational distinctions.
Which option best applies the shared responsibility model and appropriate tools to a new SaaS HR system used by remote employees?
- Rely on the SaaS provider for all security, since they host the app, and only require complex passwords for users.
- Configure SSO with MFA, use MDM/UEM to enforce device compliance for access, and regularly review SaaS audit logs in your SIEM.
- Deploy EDR agents on the SaaS provider’s servers and schedule weekly vulnerability scans of their infrastructure.
- Disable logging in the SaaS app to reduce storage costs and rely solely on network firewalls for security.
Show Answer
Answer: B) Configure SSO with MFA, use MDM/UEM to enforce device compliance for access, and regularly review SaaS audit logs in your SIEM.
For SaaS, the provider secures the app stack, but you still manage identities, access, and configuration. Configuring SSO with MFA, enforcing device compliance via MDM/UEM, and ingesting SaaS audit logs into your SIEM correctly applies the shared responsibility model. You cannot deploy your own EDR on the provider’s servers, and disabling logging is never a good security practice.
Quick Check: IoT and OT Priorities
Test your understanding of IoT and OT operational trade-offs.
A manufacturing plant runs legacy PLCs on an OT network that cannot be patched without shutting down production for several days. Which operational approach is MOST appropriate?
- Run aggressive vulnerability scans against the PLCs during business hours to find all weaknesses quickly.
- Install standard antivirus and EDR agents on each PLC to detect malware in real time.
- Place the PLCs on a tightly controlled OT segment, restrict access through a jump server, and monitor OT network traffic for abnormal commands.
- Expose the PLC management interface to the internet so vendors can patch them remotely whenever they want.
Show Answer
Answer: C) Place the PLCs on a tightly controlled OT segment, restrict access through a jump server, and monitor OT network traffic for abnormal commands.
In OT, safety and availability are critical, and legacy devices often cannot be patched or scanned aggressively. The best approach is strong network segmentation, controlled access via jump servers, and specialized monitoring of OT traffic. Aggressive scanning or exposing management interfaces directly to the internet would increase risk, and standard endpoint agents are often unsupported on PLCs.
Key Terms Review
Flip through these cards to reinforce core definitions and distinctions you will need for Security+.
- CompTIA Security+
- CompTIA Security+ is a global certification that validates the baseline skills necessary to perform core security functions and pursue an IT security career.
- SY0-701
- SY0-701 is the exam series code for the latest version (V7) of the CompTIA Security+ certification exam.
- zero trust
- Zero trust is a security model that assumes no implicit trust and requires continuous verification of users and devices, limiting access to only what is needed.
- hybrid environment
- A hybrid environment is an enterprise environment that includes a mix of cloud, mobile, Internet of Things (IoT), operational technology (OT), and on-premises resources that must be monitored and secured.
- governance, risk, and compliance
- Governance, risk, and compliance refers to operating with an awareness of applicable regulations and policies, including principles of governance, risk, and compliance when securing enterprise environments.
- MDM / UEM
- Mobile Device Management / Unified Endpoint Management are platforms that enroll and manage mobile and endpoint devices, enforce policies (encryption, screen lock, OS version, apps), and can remotely wipe or block non-compliant devices.
- EDR
- Endpoint Detection and Response is a security technology that continuously monitors endpoints for suspicious behavior, provides telemetry to the SOC, and enables remote investigation and containment (such as host isolation).
- Compensating control
- A security control that is used in place of, or in addition to, a primary control that is impractical or impossible to implement, providing equivalent or comparable protection (for example, network isolation when patching is not possible).
- Operational technology (OT)
- Hardware and software that monitors or controls physical processes and industrial equipment, such as ICS, SCADA, building automation, and manufacturing systems, where safety and uptime are critical.
- Shared responsibility model
- A cloud security concept where the provider secures the underlying infrastructure and some platform components, while the customer is responsible for securing configurations, identities, data, and application-level controls.
Bringing It Together: Operating Securely in a Hybrid Environment
Unifying the Environments
Cloud, endpoints, IoT, and OT all behave differently, but you must operate them as one hybrid environment with consistent security principles.
Identity and Zero Trust
Central identity with SSO and MFA, plus zero trust: continuous verification of users and devices, limited to only what is needed in each domain.
Central Monitoring
Feed cloud logs, EDR telemetry, and IoT/OT network data into your SIEM. Use correlation and automation to catch cross‑domain attacks.
Process Consistency
Use one incident response lifecycle and change management framework, but adapt tactics for each environment’s constraints and priorities.
Exam and Next Steps
In multi‑environment scenarios, think shared responsibility, fleet tools, segmentation, and OT safety. Then use the next Skarp diagnostic to pressure‑test this.
Key Terms
- EDR
- Endpoint Detection and Response, a security technology that monitors endpoints for threats and supports investigation and containment.
- MDM/UEM
- Mobile Device Management / Unified Endpoint Management systems that enroll and manage devices, enforce security policies, and support remote wipe or access blocking.
- SY0-701
- SY0-701 is the exam series code for the latest version (V7) of the CompTIA Security+ certification exam.
- zero trust
- Zero trust is a security model that assumes no implicit trust and requires continuous verification of users and devices, limiting access to only what is needed.
- CompTIA Security+
- CompTIA Security+ is a global certification that validates the baseline skills necessary to perform core security functions and pursue an IT security career.
- hybrid environment
- A hybrid environment is an enterprise environment that includes a mix of cloud, mobile, Internet of Things (IoT), operational technology (OT), and on-premises resources that must be monitored and secured.
- Compensating control
- A control implemented when a primary control is not feasible, providing equivalent or comparable protection, such as segmentation when patching is impossible.
- Operational technology (OT)
- Hardware and software that monitors or controls physical processes and industrial equipment, such as ICS, SCADA, and building automation.
- Shared responsibility model
- A cloud security concept where the provider secures the infrastructure and platform, while the customer secures configurations, identities, data, and application-level controls.
- governance, risk, and compliance
- Governance, risk, and compliance refers to operating with an awareness of applicable regulations and policies, including principles of governance, risk, and compliance when securing enterprise environments.