diff --git a/Packs/Base/ReleaseNotes/1_33_42.md b/Packs/Base/ReleaseNotes/1_33_42.md new file mode 100644 index 00000000000..676fbda8b2e --- /dev/null +++ b/Packs/Base/ReleaseNotes/1_33_42.md @@ -0,0 +1,6 @@ + +#### Scripts + +##### SanePdfReports + +- Updated the Docker image to: *demisto/sane-pdf-reports:1.0.0.88753*. diff --git a/Packs/Base/Scripts/SanePdfReport/SanePdfReport.yml b/Packs/Base/Scripts/SanePdfReport/SanePdfReport.yml index ed28e85c8ad..581fe8c33d7 100644 --- a/Packs/Base/Scripts/SanePdfReport/SanePdfReport.yml +++ b/Packs/Base/Scripts/SanePdfReport/SanePdfReport.yml @@ -45,7 +45,7 @@ tags: - pdf timeout: '0' type: python -dockerimage: demisto/sane-pdf-reports:1.0.0.84389 +dockerimage: demisto/sane-pdf-reports:1.0.0.88753 runas: DBotWeakRole tests: - No Test diff --git a/Packs/Base/pack_metadata.json b/Packs/Base/pack_metadata.json index 0413e10e544..a8e7b938fd7 100644 --- a/Packs/Base/pack_metadata.json +++ b/Packs/Base/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Base", "description": "The base pack for Cortex XSOAR.", "support": "xsoar", - "currentVersion": "1.33.41", + "currentVersion": "1.33.42", "author": "Cortex XSOAR", "serverMinVersion": "6.0.0", "url": "https://www.paloaltonetworks.com/cortex", diff --git a/Packs/CommonScripts/ReleaseNotes/1_14_19.md b/Packs/CommonScripts/ReleaseNotes/1_14_19.md new file mode 100644 index 00000000000..8f070b867de --- /dev/null +++ b/Packs/CommonScripts/ReleaseNotes/1_14_19.md @@ -0,0 +1,12 @@ + +#### Scripts + +##### AquatoneDiscoverV2 + +- Updated the Docker image to: *demisto/aquatone:2.0.0.89205*. +##### FetchIndicatorsFromFile + +- Updated the Docker image to: *demisto/py3-tools:1.0.0.89345*. +##### VerifyJSON + +- Updated the Docker image to: *demisto/powershell:7.4.0.80528*. diff --git a/Packs/CommonScripts/Scripts/AquatoneDiscoverV2/AquatoneDiscoverV2.yml b/Packs/CommonScripts/Scripts/AquatoneDiscoverV2/AquatoneDiscoverV2.yml index 8e59f101110..752d54bb70a 100644 --- a/Packs/CommonScripts/Scripts/AquatoneDiscoverV2/AquatoneDiscoverV2.yml +++ b/Packs/CommonScripts/Scripts/AquatoneDiscoverV2/AquatoneDiscoverV2.yml @@ -18,7 +18,7 @@ outputs: scripttarget: 0 timeout: 1h0m0s runonce: true -dockerimage: demisto/aquatone:2.0.0.36846 +dockerimage: demisto/aquatone:2.0.0.89205 comment: 'aquatone-discover will find the targets nameservers and shuffle DNS lookups between them. Should a lookup fail on the target domains nameservers, aquatone-discover will fall back to using Google public DNS servers to maximize discovery.' fromversion: 6.5.0 tests: diff --git a/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.py b/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.py index 38e9b43cff7..5b8242a6b3c 100644 --- a/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.py +++ b/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.py @@ -47,6 +47,9 @@ def xls_file_to_indicator_list(file_path, sheet_name, col_num, starting_row, aut # TODO: add run on all columns functionality + # Ensure that the has_iter will not be reseted after opening the workbook. + xlrd.xlsx.ensure_elementtree_imported(False, None) + xlrd.xlsx.Element_has_iter = True xl_woorkbook = xlrd.open_workbook(file_path) if sheet_name and sheet_name != 'None': xl_sheet = xl_woorkbook.sheet_by_name(sheet_name) diff --git a/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.yml b/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.yml index 1b31d1146be..40b14318088 100644 --- a/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.yml +++ b/Packs/CommonScripts/Scripts/FetchIndicatorsFromFile/FetchIndicatorsFromFile.yml @@ -64,7 +64,7 @@ tags: - indicators timeout: '0' type: python -dockerimage: demisto/py3-tools:1.0.0.46591 +dockerimage: demisto/py3-tools:1.0.0.89345 fromversion: 6.5.0 tests: - No tests (auto formatted) diff --git a/Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml b/Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml index c7b2e341367..e842c58b420 100644 --- a/Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml +++ b/Packs/CommonScripts/Scripts/VerifyJSON/VerifyJSON.yml @@ -18,7 +18,7 @@ tags: - JSON - Utility type: powershell -dockerimage: demisto/powershell:7.1.3.22028 +dockerimage: demisto/powershell:7.4.0.80528 fromversion: 5.5.0 tests: - VerifyJSON - Test diff --git a/Packs/CommonScripts/pack_metadata.json b/Packs/CommonScripts/pack_metadata.json index 0b06d38f173..ff1bffdaab8 100644 --- a/Packs/CommonScripts/pack_metadata.json +++ b/Packs/CommonScripts/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Common Scripts", "description": "Frequently used scripts pack.", "support": "xsoar", - "currentVersion": "1.14.18", + "currentVersion": "1.14.19", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/GsuiteAuditor/Integrations/GsuiteAuditor/GsuiteAuditor.yml b/Packs/GsuiteAuditor/Integrations/GsuiteAuditor/GsuiteAuditor.yml index 9e5a4dc0358..01a404f313c 100644 --- a/Packs/GsuiteAuditor/Integrations/GsuiteAuditor/GsuiteAuditor.yml +++ b/Packs/GsuiteAuditor/Integrations/GsuiteAuditor/GsuiteAuditor.yml @@ -125,7 +125,7 @@ script: - contextPath: GSuite.PageToken.ActivitySearch.nextPageToken description: Token to specify the next page in the list. type: String - dockerimage: demisto/googleapi-python3:1.0.0.40612 + dockerimage: demisto/googleapi-python3:1.0.0.89666 runonce: false script: '-' subtype: python3 diff --git a/Packs/GsuiteAuditor/ReleaseNotes/1_0_22.md b/Packs/GsuiteAuditor/ReleaseNotes/1_0_22.md new file mode 100644 index 00000000000..920714de046 --- /dev/null +++ b/Packs/GsuiteAuditor/ReleaseNotes/1_0_22.md @@ -0,0 +1,6 @@ + +#### Integrations + +##### G Suite Auditor + +- Updated the Docker image to: *demisto/googleapi-python3:1.0.0.89666*. diff --git a/Packs/GsuiteAuditor/pack_metadata.json b/Packs/GsuiteAuditor/pack_metadata.json index 10425d438cb..21e5c0e7d22 100644 --- a/Packs/GsuiteAuditor/pack_metadata.json +++ b/Packs/GsuiteAuditor/pack_metadata.json @@ -2,7 +2,7 @@ "name": "GsuiteAuditor", "description": "G Suite Auditor integration with Cortex XSOAR. G Suite Auditor is an integration to recieve audit log data from G Suite services like drive,gmail and more. The integration uses Google Admin SDK", "support": "xsoar", - "currentVersion": "1.0.21", + "currentVersion": "1.0.22", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/MicrosoftExchangeOnline/ReleaseNotes/1_2_43.md b/Packs/MicrosoftExchangeOnline/ReleaseNotes/1_2_43.md new file mode 100644 index 00000000000..5aceb58049f --- /dev/null +++ b/Packs/MicrosoftExchangeOnline/ReleaseNotes/1_2_43.md @@ -0,0 +1,6 @@ + +#### Scripts + +##### CreateCertificate + +- Updated the Docker image to: *demisto/pwsh-exchange:1.0.0.88372*. diff --git a/Packs/MicrosoftExchangeOnline/Scripts/CreateCertificate/CreateCertificate.yml b/Packs/MicrosoftExchangeOnline/Scripts/CreateCertificate/CreateCertificate.yml index 597fc0de118..5c651f08ddf 100644 --- a/Packs/MicrosoftExchangeOnline/Scripts/CreateCertificate/CreateCertificate.yml +++ b/Packs/MicrosoftExchangeOnline/Scripts/CreateCertificate/CreateCertificate.yml @@ -33,7 +33,7 @@ tags: - basescript timeout: '0' type: powershell -dockerimage: demisto/pwsh-exchange:1.0.0.34118 +dockerimage: demisto/pwsh-exchange:1.0.0.88372 fromversion: 5.5.0 tests: - CreateCertificate-Test diff --git a/Packs/MicrosoftExchangeOnline/pack_metadata.json b/Packs/MicrosoftExchangeOnline/pack_metadata.json index 16187090b0a..9ec9d3de705 100644 --- a/Packs/MicrosoftExchangeOnline/pack_metadata.json +++ b/Packs/MicrosoftExchangeOnline/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Microsoft Exchange Online", "description": "Exchange Online and Office 365 (mail)", "support": "xsoar", - "currentVersion": "1.2.42", + "currentVersion": "1.2.43", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/Phishing/ReleaseNotes/3_6_14.md b/Packs/Phishing/ReleaseNotes/3_6_14.md new file mode 100644 index 00000000000..793faf3a0a5 --- /dev/null +++ b/Packs/Phishing/ReleaseNotes/3_6_14.md @@ -0,0 +1,6 @@ + +#### Scripts + +##### LinkToPhishingCampaign + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. diff --git a/Packs/Phishing/Scripts/LinkToPhishingCampaign/LinkToPhishingCampaign.yml b/Packs/Phishing/Scripts/LinkToPhishingCampaign/LinkToPhishingCampaign.yml index 6cf397ba655..56d1595a5c8 100644 --- a/Packs/Phishing/Scripts/LinkToPhishingCampaign/LinkToPhishingCampaign.yml +++ b/Packs/Phishing/Scripts/LinkToPhishingCampaign/LinkToPhishingCampaign.yml @@ -12,7 +12,7 @@ comment: Links a Phishing incident to its related Phishing Campaign incident. enabled: true scripttarget: 0 subtype: python3 -dockerimage: demisto/python3:3.9.7.24076 +dockerimage: demisto/python3:3.10.13.89009 runas: DBotWeakRole fromversion: 6.0.0 tests: diff --git a/Packs/Phishing/pack_metadata.json b/Packs/Phishing/pack_metadata.json index 70881e537b1..f5e2381a5f1 100644 --- a/Packs/Phishing/pack_metadata.json +++ b/Packs/Phishing/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Phishing", "description": "Phishing emails still hooking your end users? This Content Pack can drastically reduce the time your security team spends on phishing alerts.", "support": "xsoar", - "currentVersion": "3.6.13", + "currentVersion": "3.6.14", "serverMinVersion": "6.0.0", "videos": [ "https://www.youtube.com/watch?v=SY-3L348PoY" diff --git a/Packs/PrismaCloudCompute/ReleaseNotes/1_6_3.md b/Packs/PrismaCloudCompute/ReleaseNotes/1_6_3.md new file mode 100644 index 00000000000..3432a4cf1be --- /dev/null +++ b/Packs/PrismaCloudCompute/ReleaseNotes/1_6_3.md @@ -0,0 +1,12 @@ + +#### Scripts + +##### TagIndicatorButton + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. +##### CreatePrismaCloudComputeLink + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. +##### CreatePrismaCloudComputeComplianceReportButton + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. diff --git a/Packs/PrismaCloudCompute/Scripts/CreatePrismaCloudComputeComplianceReportButton/CreatePrismaCloudComputeComplianceReportButton.yml b/Packs/PrismaCloudCompute/Scripts/CreatePrismaCloudComputeComplianceReportButton/CreatePrismaCloudComputeComplianceReportButton.yml index 62fe68c5a60..5656820437e 100644 --- a/Packs/PrismaCloudCompute/Scripts/CreatePrismaCloudComputeComplianceReportButton/CreatePrismaCloudComputeComplianceReportButton.yml +++ b/Packs/PrismaCloudCompute/Scripts/CreatePrismaCloudComputeComplianceReportButton/CreatePrismaCloudComputeComplianceReportButton.yml @@ -12,7 +12,7 @@ args: commonfields: id: CreatePrismaCloudComputeComplianceReportButton version: -1 -dockerimage: demisto/python3:3.10.11.56082 +dockerimage: demisto/python3:3.10.13.89009 enabled: true name: CreatePrismaCloudComputeComplianceReportButton runas: DBotWeakRole diff --git a/Packs/PrismaCloudCompute/Scripts/CreatePrismaCloudComputeLink/CreatePrismaCloudComputeLink.yml b/Packs/PrismaCloudCompute/Scripts/CreatePrismaCloudComputeLink/CreatePrismaCloudComputeLink.yml index 17264aeaea7..bc684953756 100644 --- a/Packs/PrismaCloudCompute/Scripts/CreatePrismaCloudComputeLink/CreatePrismaCloudComputeLink.yml +++ b/Packs/PrismaCloudCompute/Scripts/CreatePrismaCloudComputeLink/CreatePrismaCloudComputeLink.yml @@ -10,7 +10,7 @@ args: commonfields: id: CreatePrismaCloudComputeLink version: -1 -dockerimage: demisto/python3:3.10.11.56082 +dockerimage: demisto/python3:3.10.13.89009 enabled: true name: CreatePrismaCloudComputeLink runas: DBotWeakRole diff --git a/Packs/PrismaCloudCompute/Scripts/TagIndicatorButton/TagIndicatorButton.yml b/Packs/PrismaCloudCompute/Scripts/TagIndicatorButton/TagIndicatorButton.yml index a3e86271f99..0fb3e1c9f4b 100644 --- a/Packs/PrismaCloudCompute/Scripts/TagIndicatorButton/TagIndicatorButton.yml +++ b/Packs/PrismaCloudCompute/Scripts/TagIndicatorButton/TagIndicatorButton.yml @@ -8,7 +8,7 @@ args: commonfields: id: TagIndicatorButton version: -1 -dockerimage: demisto/python3:3.10.11.56082 +dockerimage: demisto/python3:3.10.13.89009 enabled: true comment: This is a wrapper around the setIndicators script. name: TagIndicatorButton diff --git a/Packs/PrismaCloudCompute/pack_metadata.json b/Packs/PrismaCloudCompute/pack_metadata.json index 056704973c0..d397d49746c 100644 --- a/Packs/PrismaCloudCompute/pack_metadata.json +++ b/Packs/PrismaCloudCompute/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Prisma Cloud Compute by Palo Alto Networks", "description": "Use the Prisma Cloud Compute integration to fetch incidents from your Prisma Cloud Compute environment.", "support": "xsoar", - "currentVersion": "1.6.2", + "currentVersion": "1.6.3", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/QRadar/ReleaseNotes/2_4_52.md b/Packs/QRadar/ReleaseNotes/2_4_52.md new file mode 100644 index 00000000000..be41caa2384 --- /dev/null +++ b/Packs/QRadar/ReleaseNotes/2_4_52.md @@ -0,0 +1,15 @@ + +#### Scripts + +##### QRadarPrintAssets + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. +##### QRadarFetchedEventsSum + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. +##### QRadarMagnitude + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. +##### QRadarPrintEvents + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. diff --git a/Packs/QRadar/Scripts/QRadarFetchedEventsSum/QRadarFetchedEventsSum.yml b/Packs/QRadar/Scripts/QRadarFetchedEventsSum/QRadarFetchedEventsSum.yml index 3b2aaa3dec9..3dbb51ec68b 100644 --- a/Packs/QRadar/Scripts/QRadarFetchedEventsSum/QRadarFetchedEventsSum.yml +++ b/Packs/QRadar/Scripts/QRadarFetchedEventsSum/QRadarFetchedEventsSum.yml @@ -2,7 +2,7 @@ comment: This display the amount of fetched events vs the total amount of events commonfields: id: QRadarFetchedEventsSum version: -1 -dockerimage: demisto/python3:3.9.7.24076 +dockerimage: demisto/python3:3.10.13.89009 enabled: true name: QRadarFetchedEventsSum runas: DBotWeakRole diff --git a/Packs/QRadar/Scripts/QRadarMagnitude/QRadarMagnitude.yml b/Packs/QRadar/Scripts/QRadarMagnitude/QRadarMagnitude.yml index 761dfdf66ee..0c27ea0c581 100644 --- a/Packs/QRadar/Scripts/QRadarMagnitude/QRadarMagnitude.yml +++ b/Packs/QRadar/Scripts/QRadarMagnitude/QRadarMagnitude.yml @@ -1,8 +1,8 @@ -comment: "This enables to color the field according to the magnitude. The scale is \n1-3 green\n4-7 yellow\n8-10 red" +comment: "This enables to color the field according to the magnitude. The scale is \n1-3 green\n4-7 yellow\n8-10 red." commonfields: id: QRadarMagnitude version: -1 -dockerimage: demisto/python3:3.9.7.24076 +dockerimage: demisto/python3:3.10.13.89009 enabled: true name: QRadarMagnitude runas: DBotWeakRole diff --git a/Packs/QRadar/Scripts/QRadarPrintAssets/QRadarPrintAssets.yml b/Packs/QRadar/Scripts/QRadarPrintAssets/QRadarPrintAssets.yml index 2110b25051d..bce9a4a0eda 100644 --- a/Packs/QRadar/Scripts/QRadarPrintAssets/QRadarPrintAssets.yml +++ b/Packs/QRadar/Scripts/QRadarPrintAssets/QRadarPrintAssets.yml @@ -2,7 +2,7 @@ comment: "This script prints the assets fetched from the offense in a table form commonfields: id: QRadarPrintAssets version: -1 -dockerimage: demisto/python3:3.9.7.24076 +dockerimage: demisto/python3:3.10.13.89009 enabled: true name: QRadarPrintAssets runas: DBotWeakRole diff --git a/Packs/QRadar/Scripts/QRadarPrintEvents/QRadarPrintEvents.yml b/Packs/QRadar/Scripts/QRadarPrintEvents/QRadarPrintEvents.yml index b89bfb47def..e2e5746aa66 100644 --- a/Packs/QRadar/Scripts/QRadarPrintEvents/QRadarPrintEvents.yml +++ b/Packs/QRadar/Scripts/QRadarPrintEvents/QRadarPrintEvents.yml @@ -2,7 +2,7 @@ comment: This script prints the events fetched from the offense in a table forma commonfields: id: QRadarPrintEvents version: -1 -dockerimage: demisto/python3:3.10.4.30607 +dockerimage: demisto/python3:3.10.13.89009 enabled: true name: QRadarPrintEvents runas: DBotWeakRole diff --git a/Packs/QRadar/pack_metadata.json b/Packs/QRadar/pack_metadata.json index bb64b59e822..fda419b1ed0 100644 --- a/Packs/QRadar/pack_metadata.json +++ b/Packs/QRadar/pack_metadata.json @@ -2,7 +2,7 @@ "name": "IBM QRadar", "description": "Fetch offenses as incidents and search QRadar", "support": "xsoar", - "currentVersion": "2.4.51", + "currentVersion": "2.4.52", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "", diff --git a/Packs/SplunkPy/ReleaseNotes/3_1_24.md b/Packs/SplunkPy/ReleaseNotes/3_1_24.md new file mode 100644 index 00000000000..258f97ee39d --- /dev/null +++ b/Packs/SplunkPy/ReleaseNotes/3_1_24.md @@ -0,0 +1,9 @@ + +#### Scripts + +##### SplunkShowIdentity + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. +##### SplunkShowAsset + +- Updated the Docker image to: *demisto/python3:3.10.13.89009*. diff --git a/Packs/SplunkPy/Scripts/SplunkShowAsset/SplunkShowAsset.yml b/Packs/SplunkPy/Scripts/SplunkShowAsset/SplunkShowAsset.yml index 6e41d4c6ae8..5e236617a0a 100644 --- a/Packs/SplunkPy/Scripts/SplunkShowAsset/SplunkShowAsset.yml +++ b/Packs/SplunkPy/Scripts/SplunkShowAsset/SplunkShowAsset.yml @@ -4,7 +4,7 @@ commonfields: contentitemexportablefields: contentitemfields: fromServerVersion: "" -dockerimage: demisto/python3:3.10.5.31928 +dockerimage: demisto/python3:3.10.13.89009 enabled: true name: SplunkShowAsset runas: DBotWeakRole diff --git a/Packs/SplunkPy/Scripts/SplunkShowIdentity/SplunkShowIdentity.yml b/Packs/SplunkPy/Scripts/SplunkShowIdentity/SplunkShowIdentity.yml index b9463cf8cc5..42ecce982ea 100644 --- a/Packs/SplunkPy/Scripts/SplunkShowIdentity/SplunkShowIdentity.yml +++ b/Packs/SplunkPy/Scripts/SplunkShowIdentity/SplunkShowIdentity.yml @@ -4,7 +4,7 @@ commonfields: contentitemexportablefields: contentitemfields: fromServerVersion: "" -dockerimage: demisto/python3:3.10.5.31928 +dockerimage: demisto/python3:3.10.13.89009 enabled: true name: SplunkShowIdentity runas: DBotWeakRole diff --git a/Packs/SplunkPy/pack_metadata.json b/Packs/SplunkPy/pack_metadata.json index dbfe2046b57..afaa0e3c99e 100644 --- a/Packs/SplunkPy/pack_metadata.json +++ b/Packs/SplunkPy/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Splunk", "description": "Run queries on Splunk servers.", "support": "xsoar", - "currentVersion": "3.1.23", + "currentVersion": "3.1.24", "author": "Cortex XSOAR", "url": "https://www.paloaltonetworks.com/cortex", "email": "",