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/policies/data-loss-prevention/datasets.mdx
+26-6Lines changed: 26 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ sidebar:
7
7
8
8
import { Details } from"~/components";
9
9
10
-
Cloudflare DLP can scan your web traffic and SaaS applications for specific data defined in a custom detection entry. Detection entries allow you to define custom data patterns for DLP to detect using [DLP profiles](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/). Detection entries include custom [datasets](#datasets) and [documents](#documents).
10
+
Cloudflare DLP can scan your web traffic and SaaS applications for specific data defined in custom detection entries. Detection entries allow you to define custom data patterns for DLP to detect using [DLP profiles](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/). Detection entries include custom [datasets](#datasets) and [documents](#documents).
11
11
12
12
You can configure sensitive data to be hashed before reaching Cloudflare and redacted from matches in [payload logs](/cloudflare-one/policies/data-loss-prevention/dlp-policies/logging-options/#log-the-payload-of-matched-rules).
13
13
14
14
## Datasets
15
15
16
-
You can upload custom datasets to scan for specific matching data.
16
+
You can create and upload custom datasets to scan for specific matching data.
17
17
18
18
### Dataset types
19
19
@@ -53,7 +53,7 @@ To select which Exact Data Match columns to use, you will need to [reupload any
53
53
54
54
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DLP** > **Detection entries**.
55
55
2. Go to **Datasets**.
56
-
3. Select **Add a dataset**, then choose **Exact Data Match**.
56
+
3. Select **Add a dataset**. In **Exact Data Match (EDM)**, choose **Select**.
57
57
4. Upload your dataset file. Select **Next**.
58
58
5. Review and choose the detected columns you want to include. Select **Next**.
59
59
6. Name your dataset. Optionally, add a description. Select **Next**.
@@ -67,7 +67,7 @@ DLP will encrypt your dataset and save its hash.
67
67
68
68
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DLP** > **Detection entries**.
69
69
2. Go to **Datasets**.
70
-
3. Select **Add a dataset**, then choose **Custom Wordlist**.
70
+
3. Select **Add a dataset**. In **Custom Wordlist (CWL)**, choose **Select**.
71
71
4. Name your dataset. Optionally, add a description.
72
72
5. (Optional) In **Settings**, turn on **Enforce case sensitivity** to require matched values to contain exact capitalization.
73
73
6. In **Upload file**, choose your dataset file.
@@ -77,7 +77,7 @@ DLP will save your dataset in cleartext.
77
77
78
78
</Details>
79
79
80
-
To use your uploaded dataset, add it as an existing entry to a [custom DLP profile](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/#build-a-custom-profile).
80
+
The dataset will appear in the list with an **Uploading** status. Once the upload is complete, the status will change to **Complete**. To use your uploaded dataset, add it as an existing entry to a [custom DLP profile](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/#build-a-custom-profile).
81
81
82
82
### Manage existing datasets
83
83
@@ -97,4 +97,24 @@ If you want to update an Exact Data Match dataset to remove a column in use as a
97
97
98
98
## Documents
99
99
100
-
You can upload documents to scan for unstructured data or specific document types.
100
+
You can upload example documents to scan for unstructured data or specific document types common to your organization. DLP will create a unique fingerprint of the document and detect patterns in your organization's traffic based on how similar it is to the original fingerprint.
101
+
102
+
DLP stores uploaded documents in a [Cloudflare R2](/r2/) bucket. To upload sensitive data that is encrypted before reaching Cloudflare and only stored in memory, use [Exact Data Match](#exact-data-match).
103
+
104
+
### Prepare document entries
105
+
106
+
DLP supports documents in `.docx` and `.txt` format. Documents must be under 10 MB.
107
+
108
+
### Upload a document entry
109
+
110
+
To upload a new document entry to DLP:
111
+
112
+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **DLP** > **Detection entries**.
113
+
2. Go to **Documents**.
114
+
3. Select **Add a document entry**.
115
+
4. Name your document. Optionally, add a description. Select **Next**.
116
+
5. In **Minimum similarity for matches**, enter a value between 0% and 100%.
117
+
6. Upload your document.
118
+
7. Select **Save**.
119
+
120
+
The document will appear in the list with an **Uploading** status. Once the upload is complete, the status will change to **Complete**. To use your uploaded document, add it as an existing entry to a [custom DLP profile](/cloudflare-one/policies/data-loss-prevention/dlp-profiles/#build-a-custom-profile).
0 commit comments