Skip to content

Commit

Permalink
Threatconnect add indicator reputation (#23724)
Browse files Browse the repository at this point in the history
* Added indicator reputaion param

* Added indicator reputaion param

* Added indicator reputaion param
  • Loading branch information
gal-forer authored Jan 12, 2023
1 parent e1ad744 commit 5911475
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,17 @@ configuration:
name: feed
required: false
type: 8
- additionalinfo: Indicators from this integration instance will be marked with this reputation.
defaultvalue: None
display: Indicator Reputation
name: feedReputation
options:
- None
- Good
- Suspicious
- Bad
required: false
- display: Indicator Reputation
type: 18
hidden: true
required: false
options:
- None
- Good
- Suspicious
- Bad
defaultvalue: 'Bad'
additionalinfo: Indicators from this integration instance will be marked with this reputation
name: feedReputation
- additionalinfo: Reliability of the source providing the intelligence data.
display: Source Reliability
name: feedReliability
Expand Down Expand Up @@ -282,7 +281,7 @@ script:
description: Gets available indicators owners.
execution: false
name: tc-get-owners
dockerimage: demisto/python3:3.10.9.40422
dockerimage: demisto/python3:3.10.9.42476
feed: true
isfetch: false
longRunning: false
Expand Down
5 changes: 5 additions & 0 deletions Packs/FeedThreatConnect/ReleaseNotes/2_1_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

#### Integrations
##### ThreatConnect Feed
- Added the indicator reputation parameter.
- Updated the Docker image to: *demisto/python3:3.10.9.42476*.
2 changes: 1 addition & 1 deletion Packs/FeedThreatConnect/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ThreatConnect Feed",
"description": "ThreatConnect indicators feed for Cortex XSOAR TIM.",
"support": "xsoar",
"currentVersion": "2.1.2",
"currentVersion": "2.1.3",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 5911475

Please sign in to comment.