From ec4dfc535fe34ed26ede0d5d4828b7889e2bddf7 Mon Sep 17 00:00:00 2001 From: content-bot <55035720+content-bot@users.noreply.github.com> Date: Wed, 13 Sep 2023 12:47:33 +0300 Subject: [PATCH] Update Docker Image To demisto/taxii-server (#29659) * Updated Metadata Of Pack CybleThreatIntel * Added release notes to pack CybleThreatIntel * Packs/CybleThreatIntel/Integrations/CybleThreatIntel/CybleThreatIntel.yml Docker image update * Fix DS108 --------- Co-authored-by: sberman --- .../CybleThreatIntel/CybleThreatIntel.yml | 18 +++++++++--------- Packs/CybleThreatIntel/ReleaseNotes/2_0_17.md | 3 +++ Packs/CybleThreatIntel/pack_metadata.json | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 Packs/CybleThreatIntel/ReleaseNotes/2_0_17.md diff --git a/Packs/CybleThreatIntel/Integrations/CybleThreatIntel/CybleThreatIntel.yml b/Packs/CybleThreatIntel/Integrations/CybleThreatIntel/CybleThreatIntel.yml index 1f762c4d46fc..3c145eaeeb82 100644 --- a/Packs/CybleThreatIntel/Integrations/CybleThreatIntel/CybleThreatIntel.yml +++ b/Packs/CybleThreatIntel/Integrations/CybleThreatIntel/CybleThreatIntel.yml @@ -116,27 +116,27 @@ script: - name: cyble-vision-fetch-taxii arguments: - name: limit - description: Number of records to fetch. Using a smaller limit will get faster responses + description: Number of records to fetch. Using a smaller limit will get faster responses. defaultValue: "50" - name: begin - description: 'Returns records starting with given datetime (Format: %Y-%m-%d %H:%M:%S))' + description: 'Returns records starting with given datetime (Format: %Y-%m-%d %H:%M:%S)).' - name: end - description: 'Returns records till the end timeline value. (Format: %Y-%m-%d %H:%M:%S)' + description: 'Returns records till the end timeline value. (Format: %Y-%m-%d %H:%M:%S).' - name: collection required: true - description: Collection Name + description: Collection Name. outputs: - contextPath: CybleIntel.Threat.details - description: 'Returns the Threat Intel details from the Taxii service ' + description: 'Returns the Threat Intel details from the Taxii service .' type: String - description: Fetch the indicators based on the taxii service + description: Fetch the indicators based on the taxii service. - name: cyble-vision-get-collection-names arguments: [] outputs: - contextPath: CybleIntel.collection.names - description: Available collection names for the feed service - description: Get the data feed collection names for the taxii feed - dockerimage: demisto/taxii-server:1.0.0.72378 + description: Available collection names for the feed service. + description: Get the data feed collection names for the taxii feed. + dockerimage: demisto/taxii-server:1.0.0.73566 subtype: python3 feed: true fromversion: 6.2.0 diff --git a/Packs/CybleThreatIntel/ReleaseNotes/2_0_17.md b/Packs/CybleThreatIntel/ReleaseNotes/2_0_17.md new file mode 100644 index 000000000000..d039f4d101fe --- /dev/null +++ b/Packs/CybleThreatIntel/ReleaseNotes/2_0_17.md @@ -0,0 +1,3 @@ +#### Integrations +##### Cyble Threat Intel +- Updated the Docker image to: *demisto/taxii-server:1.0.0.73566*. diff --git a/Packs/CybleThreatIntel/pack_metadata.json b/Packs/CybleThreatIntel/pack_metadata.json index eb05bc2d2177..6c02aef4f800 100644 --- a/Packs/CybleThreatIntel/pack_metadata.json +++ b/Packs/CybleThreatIntel/pack_metadata.json @@ -2,7 +2,7 @@ "name": "Cyble Threat Intel", "description": "Cyble Threat Intelligence for Vision Users. Must have access to Vision Taxii feed to access the threat intelligence.", "support": "partner", - "currentVersion": "2.0.16", + "currentVersion": "2.0.17", "author": "Cyble Infosec", "url": "https://cyble.com", "email": "",