Getting started

circle-exclamation

Architecture

General overview

The architecture is divided as much as possible into separate key components. It uses Docker to run all the software. Besides the obvious reasons to use Docker, like the practicality of it, it is also useful for jurisdictional requirements.

By dockerizing the infrastructure, it is possible to e.g. host the Mosquitto (MQTT) server to which the Crypsis implants communicate in the target country - whilst all other infrastructure is safely kept within your own borders. The sensitive data that is collected is safe, whilst the communication is stealthy in the country of choice.

PKI Infrastructure

PKI infrastructure

Software suite

Download link

You can install easyrsa and install the required PKI infrastructure as follows:

Feel free to use other PKI software if wanted, this is intended as an go-to example.

triangle-exclamation

Last updated