OSDFIR Infrastructure simplifies the deployment and integration of Open Source Digital Forensics tools to Kubernetes clusters (local or cloud) using Helm.
Currently, OSDFIR Infrastructure supports the deployment and integration of the following tools:
These tools can be used independently as well by following the documentation on the tool’s repository or by installing a tool specific Helm chart which includes any built-in integrations.
To get started, ensure you have Helm installed and are authenticated to your Kubernetes cluster.
IMPORTANT: For cloud deployments, Turbinia currently only supports attaching disks from GCP environments. Manual disk attachment or utilizing other evidence types is necessary for other cloud providers.
Once complete, add the repo containing the Helm charts as follows:
helm repo add osdfir-charts https://google.github.io/osdfir-infrastructure
If you had already added this repo earlier, run helm repo update
to retrieve the latest versions of the packages.
You can then run helm search repo osdfir-charts
to see the available charts.
To install the OSDFIR Infrastructure chart using a release name of my-release
:
helm install my-release osdfir-charts/osdfir-infrastructure
Note: The default configuration of the Helm chart installs it within your cluster for internal access. To enable external access, follow the instructions provided in the Helm chart’s README.
To uninstall the chart:
helm uninstall my-release
Please refer to the links below for more details on configuring OSDFIR Infrastructure, using individual tools, and accessing helpful guides.
This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.