Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

jbeley/docker-plaso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been archived and a maintained version can be found here

docker-plaso

Docker container for Plaso super-timelining tool

Building

The following make targets are available

Target Description
build build the docker image
build-nocache build the docker image without use of docker build caching
cdqr run cdqr with "do all the things" plugin set against WinXP2.E01
cdqr-lin run cdqr with Linux specific plugin set against WinXP2.E01
cdqr-mac run cdqr with Mac specific plugin set against WinXP2.E01
cdqr-win run cdqr with Windows specific plugin set against WinXP2.E01
git-push push this repo
hub-build schedule bulid on docker hub
log2timeline run log2timeline against WinXP2.E01
pinfo run pinfo against WinXP2.plaso
psort-analysis run psort with analysis plugins against WinXP2.plaso
psort-csv run pinfo against WinXP2.plaso
psort run pinfo against WinXP2.plaso
push push image to docker hub
shell run a shell in the docker container as an unpriviledged user (usefulfor debugging)
shell-root run a shell in the docker container as root (useful for debugging)
test run all tests

Usage

docker run --rm  -v YOUR_DATA_DIR:/data/ -u root -it jbeley/plaso:20190916 \
   log2timeline.py --status_view linear --parsers YOUR_PARSER_LIST /data/PLASOFILE.pb  /data/YOUR_INPUT
docker run -v YOUR_DATA_DIR:/data/ -u root -it jbeley/plaso:20190916 psort.py -o json_line -w YOUR_OUTPUT.json /data/PLASOFILE.pb

Plaso's license

see https://github.com/log2timeline/plaso/wiki/Licenses-dependencies

Credits

About

Docker container for plaso supertimlining tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published