Details
| ID | PWEventPcapDownload |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python:2.7.18.27799 |
| Tags | protectwise |
README
Downloads PCAPs related to the requested events. This supports rate throttling.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | protectwise |
Dependencies
This script uses the following commands and scripts.
- event-pcap-download
Inputs
| Argument Name | Description |
|---|---|
| eventId | The event ID(s). (comma-seperated) |
| filename | The filename for the download. |
| burstsize | Downloads burstsize files every time, and wait waitms milliseconds each time. The defaults are 10 files and 500ms. |
| waitms | Downloads burstsize files every time, and wait waitms milliseconds each time. The defaults are 10 files and 500ms. |
Outputs
There are no outputs for this script.
commonfields: id: PWEventPcapDownload version: -1 name: PWEventPcapDownload script: '' type: python subtype: python2 tags: - protectwise comment: Deprecated. No available replacement. system: true args: - name: eventId required: true default: true description: Event ID(s) separated by commas - name: filename description: Optionally provide a filename for the download - name: burstsize description: Download <burstsize> files every time, and wait <waitms> milliseconds each time. Defaults are 10 files and 500ms. - name: waitms description: Download <burstsize> files every time, and wait <waitms> milliseconds each time. Defaults are 10 files and 500ms. scripttarget: 0 dependson: must: - ProtectWise|||protectwise-event-pcap-download timeout: 0s tests: - Protectwise-Test fromversion: 5.0.0 dockerimage: demisto/python:2.7.18.27799 deprecated: true