敏感データのスキャン
Cloudflare Data Loss Prevention (DLP)を使用して、SaaSアプリケーションに保存されているファイルに敏感データが含まれているかどうかを確認できます。 SaaSアプリでDLPスキャンを実行するには、まず検出したいデータパターンを含むDLPプロファイルを構成し、その後CASB統合でそれらのプロファイルを有効にします。
Cloudflareが事前定義したDLPプロファイルを使用するか、正規表現、事前定義された検出エントリ、およびDLPデータセットに基づいて独自のカスタムプロファイルを作成できます。
- In Zero Trust ↗, go to DLP > DLP Profiles.
- Choose a predefined profile and select Configure.
- Enable one or more Detection entries according to your preferences. The DLP Profile matches using the OR logical operator — if multiple entries are enabled, your data needs to match only one of the entries.
- Select Save profile.
DLPプロファイルは、CASBで使用する準備が整いました。
-
In Zero Trust ↗, go to DLP > DLP Profiles.
-
Select Create profile.
-
Enter a name and optional description for the profile.
-
Add custom or existing detection entries.
Add a custom entry
-
Select Add custom entry and give it a name.
-
In Value, enter a regular expression (or regex) that defines the text pattern you want to detect. For example,
test\d\dwill detect the wordtestfollowed by two digits.- Regular expressions are written in Rust. We recommend validating your regex with Rustexp ↗.
- DLP detects UTF-8 characters, which can be up to 4 bytes each. Custom text pattern detections are limited to 1024 bytes in length.
- DLP does not support regular expressions with
+or*operators because they are prone to exceeding the length limit. For example, the regex patterna+can detect an infinite number ofacharacters. We recommend usinga{min,max}instead, such asa{1,1024}.
-
To save the detection entry, select Done.
Add existing entries
Existing entries include predefined detection entries and DLP datasets.
- Select Add existing entries.
- Choose which entries you want to add, then select Confirm.
- To save the detection entry, select Done.
-
-
(Optional) Configure Advanced settings for the profile.
-
Select Save profile.
DLPプロファイルは、CASBで使用する準備が整いました。
詳細については、DLPプロファイルの構成を参照してください。
- Zero Trust ↗に移動し、CASB > Integrationsを選択します。
- Add integrationを選択し、サポートされている統合を選択します。
- セットアッププロセス中に、統合のためのDLPプロファイルを選択するように求められます。
- Save integrationを選択します。
CASBは、統合内のすべての公開アクセス可能なファイルをDLPプロファイルに一致するテキストのためにスキャンします。初回のスキャンには数時間かかる場合があります。
- Zero Trust ↗に移動し、CASB > Integrationsを選択します。
- サポートされている統合を選択し、Configureを選択します。
- DLP profilesの下で、統合がスキャンするプロファイルを選択します。
- Save integrationを選択します。
Manage integrationsページからDLPプロファイルを有効にすると、CASBはDLPプロファイルが有効になってから変更イベントがあった公開アクセス可能なファイルのみをスキャンします。変更イベントには、以下の属性の変更が含まれます:
- ファイルの内容
- ファイルの名前
- ファイルの可視性(公開アクセス可能に変更された場合のみ)
- ファイルの所有者
- ファイルの場所(例えば、別のフォルダーに移動された場合)
過去のデータをスキャンするには、統合セットアップフロー中にDLPプロファイルを有効にする必要があります。
DLPは以下のみをスキャンします:
- テキストベースのファイル(文書、スプレッドシート、PDFなど)。画像はサポートされていません。
- ファイルサイズ ≤ 100 MB。