Cybereason - Download Close File
This playbook aborts a file download operation which is in progress based on the Malop ID and username provided.
Cybereason · 5 tasks · 2 inputs · 0 outputs
Details
| ID | Cybereason - Download Close File |
|---|---|
| From Version | 6.5.0 |
| Tasks | 5 |
README
This playbook aborts a file download operation which is in progress based on the Malop ID and username provided.
Dependencies
This playbook uses the following sub-playbooks, integrations, and scripts.
Sub-playbooks
This playbook does not use any sub-playbooks.
Integrations
Cybereason
Scripts
This playbook does not use any scripts.
Commands
- cybereason-start-fetchfile
- cybereason-fetchfile-progress
- cybereason-close-file-batch-id
Playbook Inputs
| Name | Description | Default Value | Required |
|---|---|---|---|
| malopGUID, userName | Malop GUID for fetching a file from a sonsor to download, The complete Cybereason user name string for the user performing the request | Optional |
Playbook Outputs
Playbook Image

Inputs
malopGUID— The unique ID assigned by the Cybereason platform for the Malop.Username— The complete Cybereason user name string for the user performing the request.
Commands used
cybereason-close-file-batch-id
cybereason-fetchfile-progress
cybereason-start-fetchfile
Flowchart
id: Cybereason - Download Close File version: -1 name: Cybereason - Download Close File description: This playbook aborts a file download operation which is in progress based on the Malop ID and username provided. starttaskid: "0" tasks: "0": id: "0" taskid: 779e97cb-1b2c-42c2-86bd-88959bf6610e type: start task: id: 779e97cb-1b2c-42c2-86bd-88959bf6610e version: -1 name: "" description: "" iscommand: false brand: "" nexttasks: '#none#': - "1" separatecontext: false view: |- { "position": { "x": 540, "y": 50 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "1": id: "1" taskid: 296f099d-252f-4c13-8199-228130a32cd2 type: regular task: id: 296f099d-252f-4c13-8199-228130a32cd2 version: -1 name: cybereason-start-fetchfile description: Start fetching the file to download script: Cybereason|||cybereason-start-fetchfile type: regular iscommand: true brand: Cybereason nexttasks: '#none#': - "2" scriptarguments: malopGUID: simple: ${inputs.malopGUID} userName: simple: ${inputs.Username} separatecontext: false view: |- { "position": { "x": 540, "y": 230 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "2": id: "2" taskid: 2a8fa3f4-2891-43a4-8f90-c55f99eedb2a type: regular task: id: 2a8fa3f4-2891-43a4-8f90-c55f99eedb2a version: -1 name: cybereason-progress description: Return a batch id for files waiting for download script: Cybereason|||cybereason-fetchfile-progress type: regular iscommand: true brand: Cybereason nexttasks: '#none#': - "3" scriptarguments: malopGuid: simple: ${inputs.malopGUID} separatecontext: false view: |- { "position": { "x": 540, "y": 410 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "3": id: "3" taskid: 72702a2f-9f78-499a-88b9-2b803626c452 type: regular task: id: 72702a2f-9f78-499a-88b9-2b803626c452 version: -1 name: cybereason-close-fetchfile description: Aborts a file download operation that is in progress script: Cybereason|||cybereason-close-file-batch-id type: regular iscommand: true brand: Cybereason nexttasks: '#none#': - "4" scriptarguments: batchID: simple: ${Cybereason.Download.Progress.batchID} separatecontext: false view: |- { "position": { "x": 540, "y": 590 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false "4": id: "4" taskid: eeada645-264c-404e-8d7d-cd6ee0381737 type: title task: id: eeada645-264c-404e-8d7d-cd6ee0381737 version: -1 name: Done description: "" type: title iscommand: false brand: "" separatecontext: false view: |- { "position": { "x": 540, "y": 780 } } note: false timertriggers: [] ignoreworker: false skipunavailable: false quietmode: 0 isoversize: false isautoswitchedtoquietmode: false view: |- { "linkLabelsPosition": {}, "paper": { "dimensions": { "height": 635, "width": 795, "x": 540, "y": 50 } } } inputs: - key: malopGUID value: {} required: false description: The unique ID assigned by the Cybereason platform for the Malop. playbookInputQuery: null - key: Username value: {} required: false description: The complete Cybereason user name string for the user performing the request. playbookInputQuery: null outputs: [] fromversion: 6.5.0 tests: - No tests (auto formatted)