Welcome to the Cloud SOC. In this scenario, you will evaluate architectural controls used to secure SaaS and IaaS environments. Your objective is to understand how we enforce data loss prevention (DLP) and compliance when the data resides outside our physical perimeter.
You are a Cloud Security Specialist embedded in a government agency's SOC. The agency recently migrated its primary collaboration tools to Microsoft 365 (SaaS) and its custom applications to AWS (IaaS). The CISO has raised concerns about "Shadow IT" and the risk of employees downloading For Official Use Only (FOUO) documents from corporate SharePoint sites to their unmanaged personal laptops while working remotely.
The engineering team has implemented a solution to monitor these actions and conditionally block data exfiltration based on device posture.
You review an alert generated by the newly deployed cloud security platform (e.g., Netskope, Microsoft Defender for Cloud Apps) integrated with your SIEM:
The organization has lost the traditional network perimeter. Because data lives in external SaaS platforms (like M365 or Salesforce), traditional on-premise firewalls cannot inspect or control how that data is shared or downloaded by remote workers. The SOC needs a centralized enforcement point that sits between the users and the cloud services to apply corporate security policies (like DLP and compliance checks) regardless of where the user is physically located.
A Cloud Access Security Broker (CASB) is specifically designed to handle the requirements in the prompt: enforcing access policies, restricting data sharing in SaaS/PaaS/IaaS, and preventing sensitive data exposure (DLP). A CASB operates by either sitting inline (via a proxy) to intercept and block traffic in real-time, or out-of-band (via APIs) to scan cloud storage for compliance violations and revoke overly permissive sharing links.
In a Tier 3 SOC role, you will use a CASB (like Netskope, Zscaler, or Microsoft Defender for Cloud Apps) for "Shadow IT Discovery." You ingest your corporate firewall logs into the CASB. The CASB parses these logs and reveals that 50 employees are using an unsanctioned PDF converter website. You then configure the CASB to integrate with your Endpoint Detection and Response (EDR) or web proxy to block access to that risky app across the entire enterprise, funneling users toward sanctioned corporate tools instead.
Understanding how a CASB actually works is critical for SOC engineering. There are two primary deployment modes:
1. Forward/Reverse Proxy (Inline): The CASB intercepts traffic between the user and the cloud app in real-time. This allows you to *block* an action (like downloading a file to an unmanaged device) before it happens.
2. API-Based (Out-of-Band): The CASB connects directly to the SaaS provider's backend (e.g., Google Workspace API). It can't block a download in real-time, but it can scan all historical files for PII, detect malware at rest, and automatically revoke public sharing permissions on documents.
Practice with more real-world threat detection scenarios.
Explore more CSA simulations