Skip to main content

Phishing - Machine Learning Analysis

This Playbook is part of the Phishing Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.1.0 and later.

Runs various machine-learning based checks on phishing emails and URLs, in an attempt to predict whether they are phishing or benign.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

This playbook does not use any integrations.

Scripts#

  • DBotPredictURLPhishing
  • DBotPredictPhishingWords
  • DBotPredictOutOfTheBoxV2
  • IsIntegrationAvailable

Commands#

  • setIncident

Playbook Inputs#


NameDescriptionDefault ValueRequired
ExtractedURLsFromFilesThe list of URLs that were extracted from the file. This output is a duplicate of the URL.Data output and it enables parent playbooks to identify the URLs generated by this playbook.Optional
PhishingModelNameOptional - the name of a pre-trained phishing model to predict phishing type using machine learning.Optional
DBotPredictURLPhishingURLsNumberThe number of URLs to extract from the email HTML and analyze in the "DBotPredictURLPhishing" automation.
This automation runs several checks to determine the score of the URLs found in the email, sets a verdict for URLs found as "Suspicious" or "Malicious", and adds these URLs as indicators. Based on the verdict, the incident severity is set (Medium for "Suspicious" and High for "Malicious").
Note:
- You need to install the "Phishing URL" pack to use this automation.
- False/True positives are possible.
- This automation may take a few minutes to run.
- To increase result accuracy, it is recommended to install and enable the "Whois" pack (optional).
Optional
EmailTextThe email text of the phishing email if it exists.Optional
EmailHTMLThe email HTML body of the phishing email if it exists.Optional
EmailSubjectThe subject of the phishing email if it exists.Optional

Playbook Outputs#


There are no outputs for this playbook.

Playbook Image#


Phishing - Machine Learning Analysis