Skip to content

Commit

Permalink
Correct wildfire playbook inputs desc (demisto#35956)
Browse files Browse the repository at this point in the history
* correct wildfire detonate file v2 inputs desc

* correct wildfire detonate file v2 inputs desc

* added rn
  • Loading branch information
YuvHayun committed Aug 21, 2024
1 parent 24011cb commit a4d7867
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@ inputs:
value:
simple: "1"
required: false
description: Duration for executing the pooling (in minutes).
description: Duration for executing the pooling (in seconds).
playbookInputQuery:
- key: Timeout
value:
simple: "8"
required: false
description: The duration after which to stop pooling and to resume the playbook (in minutes).
description: The duration after which to stop pooling and to resume the playbook (in seconds).
playbookInputQuery:
- key: ReportFileType
value: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ This playbook does not use any scripts.
| **Name** | **Description** | **Default Value** | **Required** |
| --- | --- | --- | --- |
| FileURL | URL of the web file to detonate. The FileUrl is taken from the context. | FileURL | Optional |
| Interval | Duration for executing the pooling \(in minutes\). | 1 | Optional |
| Timeout | The duration after which to stop pooling and to resume the playbook \(in minutes\). | 8 | Optional |
| Interval | Duration for executing the pooling \(in seconds\). | 1 | Optional |
| Timeout | The duration after which to stop pooling and to resume the playbook \(in seconds\). | 8 | Optional |
| ReportFileType | The resource type to download. Default is pdf. XML is also possible. | | Optional |

## Playbook Outputs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -442,13 +442,13 @@ inputs:
value:
simple: "1"
required: false
description: The duration for executing the polling (in minutes).
description: The duration for executing the polling (in seconds).
playbookInputQuery:
- key: Timeout
value:
simple: "8"
required: false
description: The duration after which to stop polling and to resume the playbook. (in minutes)
description: The duration after which to stop polling and to resume the playbook. (in seconds)
playbookInputQuery:
- key: ReportFileType
value: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ This playbook does not use any sub-playbooks.
| **Name** | **Description** | **Default Value** | **Required** |
| --- | --- | --- | --- |
| File | File object of the file to detonate. The file is taken from the context. | File | Optional |
| Interval | The duration for executing the polling \(in minutes\). | 1 | Optional |
| Timeout | The duration after which to stop polling and to resume the playbook. \(in minutes\) | 8 | Optional |
| Interval | The duration for executing the polling \(in seconds\). | 1 | Optional |
| Timeout | The duration after which to stop polling and to resume the playbook. \(in seconds\) | 8 | Optional |
| ReportFileType | The resource type to download. | | Optional |

## Playbook Outputs
Expand Down
10 changes: 10 additions & 0 deletions Packs/Palo_Alto_Networks_WildFire/ReleaseNotes/2_1_50.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

#### Playbooks

##### Detonate File From URL - WildFire v2

- Documentation and metadata improvements.

##### WildFire - Detonate file v2

- Documentation and metadata improvements.
2 changes: 1 addition & 1 deletion Packs/Palo_Alto_Networks_WildFire/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "WildFire by Palo Alto Networks",
"description": "Perform malware dynamic analysis",
"support": "xsoar",
"currentVersion": "2.1.49",
"currentVersion": "2.1.50",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit a4d7867

Please sign in to comment.