SetPhishingCampaignDetails

Copying EmailCampaign context from current incident to other existing incident. This script runs with elevated permissions. Cortex XSOAR recommends using the built-in RBAC functionality to limit access to only those users requiring access to this script.

python · Phishing Campaign

Details

IDSetPhishingCampaignDetails
Languagepython
From Version6.0.0
Docker Imagedemisto/python3:3.12.13.10116658

README

Copying EmailCampaign context from current incident to other existing incident.
This script runs with elevated permissions.
Cortex XSOAR recommends using the built-in RBAC functionality to limit access to only those users requiring access to this script.

Script Data


Name Description
Script Type python3
Cortex XSOAR Version 6.0.0

Used In


This script is used in the following playbooks and scripts.

  • Detect & Manage Phishing Campaigns

Inputs


Argument Name Description
id Incident to set context values in.
append If false then the context key will be overwritten. If set to true then the script will append to existing context key.

Outputs


There are no outputs for this script.

commonfields:
  id: SetPhishingCampaignDetails
  version: -1
name: SetPhishingCampaignDetails
script: ''
type: python
tags: []
comment: |-
  Copying EmailCampaign context from current incident to other existing incident.
  This script runs with elevated permissions.
  Cortex XSOAR recommends using the built-in RBAC functionality to limit access to only those users requiring access to this script.
enabled: true
args:
- name: id
  default: true
  required: true
  description: Incident to set context values in.
- name: append
  auto: PREDEFINED
  predefined:
  - 'true'
  - 'false'
  description: If false then the context key will be overwritten. If set to true then the script will append to existing context key.
  defaultValue: 'false'
outputs: []
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.12.13.10116658
runas: DBotRole
fromversion: 6.0.0
tests:
- No tests (auto formatted)