You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/applications/scan-apps/casb-dlp.mdx
+10-16Lines changed: 10 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,15 @@ pcx_content_type: concept
3
3
title: Scan for sensitive data
4
4
sidebar:
5
5
order: 3
6
-
7
6
---
8
7
9
-
import { Render } from"~/components"
8
+
import { Render } from"~/components";
10
9
11
10
:::note
12
-
13
-
14
11
Requires Cloudflare CASB and Cloudflare DLP.
15
-
16
-
17
12
:::
18
13
19
-
You can use [Cloudflare Data Loss Prevention (DLP)](/cloudflare-one/policies/data-loss-prevention/) to discover if files stored in your SaaS application contain sensitive data.
20
-
To perform DLP scans in a SaaS app, first configure a DLP profile with the data patterns you want to detect, then enable those profiles in a CASB integration.
14
+
You can use [Cloudflare Data Loss Prevention (DLP)](/cloudflare-one/policies/data-loss-prevention/) to discover if files stored in a SaaS application contains sensitive data. To perform DLP scans in a SaaS app, first configure a [DLP profile](#configure-a-dlp-profile) with the data patterns you want to detect, then [add the profile](#enable-dlp-scans-in-casb) to a CASB integration.
21
15
22
16
## Supported integrations
23
17
@@ -61,17 +55,17 @@ CASB will scan every publicly accessible file in the integration for text that m
61
55
62
56
If you enable a DLP profile from the **Manage integrations** page, CASB will only scan publicly accessible files that have had a modification event since enabling the DLP profile. Modification events include changes to the following attributes:
63
57
64
-
* Contents of the file
65
-
* Name of the file
66
-
* Visibility of the file (only if changed to publicly accessible)
67
-
* Owner of the file
68
-
* Location of the file (for example, moved to a different folder)
58
+
- Contents of the file
59
+
- Name of the file
60
+
- Visibility of the file (only if changed to publicly accessible)
61
+
- Owner of the file
62
+
- Location of the file (for example, moved to a different folder)
69
63
70
64
In order to scan historical data, you must enable the DLP profile during the [integration setup flow](#add-a-new-integration).
71
65
72
66
## Limitations
73
67
74
-
DLP will only scan:
68
+
DLP in CASB will only scan:
75
69
76
-
*[Text-based files](/cloudflare-one/policies/data-loss-prevention/#supported-file-types) such as documents, spreadsheets, and PDFs. Images are not supported.
77
-
* Files ≤ 100 MB.
70
+
-[Text-based files](/cloudflare-one/policies/data-loss-prevention/#supported-file-types) such as documents, spreadsheets, and PDFs. Images are not supported.
Cloudflare CASB detects when integrations are unhealthy or outdated.
12
11
13
-
Common integration issues include changes to SaaS app configurations, user access, or permission scope. Integrations may need to be updated to support new features or permissions.
12
+
Common integration issues include changes to SaaS app or cloud environment configurations, user access, or permission scope. Integrations may need to be updated to support new features or permissions.
14
13
15
14
## Identify unhealthy or outdated integrations
16
15
@@ -20,21 +19,21 @@ To identify unhealthy CASB integrations, go to **CASB** > **Integrations** or **
20
19
21
20
You can repair unhealthy CASB integrations through your list of integrations or findings.
22
21
23
-
<Tabs> <TabItemlabel="integrations">
22
+
<Tabs> <TabItemlabel="Integrations">
24
23
25
24
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **CASB** > **Integrations**.
26
25
2. Choose your unhealthy integration.
27
26
3. Select **Reauthorize**.
28
-
4. In your SaaS app, reauthorize your account.
27
+
4. In your SaaS app or cloud environment, reauthorize your account.
29
28
30
29
</TabItem>
31
30
32
-
<TabItemlabel="findings">
31
+
<TabItemlabel="Findings">
33
32
34
33
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **CASB** > **Findings**.
35
34
2. Choose the finding highlighted in red. CASB will redirect you to the unhealthy integration.
36
35
3. Select **Reauthorize**.
37
-
4. In your SaaS app, reauthorize your account.
36
+
4. In your SaaS app or cloud environment, reauthorize your account.
38
37
39
38
</TabItem> </Tabs>
40
39
@@ -45,4 +44,4 @@ Upgrading an outdated integration will allow the integration to access new featu
45
44
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **CASB** > **Integrations**.
46
45
2. Choose your outdated integration.
47
46
3. Select **Upgrade integration**.
48
-
4. In your SaaS app, upgrade your app and reauthorize your account.
47
+
4. In your SaaS app or cloud environment, upgrade your app and reauthorize your account.
0 commit comments