diff --git a/Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence.yml b/Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence.yml index 09cbc263c977..967ddcd361c3 100644 --- a/Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence.yml +++ b/Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence.yml @@ -3,7 +3,7 @@ commonfields: version: -1 name: GoogleThreatIntelligence display: GoogleThreatIntelligence -fromversion: 5.5.0 +fromversion: 6.10.0 category: Data Enrichment & Threat Intelligence description: Analyzes suspicious hashes, URLs, domains, and IP addresses. configuration: @@ -1735,7 +1735,7 @@ script: description: The analysis ID. type: String - dockerimage: demisto/python3:3.10.13.89009 + dockerimage: demisto/python3:3.10.14.92207 tests: - GoogleThreatIntelligence-test - GoogleThreatIntelligence Detonate Test diff --git a/Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence_test.py b/Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence_test.py index ea21c9c74c28..a30af8b11cf9 100644 --- a/Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence_test.py +++ b/Packs/GoogleThreatIntelligence/Integrations/GoogleThreatIntelligence/GoogleThreatIntelligence_test.py @@ -677,12 +677,12 @@ def test_gti_assessment_command(mocker, requests_mock): from GoogleThreatIntelligence import get_assessment_command, ScoreCalculator, Client import CommonServerPython # Setup Mocks - mocker.patch.object(demisto, 'args', return_value={'resource': '699ec052ecc898bdbdafea0027c4ab44c3d01ae011c17745dd2b7fbddaa077f3'}) + testing_file = '699ec052ecc898bdbdafea0027c4ab44c3d01ae011c17745dd2b7fbddaa077f3' + mocker.patch.object(demisto, 'args', return_value={'resource': testing_file}) mocker.patch.object(demisto, 'params', return_value=DEFAULT_PARAMS) mocker.patch.object(CommonServerPython, 'is_demisto_version_ge', return_value=True) # Assign arguments - testing_file = '699ec052ecc898bdbdafea0027c4ab44c3d01ae011c17745dd2b7fbddaa077f3' params = demisto.params() mocked_score_calculator = ScoreCalculator(params=params) client = Client(params=params) diff --git a/Packs/GoogleThreatIntelligence/Playbooks/File_GTI_assessment_-_GoogleThreatIntelligence.yml b/Packs/GoogleThreatIntelligence/Playbooks/File_GTI_assessment_-_GoogleThreatIntelligence.yml index 2dc818e47999..e32cbe6c4bdb 100644 --- a/Packs/GoogleThreatIntelligence/Playbooks/File_GTI_assessment_-_GoogleThreatIntelligence.yml +++ b/Packs/GoogleThreatIntelligence/Playbooks/File_GTI_assessment_-_GoogleThreatIntelligence.yml @@ -1,15 +1,7 @@ -id: 9eed1843-d81a-4e64-813f-6792d5d783ad -version: 4 +id: File GTI assessment - GoogleThreatIntelligence +version: -1 contentitemexportablefields: - contentitemfields: - packID: "" - packName: GoogleThreatIntelligence - itemVersion: 1.0.0 - fromServerVersion: 6.0.0 - toServerVersion: "" - definitionid: "" - prevname: "" -vcShouldKeepItemLegacyProdMachine: false + contentitemfields: {} name: File GTI assessment - GoogleThreatIntelligence description: Get file GTI assessment using the GoogleThreatIntelligence integration. starttaskid: "0" @@ -24,6 +16,7 @@ tasks: name: "" iscommand: false brand: "" + description: '' nexttasks: '#none#': - "19" @@ -54,6 +47,7 @@ tasks: type: title iscommand: false brand: "" + description: '' nexttasks: '#none#': - "26" @@ -84,6 +78,7 @@ tasks: type: title iscommand: false brand: "" + description: '' separatecontext: false continueonerrortype: "" view: |- @@ -108,8 +103,7 @@ tasks: id: 3d9a4d8a-9a38-45a5-86d0-d9707b8f9bf1 version: -1 name: Is GoogleThreatIntelligence enabled? - description: Checks if there is an active instance of the Virus Total Private - API enabled. + description: Checks if there is an active instance of the Virus Total Private API enabled. type: condition iscommand: false brand: "" @@ -233,7 +227,7 @@ inputs: iscontext: true required: false description: File Hash from which to get GTI assessment - playbookInputQuery: null + playbookInputQuery: outputs: - contextPath: File.MD5 description: Bad MD5 hash. @@ -266,8 +260,7 @@ outputs: description: For malicious files, the total number of detections. type: Unknown - contextPath: File.Malicious.TotalEngines - description: For malicious files, the total number of engines that checked the file - hash. + description: For malicious files, the total number of engines that checked the file hash. type: Unknown - contextPath: DBotScore.Indicator description: The indicator that was tested. @@ -302,4 +295,6 @@ outputs: - contextPath: GoogleThreatIntelligence.Assessment.links.self description: Link to the response. type: Unknown -sourceplaybookid: File GTI assessment - GoogleThreatIntelligence +tests: +- No tests (auto formatted) +fromversion: 6.10.0