Skip to main content

DBotPredictTextLabel

This Script is part of the Deprecated Content (Deprecated) Pack.#

Deprecated

Predicts the text label using pre-trained machine learning phishing model. Note: The training playbook must run successfully first.

Script Data#


NameDescription
Script Typepython
Tagsml, phishing
Cortex XSOAR Version4.1.0+

Inputs#


Argument NameDescription
inputTextThe input text to predict on.
modelListNameThe XSOAR list name that stores the machine learning model.
hashDataWhether the input text is hashed.

Outputs#


PathDescriptionType
DBotPredictTextLabel.LabelThe suggested label.string
DBotPredictTextLabel.ProbabilityThe prediction probability.number
DBotPredictTextLabel.InputTextNumberOfTokensThe number of tokens in the input text.number
DBotPredictTextLabel.InputTextTokensThe input text.Unknown