An open API service indexing awesome lists of open source software.

https://github.com/log2timeline/dftimewolf

A framework for orchestrating forensic collection, processing and data export
https://github.com/log2timeline/dftimewolf

Last synced: 1 day ago
JSON representation

A framework for orchestrating forensic collection, processing and data export

Awesome Lists containing this project

README

        

## DFTimewolf

A framework for orchestrating forensic collection, processing and data export.

dfTimewolf consists of collectors, processors and exporters (modules) that pass
data on to one another. How modules are orchestrated is defined in predefined
"recipes".



## Status
Github actions | [Codecov](https://codecov.io/) | [CodeFactor](https://codefactor.io)
--- | --- | --
![Unit tests](https://github.com/log2timeline/dftimewolf/actions/workflows/unittests.yml/badge.svg) ![pylint checks](https://github.com/log2timeline/dftimewolf/actions/workflows/pylint.yml/badge.svg) ![mypy checks](https://github.com/log2timeline/dftimewolf/actions/workflows/mypy.yml/badge.svg) ![Install](https://github.com/log2timeline/dftimewolf/actions/workflows/install.yml/badge.svg) | [![codecov](https://codecov.io/gh/log2timeline/dftimewolf/branch/main/graph/badge.svg)](https://codecov.io/gh/log2timeline/dftimewolf) | [![CodeFactor](https://www.codefactor.io/repository/github/log2timeline/dftimewolf/badge)](https://www.codefactor.io/repository/github/log2timeline/dftimewolf)

### Getting started

[Documentation](https://dftimewolf.readthedocs.io/en/dev/getting-started.html) is hosted on readthedocs.io.