Skip to content

Ibrahimous/Splunk_To_EnCase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SplunkToEncase

Description

A python script that can be used by a Splunk custom command to query the EnCase API.

Requirements

  1. Splunk 6.0+
  2. Internet connection

Installation

  1. Add the following to your Splunk apps $SPLUNK_HOME/etc/apps/<app_name>local/commands.conf
[encase]
filename = splunk_to_encase.py
  1. Add splunk_to_encase.py to $SPLUNK_HOME/etc/apps/<app_name>/bin/

Usage

#####To query an IP From Splunk search run | encase __EXECUTE__ 10.1.2.3

To query a domain

From Splunk search run | encase __EXECUTE__ myDesktop

ToDo

  • Add support for others parameters
  • Test proxy settings
Credits

Used most of https://github.com/xg5-simon/Splunk_Cymon.io - thanks xg5-simon !

About

Query EnCase API from Splunk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.3%
  • Shell 30.7%