|
|
# Quantitative Security Assessment (QSA)
|
|
|
|
|
|
In this page, the steps that need to be followed for installing and setting up the back-end
|
|
|
of the **Quantitative Security Assessment (QSA)** mechanism on your local machine are provided, as well as information on how to use the QSA service.
|
|
|
|
|
|
Initially, information is provided on how to deploy a Docker Container, using the latest Docker Image that is available on [DockerHub](https://hub.docker.com/repository/docker/siavvasm/vm4sec-security-assessment).
|
|
|
|
|
|
## Installation
|
|
|
# Installation
|
|
|
|
|
|
### Prerequisite
|
|
|
|
... | ... | @@ -35,9 +33,7 @@ docker run -p 8080:8080 --name vm4sec-qsa -it siavvasm/vm4sec-security-assessmen |
|
|
|
|
|
Attention: You can use a different port than the 8080 on your local machine, as long as the correct mapping is done in the _docker run_ command. For instance, if you wish the docker container to listen to the 8089 port, you should define "-p 8089:8080" in the aforementioned commands. It should be noted, that in that case, if you are willing to use also the Dashboard, this change should be applied to the Docker File of the dashboard in order to declare where the services reside. For more information please check the [Dashboard Wiki Page]().
|
|
|
|
|
|
## Usage of the QSA mechanism
|
|
|
|
|
|
# Dependability Toolbox - Execution as a Microservice
|
|
|
# Execution of the QSA mechanism (as a Microservice)
|
|
|
|
|
|
In this section, we describe how the QSA mechanism can be used as an individual Microservice. More specifically, we describe how the analysis service can be invoked, whereas intuitive examples are also provided, in an attempt to facilitate understanding.
|
|
|
|
... | ... | |