5.7 Cloud, IoT, Mobile & Third-Party Connection Risk

Key Takeaways

  • Misconfiguration rather than provider failure is the dominant source of cloud data exposure, and in the cloud a compromised administrative credential grants environment-wide control with no network intrusion at all.
  • Internet of Things devices are rarely inventoried, frequently unpatchable and often ship with hardcoded credentials, and the attacker's objective is usually to pivot from the device into the flat network it sits on rather than the device itself.
  • SIM swapping is the reason SMS-delivered one-time passcodes are deprecated as a second factor, and containerization is what allows an organization to wipe corporate data from a personally owned device without touching personal content.
  • Every trusted connection to a customer, vendor or partner is an inherited risk: vendor remote access creates a standing credential into the internal network, and fourth-party risk arrives through a vendor's own subservice organizations.
  • Threat landscape describes the current population of adversaries and techniques, while threat modeling is a structured analysis of a specific system - STRIDE applied to a data flow diagram being the most common method - and it supplies the risk assessment evidence COSO and the Common Criteria CC3 series expect.
Last updated: September 2026

Cloud, IoT, Mobile & Third-Party Connection Risk

Quick Answer: The blueprint carries four risk-identification tasks that share a theme: risk that arrives through something the organization does not fully control. Identify cybersecurity risks related to cloud environments, platforms and services; to the Internet of Things; and to mobile technologies. Determine the specific threats in an organization's connections with customers, vendors and partner organizations, and the specific threats to its on-premise and cloud-based applications, networks and connected devices. This section also completes the blueprint's "explain threat modeling and threat landscape" task with the actual methodology.


1. Cybersecurity Risks in Cloud Environments, Platforms and Services

Cloud risk is not "the cloud is less secure." Hyperscale providers operate stronger physical and platform security than nearly any customer could. Cloud risk is that the customer's share of the responsibility changes shape, and most incidents happen on the customer's side of the line.

Cloud RiskHow It MaterializesControl
MisconfigurationA storage bucket set to public; a database security group open to the internet; overly permissive identity policies. The single largest source of cloud data exposureCloud security posture management with automated drift detection; infrastructure as code with peer-reviewed changes; default-deny baselines
Identity as the new perimeterA compromised administrative key or console credential grants control over an entire environment with no network intrusion at allPhishing-resistant MFA on all privileged accounts, short-lived credentials, no long-lived static access keys, privileged access management
Multi-tenancy and isolationShared hardware and shared services mean an isolation defect could expose one tenant to another; a "noisy neighbor" degrades availabilityReliance on the provider's SOC 2 or ISO certification; dedicated instances or tenancy where the risk justifies the cost
Data residency and sovereigntyData replicated to a region subject to foreign law or lawful-access regimes that conflict with the entity's obligationsRegion pinning, contractual residency commitments, customer-managed encryption keys held outside the provider
Shadow ITA department subscribes to a SaaS tool with a corporate card and uploads customer data; security never learns it existsCloud access security broker, expense and DNS-based discovery, a fast sanctioned-procurement path
Concentration riskA whole industry depending on one provider's region turns a provider outage into a systemic eventMulti-region design, tested failover, documented degraded-mode operating procedures
Vendor lock-in and exitProprietary services make migration prohibitively expensive; the exit clause was never negotiatedNegotiated data export format, timing and cost at contract signature; periodic export testing
Reduced visibilityThe customer cannot inspect the provider's infrastructure, run a scan against it, or get raw platform logsContractual audit rights, SOC report review, provider-exported log feeds into the customer's own SIEM
API exposureCloud control planes are APIs; a leaked key in a public code repository is an immediate breachSecrets scanning in the source repository, key rotation, IP and workload-identity restrictions on API access

2. Internet of Things (IoT) Risks

IoT devices are the badge readers, HVAC and building management controllers, cameras, smart displays, sensors, medical devices, industrial controllers and point-of-sale peripherals attached to the enterprise network. They are computers with three uncomfortable properties: they are numerous, they are rarely inventoried, and they are frequently not patchable.

  • Default and hardcoded credentials. Shipped with a published default password, or with a vendor-embedded credential the customer cannot change. This is the mechanism behind the largest IoT botnets.
  • No patching path. Many devices have no update mechanism at all, or the vendor stopped issuing firmware years ago. The vulnerability is permanent for the life of the device.
  • Weak or absent encryption. Telemetry and commands transmitted in cleartext on the local network.
  • Invisible to the asset inventory. Facilities or operations installs a device; IT never learns of it; it never appears in a vulnerability scan.
  • Physical accessibility. A camera or sensor in a public area can be removed, opened, or replaced with a rogue device on a live network port.
  • A pivot point, not a target. The attacker's objective is rarely the thermostat. It is the flat network the thermostat sits on. The canonical breach pattern is compromise of a building-systems vendor's connection, then lateral movement into the payment environment.
  • Safety and availability consequences. For operational technology and medical devices, a compromise threatens physical safety, not just data.

Controls: a dedicated, segmented VLAN with strict egress filtering so devices talk only to their controller; network access control and 802.1X port authentication; changing every default credential at commissioning; including IoT in the asset inventory and in the procurement security review; and demanding a supported firmware lifecycle in the purchase contract.


3. Mobile Technology Risks

  • Device loss and theft, with corporate mail, documents and cached credentials on board.
  • Malicious or over-permissioned applications, especially from unofficial stores or sideloaded packages.
  • Jailbreaking and rooting, which defeats the platform's application sandbox and lets one application read another's data.
  • Insecure networks — public Wi-Fi, rogue access points impersonating a known network, and interception on the wireless link.
  • SIM swapping, which is why SMS-based one-time passcodes are deprecated as a second factor.
  • Commingling on BYOD devices. Corporate data sits next to personal applications and personal backups, and the organization has limited authority to inspect or wipe the device.
  • The physical layer — shoulder surfing, unattended unlocked devices, and camera-based capture of screens.

Controls: mobile device management or mobile application management enforcing encryption, screen lock, minimum OS version and jailbreak detection; containerization that isolates corporate data so a selective wipe removes only company content; application allowlisting; conditional access that evaluates device posture before granting a session; and an enforced acceptable use policy that spells out BYOD obligations.


4. Threats in Connections With Customers, Vendors and Partners

Every trusted connection is an inherited risk. The blueprint asks candidates to determine the specific threats these connections create.

ConnectionSpecific ThreatControl
Vendor remote access (support VPN, remote monitoring agent)A standing, often shared credential into the internal network; the vendor's own breach becomes yoursJust-in-time vendor access, unique named accounts, session recording, network restriction to the supported system only
Software supply chain (updates, libraries, build pipeline)A signed, trusted update delivers a backdoor to every customer simultaneouslySoftware bill of materials, code signing verification, staged rollout, dependency scanning
EDI and file interfaces with trading partnersMalformed or malicious file content; spoofed partner identity; silent transmission failureMutual authentication, message-level signing, schema validation, control totals and acknowledgments
APIs exposed to customers or partnersBroken object-level authorization allowing one customer to read another's records; credential stuffing; scrapingPer-object authorization checks, rate limiting, API gateway, token scoping, monitoring for enumeration patterns
Customer portals and self-serviceAccount takeover through credential stuffing; enumeration of valid accounts through error messagesAdaptive MFA, uniform error responses, bot detection, device fingerprinting
Business email with any counterpartyBusiness email compromise: a counterparty's compromised mailbox sends a genuine-looking banking changeOut-of-band callback to a number on file, dual authorization for banking changes, DMARC enforcement
Shared workspaces and data roomsOver-broad sharing links; access that outlives the engagementTime-limited links, external-sharing governance, periodic recertification of external guests
Fourth parties (your vendor's vendor)Risk you never contracted for and cannot seeContractual disclosure of subservice organizations, review of the vendor's own vendor management, carve-out analysis in their SOC report

On-Premise vs. Cloud Threat Comparison

The same asset classes carry different dominant threats depending on where they run:

Asset ClassDominant On-Premise ThreatDominant Cloud Threat
ApplicationsUnpatched legacy software with no vendor supportMisconfigured identity and access policy; exposed management API
NetworksFlat internal network enabling lateral movementOver-permissive security groups and peering; public endpoints on data services
Connected devicesRogue device on an unsecured physical portUnmanaged device authenticating to a SaaS tenant from anywhere in the world
DataPhysical media theft; unencrypted backupsPublic object storage; unencrypted snapshots; data replicated to an unintended region

5. Threat Modeling and the Threat Landscape

Threat landscape is the descriptive half: the current population of threat agents, their prevailing techniques, and the vulnerabilities being exploited right now, for this organization's sector, geography and technology stack. It changes continuously and is informed by threat intelligence feeds, sector information sharing centers, and vendor advisories.

Threat modeling is the analytical half: a structured examination of a specific system to enumerate what could go wrong before it does. Four questions drive every methodology — What are we building? What can go wrong? What are we going to do about it? Did we do a good enough job?

Common approaches:

  • STRIDE, which enumerates threats by category against each element of a system: Spoofing identity, Tampering with data, Repudiation, Information disclosure, Denial of service, Elevation of privilege. Applied to a data flow diagram, it forces coverage that intuition misses.
  • Attack trees, which decompose an adversary goal ("issue a fraudulent payment") into the alternative paths that achieve it, then price each path by difficulty.
  • PASTA, a seven-stage, risk-centric process that anchors technical threats to business impact.
  • DREAD-style scoring to rank the identified threats for remediation order.

Why a CPA cares: threat modeling produces the risk assessment input that COSO's Risk Assessment component and the Trust Services Criteria CC3 series expect management to perform. A service organization that cannot show how it identified the threats its controls address has a Risk Assessment deficiency, however good the controls themselves look.

Test Your Knowledge

A retailer connects its building management vendor to the corporate network so the vendor can monitor HVAC controllers remotely. Attackers compromise the vendor, use the standing remote-access credential, and ultimately reach the payment processing systems. Which control would most directly have limited this outcome?

A
B
C
D
Test Your Knowledge

An organization permits employees to access corporate email and documents from personally owned smartphones. Which control best allows the organization to remove corporate data from a device when an employee resigns, without erasing the employee's personal photographs and applications?

A
B
C
D
Test Your Knowledge

A service organization's Common Criteria CC3 risk assessment documentation consists only of a list of implemented security controls mapped to the Trust Services Criteria. What deficiency should the service auditor identify?

A
B
C
D