DSPMCreateRiskSlackBlocks
This XSOAR automation script generates a Slack message block to notify users of risks detected by a Data Security Posture Management (DSPM) tool. The Slack block is dynamically constructed based on the details of the security incident and includes options for users to take specific actions, such as creating a Jira ticket or remediating the risk.
python · DSPM
Details
| ID | DSPMCreateRiskSlackBlocks |
|---|---|
| Language | python |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
README
This XSOAR automation script generates a Slack message block to notify users of risks detected by a Data Security Posture Management (DSPM) tool. The Slack block is dynamically constructed based on the details of the security incident and includes options for users to take specific actions, such as creating a Jira ticket or remediating the risk.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 6.10.0 |
Inputs
| Argument Name | Description |
|---|---|
| dspmIncident |
Outputs
| Path | Description | Type |
|---|---|---|
| slackBlock | Custom Slack for risk details notification. | Unknown |
commonfields: id: DSPMCreateRiskSlackBlocks version: -1 name: DSPMCreateRiskSlackBlocks script: '' type: python tags: [] comment: This XSOAR automation script generates a Slack message block to notify users of risks detected by a Data Security Posture Management (DSPM) tool. The Slack block is dynamically constructed based on the details of the security incident and includes options for users to take specific actions, such as creating a Jira ticket or remediating the risk. enabled: true args: - name: dspmIncident description: "" outputs: - contextPath: slackBlock description: Custom Slack for risk details notification. scripttarget: 0 subtype: python3 timeout: 100800h0m0s runonce: false dockerimage: demisto/python3:3.12.13.10116658 runas: DBotWeakRole engineinfo: {} fromversion: 6.10.0 tests: - No tests (auto formatted)