diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..fcbba09
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,2 @@
+[MASTER]
+ignore=.venv
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..55d7093 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Publisher: Splunk
Connector Version: 2.2.0
Product Vendor: Splunk
Product Name: Splunk Attack Analyzer
-Minimum Product Version: 6.4.0
+Minimum Product Version: 8.6.0
This connector integrates with the Splunk Attack Analyzer platform to reduce the friction of repetitive manual tasks typically associated with investigating threats
@@ -1280,7 +1280,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
**user_agent** | optional | User agent for Web Analyzer runs (Select "Custom" to provide custom user agent) | string | |
**internet_region** | optional | GeoIP-based exit region for Web Analyzer runs | string | |
**custom_user_agent** | optional | Activated when user agent is "Custom" | string | |
-**archive_password** | optional | For password-protected archive files or for decrypting documents | string | |
+**archive_password** | optional | For password-protected archive files or for decrypting documents | password | |
**profile** | optional | An optional profile name that defines the analysis behavior to be used during the analysis for this job | string | `splunk attack analyzer profile` |
#### Action Output
@@ -1288,7 +1288,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
--------- | ---- | -------- | --------------
action_result.status | string | | success failed |
-action_result.parameter.archive_password | string | | |
+action_result.parameter.archive_password | password | | |
action_result.parameter.profile | string | `splunk attack analyzer profile` | default |
action_result.parameter.custom_user_agent | string | | Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0 |
action_result.parameter.file | string | `vault id` | 89b238c79f7752948b176222ae0010d0a1aa |
@@ -1319,7 +1319,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
**user_agent** | optional | User agent for Web Analyzer runs (Select "Custom" to provide custom user agent) | string | |
**internet_region** | optional | GeoIP-based exit region for Web Analyzer runs | string | |
**custom_user_agent** | optional | Activated when user agent is "Custom" | string | |
-**archive_password** | optional | For password-protected archive files or for decrypting documents | string | |
+**archive_password** | optional | For password-protected archive files or for decrypting documents | password | |
**profile** | optional | An optional profile name that defines the analysis behavior to be used during the analysis for this job | string | `splunk attack analyzer profile` |
#### Action Output
@@ -1327,7 +1327,7 @@ PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
--------- | ---- | -------- | --------------
action_result.status | string | | success failed |
-action_result.parameter.archive_password | string | | |
+action_result.parameter.archive_password | password | | |
action_result.parameter.profile | string | `splunk attack analyzer profile` | default |
action_result.parameter.custom_user_agent | string | | Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0 |
action_result.parameter.internet_region | string | | US Residential US |
@@ -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 @@