turbinia
turbinia copied to clipboard
Automation and Scaling of Digital Forensics Tools
Hopefully this is as the previous one was. Only difference should be that we fixed formatting using yapf and pulled the newest changes from the main repo.
Create a new Job that uses open source tool https://github.com/tstillz/webshell-scan to scan for webshells. Context: https://medium.com/swlh/web-shell-hunting-meet-the-web-shell-analyzer-f062686b443b
First implementation draft of Turbinia's API server. This is a work in progress. Please review but do not merge. Fixes #1069 ## Important notes ### Authentication User authentication and authorization...
We can currently set the `--output_format` to json in the recipe, but the file still gets written as a .csv file. It would be nice to write the correct file...
As we move to use Redis more in Turbinia, it would be nice to have a couple small shell scripts utilities to pull data out of Redis. Doesn't need to...
The new API server codebase is using type hints, and we should convert the rest of the codebase to use that as well.
Monitoring is setup automatically via Terraform, but that installation mechanism is going away by the end of the year. The current way to install it along side GKE is to...
Now that we have recipes, can extract arbitrary artifacts with the 'binary_extraction_path' parameter for the binary extraction Task as well as Yara rules processing, we should document the ways that...
We can extract custom paths with the binary extraction task combined with a recipe that sets the `binary_extraction_path`. We should create a template recipe for this for easy copy/editing.