Skip to main content

PhishUp Mail Scanner

This Playbook is part of the PhishUp Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.0.0 and later.

Extracts URLs from mail body and checks URLs with PhishUp. Takes action based on PhishUp results.

Dependencies#

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

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • PhishUp
  • Gmail

Scripts#

  • IncreaseIncidentSeverity

Commands#

  • closeInvestigation
  • phishup-get-chosen-action
  • url
  • extractIndicators
  • phishup-evaluate-response
  • gmail-delete-mail
  • gmail-move-mail

Playbook Inputs#


NameDescriptionDefault ValueRequired
EmailBodyHtmlEmail Mail Body for extracting URLs. Default Value is "${incident.emailbodyhtml}"${incident.emailbodyhtml}Required
ShouldPhishUpActionWorkIf you do not want actions such as deleting mail and moving to spam in PhishUp playbook, you should set the value False. Default value is TrueTrueRequired
GmailMessageIDIdentify mail for deleting and moving funcitons. Defaultly it comes from incident which is setted from PhishUp Gmail Mapper${incident.emailmessageid}Required
GmailUserIDIdentify user for deleting and moving funcitons. Defaultly it comes from incident which is setted from PhishUp Gmail Mapper${incident.emailto}Required

Playbook Outputs#


PathDescriptionType
PhishUp.EvaluationPhishing Result for URLs inside the HTML (Clean, Phish)string

Playbook Image#


PhishUp Mail Scanner