Welcome to Splunk Phantom 4.10.6
If you are new to Splunk Phantom, read About Splunk Phantom in the Use Splunk Phantom manual to learn how you can use Splunk Phantom for security automation.
Begin your Splunk Phantom installation by reviewing the following documentation:
- Known issues in this release of Splunk Phantom
- How can Splunk Phantom be installed? in the Install and Upgrade Splunk Phantom manual.
- General system requirements in the Install and Upgrade Splunk Phantom manual.
Planning to upgrade from an earlier version?
If you plan to upgrade to this version from an earlier version of Splunk Phantom, read Prepare your Splunk Phantom deployment for upgrade in the Install and Upgrade Splunk Phantom manual.
Splunk Phantom requires incremental upgrades from earlier versions. Do not skip any required versions when upgrading Splunk Phantom.
These release notes are in addition to the release notes for Splunk Phantom 4.10.0, Splunk Phantom 4.10.1, Splunk Phantom 4.10.2, Splunk Phantom 4.10.3, and Splunk Phantom 4.10.4.
End of support for TLSv1.1
This release of Splunk Phantom ends support for TLSv1.1. The nginx configuration is updated to TLSv1.2 during upgrade.
If you wish to manually update to TLSv1.2, do the following steps:
For privileged deployments
- Edit the file /etc/nginx/conf.d/default.conf.
- Change the
ssl_protocols
setting toTLSv1.2;
. - Change the
ssl_session_cache
setting toshared:TLS:2m;
.
- Change the
- Restart nginx.
For unprivileged deployments
- Edit the file <PHANTOM_HOME>/usr/nginx/conf/conf.d/phantom-nginx-server.conf.
- Change the
ssl_protocols
setting toTLSv1.2;
. - Change the
ssl_session_cache
setting toshared:TLS:2m;
.
- Change the
- Restart nginx.
What's new in 4.10.6
This release of Splunk Phantom includes the following enhancements.
New Feature or Enhancement | Description |
---|---|
Updated urllib3 to version 1.26 | The updated urllib3 now correctly enforces the difference between http and https proxies. If you have previously set up a proxy for Splunk Phantom, you must make sure it correctly responds to http or https requests and has valid certificates. |
Updated NGINX to version 1.21.1 | The NGINX package has been updated to version 1.21.1 in order to remediate the following: |
Known Issues in this release of Splunk Phantom |
This documentation applies to the following versions of Splunk® Phantom (Legacy): 4.10.6
Feedback submitted, thanks!