From f7dec6b64b34475f986f8a3e687001e0fc6cd823 Mon Sep 17 00:00:00 2001 From: Tapish Jain Date: Wed, 4 Dec 2024 17:32:20 -0800 Subject: [PATCH] PAPP-35152: bumping min phantom version --- ciscotalosintelligence.json | 12 ++++++------ manual_readme_content.md | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ciscotalosintelligence.json b/ciscotalosintelligence.json index dce1fa5..f29f2a8 100644 --- a/ciscotalosintelligence.json +++ b/ciscotalosintelligence.json @@ -19,7 +19,7 @@ "package_name": "phantom_ciscotalosintelligence", "fips_compliant": false, "main_module": "ciscotalosintelligence_connector.py", - "min_phantom_version": "6.2.2", + "min_phantom_version": "6.3.0", "app_wizard_version": "1.0.0", "pip39_dependencies": { "wheel": [ @@ -89,7 +89,7 @@ "base_url": { "data_type": "string", "order": 0, - "description": "Base URL provided by Talos", + "description": "Base URL provided by Talos.", "default": "https://soar-api.talos.cisco.com", "required": true, "name": "base_url", @@ -99,7 +99,7 @@ "certificate": { "data_type": "password", "order": 1, - "description": "Certificate contents to authenticate with Talos", + "description": "Certificate contents to authenticate with Talos.", "required": true, "name": "certificate", "id": 1, @@ -108,14 +108,14 @@ "key": { "data_type": "password", "order": 2, - "description": "Private key to authenticate with Talos", + "description": "Private key to authenticate with Talos.", "required": true, "name": "key", "id": 2, "visibility": [] }, "verify_server_cert": { - "description": "Verify server certificate", + "description": "Verify server certificate.", "data_type": "boolean", "default": false, "order": 3, @@ -126,7 +126,7 @@ { "action": "test connectivity", "identifier": "test_connectivity", - "description": "Validate the asset configuration for connectivity using supplied configuration", + "description": "Validate the asset configuration for connectivity using supplied configuration.", "verbose": "Action uses the URS API to get a list of the AUP categories used to classify website content.", "type": "test", "read_only": true, diff --git a/manual_readme_content.md b/manual_readme_content.md index 8c003be..5635da6 100644 --- a/manual_readme_content.md +++ b/manual_readme_content.md @@ -18,6 +18,8 @@ The Cisco Talos Intelligence license is included with your Splunk SOAR (Cloud) l ## Overview -This app uses the Cisco Talos API that specializes in identifying, analyzing, and mitigating cybersecurity threats +This app uses the Cisco Talos API that specializes in identifying, analyzing, and mitigating cybersecurity threats. For additional details, see the [Cisco Talos Intelligence article](https://docs.splunk.com/Documentation/SOAR/drafts/Playbook/Talos) in the Splunk SOAR documentation. + +**Note:** The Cisco Talos Intelligence asset is already configured in your Splunk SOAR (Cloud) deployment. \ No newline at end of file