Turbinia is an open-source framework for deploying, managing, and running distributed forensic workloads. It automates common forensic processing tools (e.g., Plaso, TSK, strings) to process evidence in the Cloud, scale processing of large amounts of evidence, and decrease response time by parallelizing processing where possible.
Turbinia is composed of client, server, and worker components. These components can run in the Cloud, on local machines, or as a hybrid of both. The Turbinia client makes requests to process evidence to the Turbinia server. The server creates logical jobs from these incoming user requests, which schedules forensic processing tasks to be run by the workers. Evidence is split up and many tasks are created to process it in parallel.
Turbinia is currently in Alpha release.
An installation guide can be found here.
To get started:
turbiniactl server
command.turbiniactl api_server
command if using.Check out the turbinia-client
documentation page for a detailed user guide.
> Visit turbinia Website <