From cef2a43a3d8775962d9eb36883d701bb70b2ca41 Mon Sep 17 00:00:00 2001 From: Anas Yousef <44998563+anas-yousef@users.noreply.github.com> Date: Sun, 21 Apr 2024 11:56:02 +0300 Subject: [PATCH] Updated docker image to demisto/python3:3.10.14.92207. PR batch #1/6 --- .../Arcanna/Integrations/ArcannaAI/ArcannaAI.yml | 2 +- .../ArcannaFeedbackPostProcessingScript.yml | 8 ++++---- .../PrepareArcannaRawJson.yml | 2 +- .../Integrations/ArcusTeam/ArcusTeam.yml | 16 ++++++++-------- .../Integrations/AttivoBotsink/AttivoBotsink.yml | 10 +++++----- .../CofenseTriageThreatEnrichment.yml | 2 +- .../ConvertDictOfListToListOfDict.yml | 2 +- .../GetMessageIdAndRecipients.yml | 2 +- .../ConflueraDetectionsCount.yml | 5 ++--- .../ConflueraDetectionsData.yml | 5 ++--- 10 files changed, 26 insertions(+), 28 deletions(-) diff --git a/Packs/Arcanna/Integrations/ArcannaAI/ArcannaAI.yml b/Packs/Arcanna/Integrations/ArcannaAI/ArcannaAI.yml index 1b650e54d63d..edec7577eb80 100644 --- a/Packs/Arcanna/Integrations/ArcannaAI/ArcannaAI.yml +++ b/Packs/Arcanna/Integrations/ArcannaAI/ArcannaAI.yml @@ -176,7 +176,7 @@ script: - contextPath: Arcanna.FeedbackField description: XSOAR field used to signal feedback/label for Arcanna. type: String - dockerimage: demisto/python3:3.10.12.63474 + dockerimage: demisto/python3:3.10.14.92207 runonce: false script: '-' subtype: python3 diff --git a/Packs/Arcanna/Scripts/ArcannaFeedbackPostProcessingScript/ArcannaFeedbackPostProcessingScript.yml b/Packs/Arcanna/Scripts/ArcannaFeedbackPostProcessingScript/ArcannaFeedbackPostProcessingScript.yml index 1c13ab061e09..c3b8efc11392 100644 --- a/Packs/Arcanna/Scripts/ArcannaFeedbackPostProcessingScript/ArcannaFeedbackPostProcessingScript.yml +++ b/Packs/Arcanna/Scripts/ArcannaFeedbackPostProcessingScript/ArcannaFeedbackPostProcessingScript.yml @@ -11,9 +11,9 @@ args: - default: true description: aaa name: closing_reason -comment: |- - Arcanna.Ai post-processing script for sending feedback back to Arcanna about the closed incident. Additional modification might be required depending on each Cortex setup. - This script is intended to be used as a sample or in conjunction with the Arcanna-Generic-Investigation playbook. +comment: 'Arcanna.Ai post-processing script for sending feedback back to Arcanna about the closed incident. Additional modification might be required depending on each Cortex setup. + + This script is intended to be used as a sample or in conjunction with the Arcanna-Generic-Investigation playbook.' commonfields: id: ArcannaFeedbackPostProcessing version: -1 @@ -25,7 +25,7 @@ tags: - post-processing timeout: '0' type: python -dockerimage: demisto/python3:3.10.12.63474 +dockerimage: demisto/python3:3.10.14.92207 runas: DBotWeakRole dependson: should: diff --git a/Packs/Arcanna/Scripts/PrepareArcannaRawJson/PrepareArcannaRawJson.yml b/Packs/Arcanna/Scripts/PrepareArcannaRawJson/PrepareArcannaRawJson.yml index 225022eacdb2..ca2feb6890aa 100644 --- a/Packs/Arcanna/Scripts/PrepareArcannaRawJson/PrepareArcannaRawJson.yml +++ b/Packs/Arcanna/Scripts/PrepareArcannaRawJson/PrepareArcannaRawJson.yml @@ -7,7 +7,7 @@ comment: Loads a json from string input, and returns a json escaped result. commonfields: id: PrepareArcannaRawJson version: -1 -dockerimage: demisto/python3:3.10.12.63474 +dockerimage: demisto/python3:3.10.14.92207 enabled: true name: PrepareArcannaRawJson outputs: diff --git a/Packs/ArcusTeam/Integrations/ArcusTeam/ArcusTeam.yml b/Packs/ArcusTeam/Integrations/ArcusTeam/ArcusTeam.yml index a2fdda78c5e8..0eb8e9136f87 100644 --- a/Packs/ArcusTeam/Integrations/ArcusTeam/ArcusTeam.yml +++ b/Packs/ArcusTeam/Integrations/ArcusTeam/ArcusTeam.yml @@ -4,7 +4,7 @@ commonfields: name: ArcusTeam display: ArcusTeam category: Data Enrichment & Threat Intelligence -description: 'The ArcusTeam API allows the user to inspect connected devices'' attack surface. By feeding device identifiers and the software it runs: DeviceTotal will return a map of the device’s attack surface. DeviceTotal was built from the ground up in order to provide complete visibility into connected devices and mitigate 3rd party risk. DeviceTotal can continuously identify & predict such that the connected device security posture is being assessed, prioritized and mitigated effectively.' +description: "The ArcusTeam API allows the user to inspect connected devices' attack surface. By feeding device identifiers and the software it runs: DeviceTotal will return a map of the device\u2019s attack surface. DeviceTotal was built from the ground up in order to provide complete visibility into connected devices and mitigate 3rd party risk. DeviceTotal can continuously identify & predict such that the connected device security posture is being assessed, prioritized and mitigated effectively." configuration: - display: Server URL (e.g. https://web.prod.arcusteam.com) name: url @@ -17,7 +17,7 @@ configuration: type: 4 required: true additionalinfo: ' The API Key required to authenticate to the service.' -- display: 'The client ID' +- display: The client ID name: client_id type: 0 required: true @@ -78,22 +78,22 @@ script: arguments: - name: firmware_id required: true - description: 'ArcusTeam Firmware ID (as returned by the arcusteam-get-devices command)' + description: ArcusTeam Firmware ID (as returned by the arcusteam-get-devices command) - name: device_id required: true - description: 'ArcusTeam Device ID (as returned by the arcusteam-get-devices command)' + description: ArcusTeam Device ID (as returned by the arcusteam-get-devices command) - name: page_size description: Page size. Minimum page size is 1, maximum is 100. - defaultValue: "10" + defaultValue: '10' - name: page_number description: ' Page number' - defaultValue: "1" + defaultValue: '1' - name: sort_order auto: PREDEFINED predefined: - desc - asc - description: ' Sorting order (“asc”,”desc”)' + description: " Sorting order (\u201Casc\u201D,\u201Ddesc\u201D)" defaultValue: desc - name: sort_field auto: PREDEFINED @@ -166,7 +166,7 @@ script: description: CVE url type: string description: ' Retrieve CVEs for an ArcusTeam device' - dockerimage: demisto/python3:3.10.12.63474 + dockerimage: demisto/python3:3.10.14.92207 subtype: python3 fromversion: 6.0.0 tests: diff --git a/Packs/AttivoBotsink/Integrations/AttivoBotsink/AttivoBotsink.yml b/Packs/AttivoBotsink/Integrations/AttivoBotsink/AttivoBotsink.yml index 758972111923..a9f1b488b0ed 100644 --- a/Packs/AttivoBotsink/Integrations/AttivoBotsink/AttivoBotsink.yml +++ b/Packs/AttivoBotsink/Integrations/AttivoBotsink/AttivoBotsink.yml @@ -8,12 +8,12 @@ description: Network-based Threat Deception for Post-Compromise Threat Detection configuration: - display: Botsink name or address name: server - defaultvalue: "" + defaultvalue: '' type: 0 required: true - display: BOTsink API credentials name: credentials - defaultvalue: "" + defaultvalue: '' type: 9 required: true - display: Trust any certificate (not secure) @@ -35,7 +35,7 @@ configuration: required: false - display: Number of days to go back for the initial fetch. Use "0" to only retrieve new incidents. name: first_fetch - defaultvalue: "0" + defaultvalue: '0' type: 0 required: true script: @@ -108,7 +108,7 @@ script: - name: decoy_number default: true description: The number of decoys to deploy, default is "1" - defaultValue: "1" + defaultValue: '1' outputs: - contextPath: Attivo.DeployDecoy.Status description: Was the network decoy successfully deployed @@ -182,7 +182,7 @@ script: description: List all deceptive users isfetch: true runonce: false - dockerimage: demisto/python3:3.10.12.63474 + dockerimage: demisto/python3:3.10.14.92207 tests: - AttivoBotsinkTest fromversion: 5.0.0 diff --git a/Packs/CofenseTriage/Scripts/CofenseTriageThreatEnrichment/CofenseTriageThreatEnrichment.yml b/Packs/CofenseTriage/Scripts/CofenseTriageThreatEnrichment/CofenseTriageThreatEnrichment.yml index 88810f106e86..baef8153f29e 100644 --- a/Packs/CofenseTriage/Scripts/CofenseTriageThreatEnrichment/CofenseTriageThreatEnrichment.yml +++ b/Packs/CofenseTriage/Scripts/CofenseTriageThreatEnrichment/CofenseTriageThreatEnrichment.yml @@ -18,7 +18,7 @@ subtype: python3 dependson: must: - '|||cofense-threat-indicator-list' -dockerimage: demisto/python3:3.10.12.63474 +dockerimage: demisto/python3:3.10.14.92207 runas: DBotWeakRole fromversion: 6.0.0 tests: diff --git a/Packs/CofenseVision/Scripts/ConvertDictOfListToListOfDict/ConvertDictOfListToListOfDict.yml b/Packs/CofenseVision/Scripts/ConvertDictOfListToListOfDict/ConvertDictOfListToListOfDict.yml index 5c2ef882eced..9fa3a7347fab 100644 --- a/Packs/CofenseVision/Scripts/ConvertDictOfListToListOfDict/ConvertDictOfListToListOfDict.yml +++ b/Packs/CofenseVision/Scripts/ConvertDictOfListToListOfDict/ConvertDictOfListToListOfDict.yml @@ -14,7 +14,7 @@ args: description: Object Key. scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.10.8.36650 +dockerimage: demisto/python3:3.10.14.92207 runas: DBotWeakRole fromversion: 6.2.0 tests: diff --git a/Packs/CofenseVision/Scripts/GetMessageIdAndRecipients/GetMessageIdAndRecipients.yml b/Packs/CofenseVision/Scripts/GetMessageIdAndRecipients/GetMessageIdAndRecipients.yml index d5dd8ea2b2ea..e25cc35df3ba 100644 --- a/Packs/CofenseVision/Scripts/GetMessageIdAndRecipients/GetMessageIdAndRecipients.yml +++ b/Packs/CofenseVision/Scripts/GetMessageIdAndRecipients/GetMessageIdAndRecipients.yml @@ -18,7 +18,7 @@ outputs: type: Unknown scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.10.8.36650 +dockerimage: demisto/python3:3.10.14.92207 runas: DBotWeakRole fromversion: 6.2.0 tests: diff --git a/Packs/Confluera/Scripts/ConflueraDetectionsCount/ConflueraDetectionsCount.yml b/Packs/Confluera/Scripts/ConflueraDetectionsCount/ConflueraDetectionsCount.yml index 54542528dc59..5245bda687f9 100644 --- a/Packs/Confluera/Scripts/ConflueraDetectionsCount/ConflueraDetectionsCount.yml +++ b/Packs/Confluera/Scripts/ConflueraDetectionsCount/ConflueraDetectionsCount.yml @@ -5,8 +5,7 @@ name: ConflueraDetectionsCount script: '-' type: python tags: [] -comment: |- - Logs detections count +comment: Logs detections count enabled: true scripttarget: 0 subtype: python3 @@ -15,7 +14,7 @@ dependson: - Confluera|||confluera-fetch-detections should: - Confluera|||confluera-fetch-detections -dockerimage: demisto/python3:3.10.12.63474 +dockerimage: demisto/python3:3.10.14.92207 runas: DBotWeakRole fromversion: 6.0.0 tests: diff --git a/Packs/Confluera/Scripts/ConflueraDetectionsData/ConflueraDetectionsData.yml b/Packs/Confluera/Scripts/ConflueraDetectionsData/ConflueraDetectionsData.yml index 8f4cb1418b3a..e426c4409b3f 100644 --- a/Packs/Confluera/Scripts/ConflueraDetectionsData/ConflueraDetectionsData.yml +++ b/Packs/Confluera/Scripts/ConflueraDetectionsData/ConflueraDetectionsData.yml @@ -5,8 +5,7 @@ name: ConflueraDetectionsData script: '-' type: python tags: [] -comment: |- - Logs detections data ( detection vs risk-contribution ) +comment: Logs detections data ( detection vs risk-contribution ) enabled: true scripttarget: 0 subtype: python3 @@ -15,7 +14,7 @@ dependson: - Confluera|||confluera-fetch-detections should: - Confluera|||confluera-fetch-detections -dockerimage: demisto/python3:3.10.12.63474 +dockerimage: demisto/python3:3.10.14.92207 runas: DBotWeakRole fromversion: 6.0.0 tests: