Skip to content

Commit

Permalink
Update Docker Image To demisto/taxii-server (#29659)
Browse files Browse the repository at this point in the history
* 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 <sberman@paloaltonetworks.com>
  • Loading branch information
2 people authored and ostolero committed Sep 18, 2023
1 parent e34bd6f commit 47462c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions Packs/CybleThreatIntel/ReleaseNotes/2_0_17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Cyble Threat Intel
- Updated the Docker image to: *demisto/taxii-server:1.0.0.73566*.
2 changes: 1 addition & 1 deletion Packs/CybleThreatIntel/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down

0 comments on commit 47462c8

Please sign in to comment.