Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/unicornunicode/FACT

FACT is a tool to collect, process and visualise forensic data from clusters of machines running in the cloud or on-premise.
https://github.com/unicornunicode/FACT

cloud data-collection forensics

Last synced: 22 days ago
JSON representation

FACT is a tool to collect, process and visualise forensic data from clusters of machines running in the cloud or on-premise.

Awesome Lists containing this project

README

        


FACT


Forensic Artefact Collection Tool


# Overview

FACT is a tool to collect, process and visualise forensic data from clusters of
machines running in the cloud or on-premise.

# Deployment

For a basic single-node deployment, we recommend using [Docker](https://docs.docker.com/get-docker/)
and [Docker Compose](https://docs.docker.com/compose/install/). First, read
[`docker-compose.yaml`](docker-compose.yaml) for configuration and requirements.
Then, start the stack using:

```sh
docker-compose up -d
```

See the [installation guide](docs/installation.md) for more details and other
deployment methods.

# Using FACT

Check out the [user guide](docs/user-guide.md).

# Developing

See the [developer documentation](docs/developing.md) for details on setting up
a development environment, linting and testing.

# Screenshots

![targets-1](https://user-images.githubusercontent.com/1705906/140052919-23f7e567-ab52-441e-982e-1a0ec819d17c.png)
![tasks-1](https://user-images.githubusercontent.com/1705906/140052963-f39cce21-5634-4235-afa2-193e1621ba50.png)
![dashboard-1](https://user-images.githubusercontent.com/1705906/140052998-09c39a3f-b690-4c62-a2ba-9734244ace63.png)