UTM bypass
In this example, UTM bypass is configured for Dropbox file downloading in the inline CASB profile.
To configure an inline CASB profile with UTM bypass in the GUI:
-
Configure the inline CASB profile:
-
Go to Security Profiles > Inline-CASB and click Create new.
-
Enter a Name, such as dropbox_test.
-
In the SaaS Applications table, click Create new. The Create SaaS Application Rules pane opens.
-
Search dropbox and select the dropbox application, then click Next.
-
In the Privilege Control table, select download-file and from the Set Action dropdown, select Bypass.
The Bypass UTM Profile(s) pane opens.
-
Click the + and set Profile(s) to File Filter.
-
Click OK to save the bypass UTM profile.
-
Click OK to save the inline CASB rule.
-
Click OK to save the inline CASB profile
-
-
Configure the firewall policy:
-
Go to Policy & Objects > Firewall Policy. Edit an existing policy, or create a new one.
-
Set the Inspection Mode to Proxy-based.
-
In the Security Profiles section, enable Inline-CASB and select the dropbox_test profile.
-
Set the SSL Inspection profile to one that uses deep inspection.
-
Configure the other settings as needed.
-
Click OK.
-
To configure an inline CASB profile with UTM bypass in the CLI:
-
Configure the inline CASB profile:
config casb profile edit "dropbox_test" config saas-application edit "dropbox" config access-rule edit "dropbox-download-file" set bypass file-filter set action bypass next end next end next end -
Configure the firewall policy:
config firewall policy edit 9 set name "casb_test_dropbox" set srcintf "port1" set dstintf "port3" set action accept set srcaddr "all" set dstaddr "all" set schedule "always" set service "ALL" set utm-status enable set inspection-mode proxy set ssl-ssh-profile "ssl" set casb-profile "dropbox_test" set nat enable next end
To test the configuration:
-
Open a browser and log in to Dropbox.
-
Attempt to download a file, such as a PDF. The download is successful.
Sample log:
1: date=2026-04-08 time=10:55:23 eventtime=1775670922625406688 tz="-0700" logid="2500010001" type="utm" subtype="casb" eventtype="casb" level="information" vd="root" policyid=9 poluuid="23fa6e58-fd3a-51f0-fcba-755a1c0b5610" policytype="policy" sessionid=3574 srcip=13.13.13.13 dstip=162.125.1.15 srcport=48562 dstport=443 srcintf="port1" srcintfrole="undefined" srcuuid="1c9e034e-72bc-51f0-4866-42e7eacff7bb" dstintf="port3" dstintfrole="undefined" dstuuid="70b43f6e-1e2b-51f1-c748-c3c24466ed2e" proto=6 url="https://uc3b405d6c8b72a0ba53075676f1.dl.dropboxusercontent.com/cd/0/get/C-OZIEfbqTRl_N_lx1yMpq31pEBeubCP_e1nsVnQuBjiDcU3LpfKGJqbl5jTpifx0NaSr271UwNjqW5ZE07rMKT3vLFWPKwBzw7hfhrRjW2MshlVg2g3qd85EtvXKCAiTXBFiMPVci6LmjDfAnARaz2EU9qizzw0JahHTPANAiOeoQ/file?_download_id=399831976025986201628746329668162684155635121667676120608087983697&_log_download_success=1" action="bypass" profile="dropbox_test" saasapp="dropbox" useractivity="dropbox-download" subaction="monitor" tenantmatch="missed" activitycategory="activity-control" msg="CASB access was allowed although it contained activity."