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

Currently, prometheus metrics only contain the IP address and the job name. It would be nice to include additional details such as turbinia instance id, whether it's a server/worker, etc....

enhancement
monitoring

The current SRE script does not allow for changing prometheus and grafana change. We need to add this to the SRE script in order to make changes (updating SMTP config,...

enhancement
monitoring

It would be nice to have a way to easily turn on debug logging with update-gcp-infra.sh. Might have to adjust the `start.sh` script to look for an environment variable or...

enhancement
Tiny

When using GCS the output is kept in the configured output folder while it has already been written to GCS. Making sure the output folder is cleaned after each request...

enhancement

We need to prepare for the new containerd runtime engine and convert our scripts to use the containerd cli tool instead of the docker cli tool.

enhancement

Because of the way the partition and docker explorer enumeration works we end up with a lot more Tasks being run now. A couple ideas for things we can update...

enhancement

When a filesystem is analysed for Docker containers the below error is thrown if no docker path is available (as it tries to parse the faulty json output of the...

Tiny

When revoking GCP credentials ($ gcloud auth revoke) the client library hang for 600 seconds trying to call the create_topic() code below: https://github.com/google/turbinia/blob/master/turbinia/pubsub.py#L68 Should we set a retry and timeout...

When running processing for test disk, I keep getting Task failure for ```* FileArtifactExtractionTask: image_export.py failed for artifact JupyterConfigFile.``` When enabling debug_logs: ``` 2021-09-13 21:40:59,647 [DEBUG] (MainProcess) PID:120696 Starting preprocessing....

bug

Right now we don't have a way to check how many workers are connected, and this can be non-trivial because workers can connect from anywhere. We should implement a 'turbiniactl...

enhancement
Prio1