|
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 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) with defined data and [document entries](#documents) with example fingerprints. |
| 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) with defined data, [document entries](#documents) with example fingerprints, and [AI prompt topics](#ai-prompt-topics). |
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 |
|
@@ -132,3 +132,20 @@ Uploaded document entries are read-only. To update a document entry, you must up |
132 | 132 | 5. Select **Save**. |
133 | 133 |
|
134 | 134 | Your new document entry will replace the original document entry. If your file upload fails, DLP will still use the original document fingerprint to scan traffic until you delete the entry. |
| 135 | + |
| 136 | +## AI prompt topics |
| 137 | + |
| 138 | +DLP uses [Cloud App Control](/cloudflare-one/policies/gateway/http-policies/#cloud-app-control) to detect and categorize prompts and responses submitted to generative AI tools. Cloud App Control analyzes prompts for both content and user intent. Supported prompt topic detections include: |
| 139 | + |
| 140 | +| Detection entry | Description | |
| 141 | +| ------------------------------------- | ------------------------------------------------------------------------------------------------ | |
| 142 | +| Content: PII | Prompt contains personal information such as names, SSNs, or email addresses | |
| 143 | +| Content: Credentials and Secrets | Prompt contains API keys, passwords, or other sensitive credentials | |
| 144 | +| Content: Source Code | Prompt contains actual source code, code snippets, or proprietary algorithms | |
| 145 | +| Content: Customer Data | Prompt contains customer names, projects, business activities, or confidential customer contexts | |
| 146 | +| Content: Financial Information | Prompt contains financial numbers or confidential business data | |
| 147 | +| Intent: PII | Prompt requests specific personal information about individuals | |
| 148 | +| Intent: Code Abuse and Malicious Code | Prompt requests malicious code for attacks, exploits, or harmful activities | |
| 149 | +| Intent: Jailbreak | Prompt attempts to circumvent AI security policies | |
| 150 | + |
| 151 | +To use an AI prompt topic, 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