Skip to content

Technical add-on to ingest json formatted volatility memory analysis plugin outputs

Notifications You must be signed in to change notification settings

mutedmouse/ta-volatility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview Version 2.6.7

Please see wiki for usage, guides and extended documentation (wiki currently under construction)

This app imports json (unified output) formatted volatility memory analysis plugin results enabling aggregate memory analysis.

Setup View was used to build the configure page

Splunk will automatically try to redirect the user to the setup page if the app.conf's [install] stanza has its is_configured property set to false.

Program Flow

This program starts in the app.conf, where the [install] stanza's is_configured property is set to false. This causes Splunk to redirect to it's setup page that is specified so that an admin/user can configure it for use.

In the app.conf's, [ui] stanza there is a setup_view property that points to which resource should be used for the setup view. In this case it's pointing to default/data/ui/views/setup_view_dashboard.xml.

The dashboard view specifies its CSS and JavaScript resources and points to the two file in appserver/static/javascript/setup_page.js and appserver/static/styles/setup_page.css.

And finally the setup_page.js imports a custom Backbone view from the appserver/static/javascript/views/setup_view_example.js.

Resources

About

Technical add-on to ingest json formatted volatility memory analysis plugin outputs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published