StringSifter
StringSifter Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.1.0 and later.
This script runs the StringSifter ML tool for malware analysis and ranking of words. You can enter an entryID or string_text as input.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Cortex XSOAR Version | 6.1.0 |
#
InputsArgument Name | Description |
---|---|
limit | Limit output to the top limit ranked strings. |
min_score | Limit output to strings with score >= min-score. |
file_name | The file name. Mandatory when entering the data as string_text. |
string_text | The text to analyze with StringSifter. |
entryID | The file to process. |
#
OutputsPath | Description | Type |
---|---|---|
Stringsifter.FileName | The name of the file StringSifter operated on. | Unknown |
Stringsifter.Results | The results from StringSifter. | Unknown |