Skip to main content

Trend Micro CAS - Take Action On Emails

This Playbook is part of the TrendAI™ Cloud App Security Pack.#

Supported versions

Available on Cortex XSOAR and Cortex XSIAM.

This playbook runs various actions on emails using TrendAI™ Cloud App Security, such as deleting and quarantine email messages, using the "trendmicro-cas-email-take-action" command and returns the results from the "trendmicro-cas-email-action-result-query" command.

Dependencies#

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

Sub-playbooks#

  • GenericPolling

Integrations#

  • TrendMicro Cloud App Security
  • TrendMicroCAS

Scripts#

This playbook does not use any scripts.

Commands#

  • trendmicro-cas-email-action-result-query
  • trendmicro-cas-email-take-action

Playbook Inputs#


NameDescriptionDefault ValueRequired
action_typeThe action to take on an email message, such as delete or quarantine. Can be: "MAIL_DELETE", or "MAIL_QUARANTINE".Required
mailboxThe email address of an email message for which to take action.Required
mail_messge_idThe Internet message ID of an email message for which to take action. To retrieve the ID use the "trendmicro-cas-email-sweep" command.Required
mail_unique_idThe unique ID of an email message for which to take action. To retrieve the ID use the "trendmicro-cas-email-sweep" command.Required
mail_message_delivery_timeThe time and date when an email message is sent. To retrieve the information, use the "trendmicro-cas-email-sweep" command.Required
Interval1Optional
Timeout15Optional

Playbook Outputs#


PathDescriptionType
TrendMicroCAS.EmailActionResult.account_providerThe provider of the protected service.string
TrendMicroCAS.EmailActionResult.account_user_emailThe email address used to create the user account on which an action.string
TrendMicroCAS.EmailActionResult.action_executed_atThe time and date when the action was processed.date
TrendMicroCAS.EmailActionResult.action_idThe unique ID of a threat mitigation task.string
TrendMicroCAS.EmailActionResult.action_requested_atThe time and date when the API request containing the action was received.date
TrendMicroCAS.EmailActionResult.action_typeThe action taken on an email message.string
TrendMicroCAS.EmailActionResult.batch_idThe unique ID of the Threat Mitigation API request.string
TrendMicroCAS.EmailActionResult.error_codeThe result code of the action.string
TrendMicroCAS.EmailActionResult.error_messageThe string describing the result code.number
TrendMicroCAS.EmailActionResult.statusThe status of an action taken. Can be: "Created": The API request
containing the action was received. "Executing": The action is executing.
"Success": The action was successful. "Skipped": The action is skipped.
"Failed": The action failed.
string
TrendMicroCAS.EmailActionResult.serviceThe name of the protected service.string
TrendMicroCAS.EmailActionResult.mail_unique_idThe Unique ID of an email message on which an action was taken.string
TrendMicroCAS.EmailActionResult.mail_message_idThe Internet message ID of an email message on which an action was taken.string
TrendMicroCAS.EmailActionResult.mailboxThe email address of an email message on which an action was taken.string

Playbook Image#


Trend Micro CAS - Take Action On Emails