DLP - Get User Feedback
Get the user feedback on a blocked file, whether it is false or true positive and if an exemption is needed.
Enterprise DLP by Palo Alto Networks · 24 tasks · 5 inputs · 1 output
Details
| ID | DLP - Get User Feedback |
|---|---|
| From Version | 6.8.0 |
| Tasks | 24 |
README
Get the user feedback on a blocked file, whether it is false or true positive and if an exemption is needed.
Dependencies
This playbook uses the following sub-playbooks, integrations, and scripts.
Sub-playbooks
DLP - Get User Feedback via Email
Integrations
Palo_Alto_Networks_Enterprise_DLP
Scripts
- Set
- SetAndHandleEmpty
- DlpAskFeedback
Commands
- pan-dlp-get-report
- setIncident
- pan-dlp-exemption-eligible
- pan-dlp-update-incident
Playbook Inputs
| Name | Description | Default Value | Required |
|---|---|---|---|
| UserDisplayName | The display name of the user. | Optional | |
| MessageApp | Choose the application to communicate with the users. Available options: - Slack - Microsoft Teams |
Optional | |
| SendMailInstance | The name of the instance to be used when executing the “send-mail” command in the playbook. In case it will be empty, all available instances will be used (default). | Optional | |
| UserEmail | The user email address. | Optional | |
| Detections | Detected violation snippets. | Optional |
Playbook Outputs
| Path | Description | Type |
|---|---|---|
| UserRequestedExemption | Whether the user requested exemption or not. | unknown |
Playbook Image

Inputs
UserDisplayName— The display name of the user.MessageApp— Choose the application to communicate with the users. Available options: - Slack - Microsoft TeamsSendMailInstance— The name of the instance to be used when executing the "send-mail" command in the playbook. In case it will be empty, all available instances will be used (default).UserEmail— The user email address.Detections— Detected violation snippets.
Outputs
UserRequestedExemption— Whether the user requested exemption or not.
Commands used
pan-dlp-exemption-eligible
pan-dlp-update-incident
setIncident
Flowchart
Get the user feedback via email on a blocked file, whether it is false or true positive and if an exemption is needed. ## Dependencies This playbook uses the following sub-playbooks, integrations, and scripts. ### Sub-playbooks This playbook does not use any sub-playbooks. ### Integrations Palo_Alto_Networks_Enterprise_DLP ### Scripts SetAndHandleEmpty ### Commands * setIncident * pan-dlp-update-incident ## Playbook Inputs --- | **Name** | **Description** | **Default Value** | **Required** | | --- | --- | --- | --- | | UserDisplayName | The display name of the user. | | Optional | | data_profile_name | The name of the DLP data profile that detected the violation. | | Optional | | file_name | The name of the file that triggered the incident. | | Optional | | question_type | Whether to ask the user about the file content or about an exemption. | | Optional | | SendMailInstance | The name of the instance to be used when executing the "send-mail" command in the playbook. In case it will be empty, all available instances will be used \(default\). | | Optional | | UserEmail | The user email address. | | Optional | | Snippets | The snippets of the violation. | | Optional | ## Playbook Outputs --- | **Path** | **Description** | **Type** | | --- | --- | --- | | UserRequestedExemption | Whether the user requested exemption or not. | unknown | ## Playbook Image --- 