Contents

turbinia 20240820

0

Automation and Scaling of Digital Forensics Tools

Turbinia is an open-source framework for distributed forensic workloads. It automates common forensic tools, scales processing in the cloud, and parallelizes tasks for faster results. Clients request processing, servers schedule tasks, and workers execute them. Communication is done through Google Cloud PubSub or Kombu messaging.

Stars: 782, Watchers: 782, Forks: 167, Open Issues: 106

The google/turbinia repo was created 10 years ago and the last code push was 1 months ago.
The project is popular with 782 github stars!

How to Install turbinia

You can install turbinia using pip

pip install turbinia

or add it to a project with poetry

poetry add turbinia

Package Details

Author
Turbinia Developers
License
Apache-2.0
Homepage
https://github.com/google/turbinia
PyPi:
https://pypi.org/project/turbinia/
Documentation:
https://turbinia.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/google/turbinia

Classifiers

No  turbinia  pypi packages just yet.

Errors

A list of common turbinia errors.

Code Examples

Here are some turbinia code examples and snippets.

GitHub Issues

The turbinia package has 106 open issues on GitHub

  • Bump urllib3 from 2.6.0 to 2.6.3 in the pip group across 1 directory
  • Fix yara update logic

See more issues on GitHub

Related Packages & Articles

oletools 0.60.2

Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR

python-taint 0.42

Find security vulnerabilities in Python web applications using static analysis.

secure 1.0.1

A lightweight package that adds security headers for Python web frameworks.