Details
| ID | MapRaDarkIncidentDetails |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | Enrichment |
README
Map details to an RaDark incident.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Enrichment |
Inputs
| Argument Name | Description |
|---|---|
| itemDetails | Detailed items as a dictionary. |
Outputs
| Path | Description | Type |
|---|---|---|
| incident.kelaradarkdetails | The incident details. | string |
args: - description: Detailed items as a dictionary. name: itemDetails comment: Map details to an RaDark incident. commonfields: id: MapRaDarkIncidentDetails version: -1 dockerimage: demisto/python3:3.12.8.3296088 enabled: true name: MapRaDarkIncidentDetails outputs: - contextPath: incident.kelaradarkdetails description: The incident details. type: string runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - Enrichment type: python fromversion: 6.0.0 tests: - No tests (auto formatted)