CreateYARARuleIndicators
Yara Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.10.0 and later.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | Utility |
#
InputsArgument Name | Description |
---|---|
string | One or more YARA signatures in string format. |
entryID | An entry ID for a file containing YARA signatures. |
#
OutputsPath | Description | Type |
---|---|---|
CreateYARARuleIndicators.value | The YARA Rule name | string |
CreateYARARuleIndicators.description | The YARA Rule description. | string |
CreateYARARuleIndicators.rawrule | The raw YARA Rule in code block format. | string |
CreateYARARuleIndicators.rulecondition | The YARA Rule condition. | string |
CreateYARARuleIndicators.strings | The YARA Rule strings in grid format. | string |
CreateYARARuleIndicators.tags | The YARA Rule tags. | string |