Skip to content

Commit

Permalink
Detonate file generic fix (#35595)
Browse files Browse the repository at this point in the history
* Changed deprecated command to a new one

* Fixed also detonate-url

* Added release notes
  • Loading branch information
Shellyber authored Jul 28, 2024
1 parent 5fcf7c1 commit 23feb42
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,12 +548,12 @@ tasks:
task:
id: 4643aaf7-5f3b-4851-8773-b74b87e18603
version: -1
name: Detonate File - OPSWAT Filescan
description: Detonates a file using the OPSWAT-Filescan Integration. Returns relevant reports to the War Room and file reputations to the context data.
script: OPSWAT Filescan|||opswat-filescan-scan-file
name: Detonate File - MetaDefender Sandbox
description: Detonates a file using the MetaDefender Sandbox Integration. Returns relevant reports to the War Room and file reputations to the context data.
script: metadefender-sandbox-scan-file
type: regular
iscommand: true
brand: OPSWAT Filescan
brand: MetaDefender Sandbox
nexttasks:
'#none#':
- "3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -853,12 +853,12 @@ tasks:
task:
id: 2fee63e9-6482-4101-8272-d42cf3a950aa
version: -1
name: Detonate URL - OPSWAT
description: Detonates a URL using the OPSWAT-Filescan Integration. Returns relevant reports to the War Room and URL reputations to the context data.
script: OPSWAT Filescan|||opswat-filescan-scan-url
name: Detonate URL - MetaDefender Sandbox
description: Detonates a URL using the MetaDefender Sandbox Integration. Returns relevant reports to the War Room and URL reputations to the context data.
script: metadefender-sandbox-scan-url
type: regular
iscommand: true
brand: OPSWAT Filescan
brand: MetaDefender Sandbox
nexttasks:
'#none#':
- "3"
Expand Down
9 changes: 9 additions & 0 deletions Packs/CommonPlaybooks/ReleaseNotes/2_6_36.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

#### Playbooks

##### Detonate URL - Generic

- Updated the playbook to use the MetaDefender Sandbox *metadefender-sandbox-scan-url* command instead of the deprecated *opswat-filescan-scan-url* command.
##### Detonate File - Generic

- Updated the playbook to use the MetaDefender Sandbox *metadefender-sandbox-scan-file* command instead of the deprecated *opswat-filescan-scan-file* command.
2 changes: 1 addition & 1 deletion Packs/CommonPlaybooks/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Common Playbooks",
"description": "Frequently used playbooks pack.",
"support": "xsoar",
"currentVersion": "2.6.35",
"currentVersion": "2.6.36",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 23feb42

Please sign in to comment.