MarkAsEvidenceByTag
Mark entries as evidence if they are tagged with given tag.
python · Common Scripts
Details
| ID | MarkAsEvidenceByTag |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | Utility |
README
Mark entries as evidence if they are tagged with given tag
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utility |
Inputs
| Argument Name | Description |
|---|---|
| tag | Entries with the given tag will be marked as evidence |
| description | Description for the Evidence item |
Outputs
There are no outputs for this script.
args: - default: true description: Entries with the given tag will be marked as evidence. name: tag required: true - description: Description for the Evidence item. name: description required: true comment: Mark entries as evidence if they are tagged with given tag. commonfields: id: MarkAsEvidenceByTag version: -1 contentitemexportablefields: contentitemfields: fromServerVersion: "" enabled: true name: MarkAsEvidenceByTag runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - Utility type: python fromversion: 6.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)