From 94d7b912dcb6adb62d17d0b09fd5e230a92000ae Mon Sep 17 00:00:00 2001 From: splunk-jessica Date: Thu, 18 Jun 2026 09:45:32 -0700 Subject: [PATCH 1/4] fix: update datatypes --- release_notes/unreleased.md | 1 + splunkattackanalyzer.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index fbcb2fd..aed2a79 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1 +1,2 @@ **Unreleased** +* Update datatype [PAPP-37820] diff --git a/splunkattackanalyzer.json b/splunkattackanalyzer.json index 161f2d9..f5d50cb 100644 --- a/splunkattackanalyzer.json +++ b/splunkattackanalyzer.json @@ -19,7 +19,7 @@ "utctime_updated": "2025-12-09T13:15:40.063995Z", "package_name": "phantom_splunkattackanalyzer", "main_module": "splunkattackanalyzer_connector.py", - "min_phantom_version": "6.4.0", + "min_phantom_version": "8.6.0", "app_wizard_version": "1.0.0", "configuration": { "app_url": { @@ -6452,7 +6452,7 @@ }, "archive_password": { "description": "For password-protected archive files or for decrypting documents", - "data_type": "string", + "data_type": "password", "order": 5 }, "profile": { @@ -6476,7 +6476,7 @@ }, { "data_path": "action_result.parameter.archive_password", - "data_type": "string" + "data_type": "password" }, { "data_path": "action_result.parameter.profile", @@ -6700,7 +6700,7 @@ }, "archive_password": { "description": "For password-protected archive files or for decrypting documents", - "data_type": "string", + "data_type": "password", "order": 5 }, "profile": { @@ -6724,7 +6724,7 @@ }, { "data_path": "action_result.parameter.archive_password", - "data_type": "string" + "data_type": "password" }, { "data_path": "action_result.parameter.profile", From 9cdf76c908bdf313f6cb3965bbad4e9910c12b99 Mon Sep 17 00:00:00 2001 From: splunk-jessica Date: Mon, 22 Jun 2026 10:35:25 -0700 Subject: [PATCH 2/4] chore: update copyright year --- LICENSE | 2 +- NOTICE | 2 +- README.md | 2 +- __init__.py | 2 +- ai_malware_analysis.html | 2 +- job_summary.html | 2 +- phsplunkattackanalyzer.py | 2 +- splunkattackanalyzer.json | 2 +- splunkattackanalyzer_connector.py | 2 +- splunkattackanalyzer_consts.py | 2 +- splunkattackanalyzer_view.py | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index c775248..f8812ab 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright (c) 2023-2025 Splunk Inc. + Copyright (c) 2023-2026 Splunk Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/NOTICE b/NOTICE index 217b496..6443426 100644 --- a/NOTICE +++ b/NOTICE @@ -1,2 +1,2 @@ Splunk SOAR App: Splunk Attack Analyzer Connector for Splunk SOAR -Copyright (c) 2023-2025 Splunk Inc. +Copyright (c) 2023-2026 Splunk Inc. diff --git a/README.md b/README.md index 90d00b7..6be6315 100644 --- a/README.md +++ b/README.md @@ -1413,7 +1413,7 @@ ______________________________________________________________________ Auto-generated Splunk SOAR Connector documentation. -Copyright 2025 Splunk Inc. +Copyright 2026 Splunk Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/__init__.py b/__init__.py index 6f4d6a6..ec5df61 100644 --- a/__init__.py +++ b/__init__.py @@ -1,6 +1,6 @@ # File: __init__.py # -# Copyright (c) 2023-2025 Splunk Inc. +# Copyright (c) 2023-2026 Splunk Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/ai_malware_analysis.html b/ai_malware_analysis.html index f5d9b54..cb17456 100644 --- a/ai_malware_analysis.html +++ b/ai_malware_analysis.html @@ -1,6 +1,6 @@