Lesson 15 of 35CASBCASB

What is CASB?Cloud Access Security Broker explained

Shows IT which cloud applications employees use, including unapproved services, and applies access and data-protection rules to sanctioned SaaS products such as Microsoft 365 and Salesforce.

By Reviewed

Verified Sources: microsoft.com, cisco.com, paloaltonetworks.com

The lesson

Finding the apps your IT team never approved

Employees sign up for cloud apps on their own every day — file sharing, note-taking, AI helpers — and each one may hold company data nobody is protecting. This lesson explains how those apps get discovered and brought under control.

If it helps, think of it as… the company card statement

Picture a finance manager reading the company credit-card statement and finding dozens of subscriptions no one ever approved — some useful, some risky, some long forgotten but still charging. Step one is simply seeing the full list. Step two is setting rules: these services are fine, these need review, and these get cancelled before they cause real trouble.

Network & proxy logs

Which cloud services employees actually reach

API connections

Direct visibility inside sanctioned apps

User & device context

Who is signing in, and from what

CASB policy engine

Classifies apps and applies rules

Shadow IT inventory

Every app in use, scored by risk

Data controls

Risky sharing blocked or fixed in approved apps

Alerts

Suspicious logins and malware in cloud files

Traffic logs and direct app connections feed one policy engine that reveals shadow IT and enforces data rules inside approved apps.

What it does

A cloud access security broker (CASB) sits between a company's users and the cloud applications they use, and answers two questions IT can no longer answer on its own. First: which cloud apps are employees actually using? Second: inside the apps we've approved, what's happening to our data?

The first question matters because anyone with a browser and a company email address can adopt a new SaaS tool — software as a service, apps that run in the vendor's cloud — without asking. Security teams call the resulting sprawl shadow IT. The second matters because approved apps hold the company's most sensitive files, and a single "anyone with the link can view" setting can quietly publish them to the world.

The problem it solves

An analyst under deadline pressure uploads a customer spreadsheet to a free file-sharing site IT has never heard of, because the approved tool felt slow. A recruiter pastes candidate records into an unvetted AI assistant. A departing salesperson shares the pipeline folder from an approved app to a personal account.

None of this is an "attack" in the classic sense — no malware, no exploit. It's ordinary people routing around friction, and it scatters regulated data into places with unknown security, no contract, and no way to delete it later. A CASB makes this visible: it inventories every cloud service in use, scores each one's risk, and enforces rules about what data may go where — before the quiet leak becomes a breach notification.

How it works, step by step

  1. Discovery: the broker analyzes traffic logs from firewalls, proxies, and secure gateways to identify every cloud service employees touch, then rates each app on factors like security certifications and data handling.
  2. Sanctioning decisions: IT sorts the list — approve, tolerate with limits, or block — and the policy is enforced at the network edge.
  3. API connection: for approved apps, the CASB plugs directly into the app's own interface, seeing files, sharing settings, and user activity from the inside — no traffic interception needed.
  4. Policy enforcement: rules run continuously — revoke public links on files containing customer data, block downloads to unmanaged personal devices, quarantine malware uploaded to shared drives.
  5. Threat detection: the broker watches for signs of account takeover, like a login from a new country followed by a mass download.

What it doesn't do

A CASB governs cloud application use; it doesn't secure the cloud infrastructure your engineers build on, and it can't inspect what it never sees — an employee on home Wi-Fi using a personal device may bypass network-based discovery entirely. Inline controls can also add friction that pushes users toward workarounds if policies are heavy.

The common beginner misconception is that blocking is the goal. Blocking one file-sharing site spawns three replacements; the durable fix is visibility plus a sanctioned alternative that's actually good.

How it fits the stack

CASB functions increasingly ship inside SASE and zero trust platforms, which put the same policy engine in front of all traffic. The data-handling rules a CASB enforces are a cloud-shaped extension of DLP, and its picture of who is signing in from where depends on the identity foundation laid by IAM and single sign-on.

Terms you just met

Each links to its plain-language definition in the glossary.

The field guide

Evaluating this category

A second pass for buyers: market context, distinctions that matter, and what to weigh when tools in this category start looking alike.

Most of a modern company's work happens inside software-as-a-service applications — email, documents, CRM, chat, file sharing — running on someone else's infrastructure, reachable from any device, anywhere. The corporate network stopped being the boundary around company data years ago; the boundary is now hundreds of cloud apps, most of which IT never formally approved.

A cloud access security broker (CASB) sits between users and those cloud services as a policy enforcement point: it reveals which apps are actually in use, and applies security and data-protection rules to the ones the organization sanctions.

The problem it solves

The first problem is visibility. Employees adopt cloud tools on their own — a file converter here, an AI assistant there — and each unsanctioned app is a place company data can end up with no contract, no security review, and no way to get it back. Security teams routinely discover their organization uses ten times more cloud apps than they thought.

The second problem is control inside the apps they do sanction. A file share set to "anyone with the link," a customer export synced to a personal account, a sign-in from a stolen credential — none of this crosses a firewall or touches a managed server. The activity lives entirely inside the SaaS provider's platform, where traditional network and endpoint controls simply cannot see.

How it works

Discovery starts with traffic metadata: by analyzing logs from firewalls, proxies, or endpoint agents, the broker identifies which cloud services are being used, by whom, and how much data flows to each — then scores each app's risk so IT can decide what to sanction, tolerate, or block.

For sanctioned apps, enforcement comes in two modes. API-based deployment connects directly to the SaaS provider's management interfaces, inspecting stored files, sharing settings, and user activity out-of-band — easy to deploy and able to see data already at rest, but acting after the fact. Inline deployment routes traffic through a proxy, letting policy block an action — an upload, a download, a share — as it happens, at the cost of more deployment complexity. Most products offer both, layering data-loss-prevention rules, malware scanning, behavior analytics for compromised accounts, and adaptive controls that restrict what a risky session can do rather than blocking it outright.

CASB vs SWG

A secure web gateway also inspects traffic between users and the internet, and the two overlap enough to be confused. The difference is depth versus breadth: a web gateway filters traffic to any destination, deciding mainly whether a site can be visited at all, while a broker understands specific applications — distinguishing a download from a share-setting change inside the same app, and enforcing different rules for corporate versus personal instances of the same service.

In practice the two have converged: most vendors now sell both as components of a security service edge platform, sharing one policy engine.

Choosing one

The buying decision increasingly starts with what you already own: standalone products are rare, and both major suite vendors and SSE platforms include this capability. Evaluate the module against your actual app estate — coverage depth varies sharply beyond the biggest SaaS suites, so test against the long tail of apps your discovery phase turns up. Confirm both deployment modes are real and usable, since API-only offerings cannot block anything in the moment, and check how well identity integration works — adaptive controls are only as good as the risk signals feeding them.

Capability taxonomy

What buyers typically evaluate when comparing tools in this category.

Shadow IT discovery
Identifies unsanctioned cloud apps in use across the organization.
Sanctioned app data controls
Applies data loss prevention policy to files and data inside approved SaaS apps.
SaaS threat protection
Detects malware and account compromise within cloud app activity.
Adaptive access control
Adjusts what a user can do in a cloud app based on device and risk context.
API-based & inline deployment
Offers both API-based visibility and inline proxy enforcement modes.
Compliance reporting
Reports cloud app usage and data exposure against regulatory requirements.

Tools in this category

Now that you know what CASB does, see who does it.

Search Cyber Tool Stack

Jump to any tool, vendor, category, or glossary term.