turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Automation and Scaling of Digital Forensics Tools

Results 189 turbinia issues
Sort by recently updated
recently updated
newest added

- config / setup basics - examples - etc

enhancement
documentation

Right now the cloud functions are written in javascript since when we wrote them originally GCF didn't support python, but now that it does, we should probably rewrite them.

enhancement

The local stack documentation currently assumes the server and workers are running on 1 host. We need to add instruction to explain how to run workers on different hosts. The...

enhancement
documentation

We don't need anything comprehensive, but it would be nice to have a few of the basic commands documented and link to some other resources for how to debug docker...

enhancement
documentation

We should combine some of the Tasks that have one to one mappings of FileArtifactExtractionTasks to a given Analysis Task as there is not much benefit to separating these into...

enhancement
refactoring

We need to review and improve our development documentation to reflect the changes made to Turbinia and insights into good and simpel development workflows.

enhancement
documentation

Turbinia tries to load the configuration on import of the modules. This brings all kinds of problems with it, for example: - messages about using a template file which are...

refactoring

The workers deal with a lot of large evidence files and can easily fill up their disks depending on their configuration. When the disks get full, this can cause other...

enhancement
monitoring

Add prometheus metrics to monitor server/worker uptime

enhancement
monitoring