turbinia
turbinia copied to clipboard
Automation and Scaling of Digital Forensics Tools
First version of the Turbinia Web UI which provides the following: * Developed in VueJS * Queries the Turbinia API through localhost. PR for [Turbinia API](https://github.com/google/turbinia/pull/1064) * Outputs a Request...
Plaso has a dependency check and even if you're not using Redis as a backend it still checks the version and currently has an old version (4.2) pinned. For now...
When the `None` object is in a recipe, it gets evaluated as a string. We should make sure that it gets deserialized as the correct type. An empty string may...
Checks services that have binaries running outside of the normal locations
Postgres analyzer that analyzes postgresql installation and provides a TLDR and details findings report. - Postgresql configuration - postgresql.conf - Client authentication - pg_hba.conf - Linux postgres account - Postgres...
We should autogenerate all of the commands and command args for turbiniactl based on the evidence object types and attributes so that all evidence types can be added through tubiniactl...
We should add new evidence types (e.g. RawDiskBlocks) for disk block ranges so that we can have jobs further parallelize processing. Jobs would just need to know the size of...
In order for Turbinia to use Docker, the host system has to have the Docker daemon installed and the client is initialized with the system environment variables. We can allow...
While working on https://github.com/google/turbinia/pull/537 with version 20190819.7 ``` /usr/bin/turbiniactl -S server Traceback (most recent call last): File "/usr/bin/turbiniactl", line 6, in from pkg_resources import load_entry_point File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3088, in...
This issue tracks the development of Turbinia's API server and client library.