RunCPPhishingCampaign

Search other emails by sender and/or subject and quarantine.

python · Check Point Harmony Email and Collaboration (HEC)

Details

IDRunCPPhishingCampaign
Languagepython
From Version6.9.0
Docker Imagedemisto/python3:3.12.13.10116658

README

Search other emails by sender and/or subject and quarantine.

Script Data


Name Description
Script Type python3
Cortex XSOAR Version 6.9.0

Inputs


Argument Name Description
date_range Range to cover from the past.
by_sender Get emails from the same sender.
by_subject Get emails with the same subject.

Outputs


There are no outputs for this script.

commonfields:
  id: RunCPPhishingCampaign
  version: -1
name: RunCPPhishingCampaign
script: ""
type: python
tags: []
comment: Search other emails by sender and/or subject and quarantine.
enabled: true
args:
- name: date_range
  required: true
  type: String
  description: Range to cover from the past.
- name: by_sender
  required: true
  auto: PREDEFINED
  predefined:
  - "false"
  - "true"
  description: Get emails from the same sender.
- name: by_subject
  required: true
  auto: PREDEFINED
  predefined:
  - "false"
  - "true"
  description: Get emails with the same subject.
scripttarget: 0
subtype: python3
runonce: false
dockerimage: demisto/python3:3.12.13.10116658
runas: DBotWeakRole
fromversion: 6.9.0
tests:
- No tests (auto formatted)