Ecosyste.ms: Awesome
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: 7 days ago
JSON representation
A framework for orchestrating forensic collection, processing and data export
- Host: GitHub
- URL: https://github.com/log2timeline/dftimewolf
- Owner: log2timeline
- License: apache-2.0
- Created: 2016-07-29T13:54:45.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T10:17:40.000Z (24 days ago)
- Last Synced: 2024-11-29T17:03:55.134Z (14 days ago)
- Language: Python
- Homepage:
- Size: 14.9 MB
- Stars: 296
- Watchers: 27
- Forks: 72
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- ForensicsTools - DFTimewolf - Framework for orchestrating forensic collection, processing and data export using GRR and Rekall (Challenges / Timeline Analysis)
- awesome-cloud-security - dftimewolf - cloud framework for orchestrating forensic collection, processing and data export. (Infrastructure)
- awesome-security-collection - **93**星
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.