Concourse Volatility Pipeline
Concourse pipeline that finds hidden processes and exports their executables to a git repo with Volatility.
Tools run in the pipeline
Volatility
Quick Deployment
- Set up Concourse (useful tutorial)
- Copy the contents of server folder to your Concourse installation
- Add the ssh credentials of your output repository to credentials.yml
- Setup the pipeline with fly:
$ fly -t target-name set-pipeline -p pipeline-name -c pipeline.yml -l credentials.yml
- Copy the contents of git folder to repository you'll use for the pipeline and create folders samples/ and dump/ in the same repo
- Put memory samples to samples/ folder in your repository and trigger the pipeline