StringSifter

This script runs the StringSifter ML tool for malware analysis and ranking of words. You can enter an entryID or string_text as input.

python · StringSifter

Details

IDStringSifter
Languagepython
From Version6.1.0
Docker Imagedemisto/stringsifter:3.20230711.11024822

README

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 Data


Name Description
Script Type python3
Cortex XSOAR Version 6.1.0

Inputs


Argument 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.

Outputs


Path Description Type
Stringsifter.FileName The name of the file StringSifter operated on. Unknown
Stringsifter.Results The results from StringSifter. Unknown
args:
- description: Limit output to the top limit ranked strings.
  name: limit
- description: Limit output to strings with score >= min-score.
  name: min_score
- description: The file name. Mandatory when entring the data as string_text.
  name: file_name
- description: The text to analyze with StringSifter.
  name: string_text
- description: The file to process.
  name: entryID
comment: This script runs the StringSifter ML tool for malware analysis and ranking of words. You can enter an entryID or string_text as input.
commonfields:
  id: StringSifter
  version: -1
name: StringSifter
outputs:
- contextPath: Stringsifter.FileName
  description: The name of the file StringSifter operated on.
- contextPath: Stringsifter.Results
  description: The results from StringSifter.
script: ''
type: python
subtype: python3
dockerimage: demisto/stringsifter:3.20230711.11024822
fromversion: 6.1.0