Skip to main content

Trend Micro CAS - Take Action On User Accounts

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 a user's account using TrendAI™ Cloud App Security, such as disabling accounts, requesting multi-factor authentication, and requesting a password, using the "trendmicro-cas-user-take-action" command and returns the result using the "trendmicro-cas-user-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-user-action-result-query
  • trendmicro-cas-user-take-action

Playbook Inputs#


NameDescriptionDefault ValueRequired
action_typeAction to take on an email message. Options include:
MAIL_DELETE: deletes an email message
MAIL_QUARANTINE: quarantines an email message
Required
account_user_emailThe account user email for which to take action.Required
Interval1Optional
Timeout15Optional

Playbook Outputs#


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

Playbook Image#


Trend Micro CAS - Take Action On User Accounts