InvestigationSummaryToTable
Creates a human readable table from ParseMalware context results.
python · Malware Investigation and Response
Details
| ID | InvestigationSummaryToTable |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | dynamic-section field-change-triggered |
README
Creates a human readable table from context results of InvestigationSummaryParse
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | dynamic-section |
| Cortex XSOAR Version | 6.2.0 |
Inputs
There are no inputs for this script.
Outputs
| Path | Description | Type |
|---|---|---|
| InvestigationSummary.Tactic | Tactic answered by the finding | String |
| InvestigationSummary.Label | Color (emoji) and Label of the finding. i.e. `🟢 Benign`. | String |
args: [] comment: Creates a human readable table from ParseMalware context results. commonfields: id: InvestigationSummaryToTable version: -1 name: InvestigationSummaryToTable outputs: - contextPath: InvestigationSummary.Tactic description: The Malware tactic name. type: String - contextPath: InvestigationSummary.Result description: The result shown in the table as a color emoji and a short description of the finding. For example, `🟢 Not detected`. type: String script: '-' tags: - dynamic-section - field-change-triggered type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 fromversion: 6.2.0 tests: - No tests (auto formatted)