A python script that can be used by a Splunk custom command to query the EnCase API.
- Splunk 6.0+
- Internet connection
- Add the following to your Splunk apps
$SPLUNK_HOME/etc/apps/<app_name>local/commands.conf
[encase]
filename = splunk_to_encase.py
- Add splunk_to_encase.py to
$SPLUNK_HOME/etc/apps/<app_name>/bin/
#####To query an IP
From Splunk search run | encase __EXECUTE__ 10.1.2.3
From Splunk search run | encase __EXECUTE__ myDesktop
- Add support for others parameters
- Test proxy settings
Used most of https://github.com/xg5-simon/Splunk_Cymon.io - thanks xg5-simon !