Splunk SOAR (f.k.a. Phantom)

How can I determine my Phantom Version?

sam_splunk
Splunk Employee
Splunk Employee

How do I find which version of Phantom I'm running from the console/ssh?

(Captured question from Phantom Community Slack)

Labels (1)
Tags (1)
0 Karma
1 Solution

sam_splunk
Splunk Employee
Splunk Employee

You can get your Phantom version from the command line with the command:

cat /opt/phantom/etc/settings.json | grep phantom_version

It is also available on the bottom-right hand side of the screen when logging in.

If the minor version is needed, try:

grep -Po 'phantom_version":\K.*?(?=\})' /opt/phantom/installData/system_settings/settings.json 

View solution in original post

sam_splunk
Splunk Employee
Splunk Employee

You can get your Phantom version from the command line with the command:

cat /opt/phantom/etc/settings.json | grep phantom_version

It is also available on the bottom-right hand side of the screen when logging in.

If the minor version is needed, try:

grep -Po 'phantom_version":\K.*?(?=\})' /opt/phantom/installData/system_settings/settings.json 
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...