diff --git a/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_File_-_Generic.yml b/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_File_-_Generic.yml index c4a156e01f86..972e54237c88 100644 --- a/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_File_-_Generic.yml +++ b/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_File_-_Generic.yml @@ -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" diff --git a/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic.yml b/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic.yml index 78e758f476e6..b613d0db7e02 100644 --- a/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic.yml +++ b/Packs/CommonPlaybooks/Playbooks/playbook-Detonate_URL_-_Generic.yml @@ -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" diff --git a/Packs/CommonPlaybooks/ReleaseNotes/2_6_36.md b/Packs/CommonPlaybooks/ReleaseNotes/2_6_36.md new file mode 100644 index 000000000000..af1ccd7a12e5 --- /dev/null +++ b/Packs/CommonPlaybooks/ReleaseNotes/2_6_36.md @@ -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. diff --git a/Packs/CommonPlaybooks/pack_metadata.json b/Packs/CommonPlaybooks/pack_metadata.json index 76dd1402fdea..81e954ffa0e7 100644 --- a/Packs/CommonPlaybooks/pack_metadata.json +++ b/Packs/CommonPlaybooks/pack_metadata.json @@ -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": "",