Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • W Wiki Home
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • VM4SEC Wiki
  • Wiki Home
  • Wiki
  • Quantitative Security Assessment (QSA)

Quantitative Security Assessment (QSA) · Changes

Page history
Update Quantitative Security Assessment (QSA) authored Mar 02, 2022 by Miltos's avatar Miltos
Hide whitespace changes
Inline Side-by-side
Quantitative-Security-Assessment-(QSA).md
View page @ 57b85e72
# Quantitative Security Assessment (QSA)
In this page, the steps that need to be followed for installing and setting up the back-end 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. 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). 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 ### Prerequisite
...@@ -35,9 +33,7 @@ docker run -p 8080:8080 --name vm4sec-qsa -it siavvasm/vm4sec-security-assessmen ...@@ -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](). 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 # Execution of the QSA mechanism (as a Microservice)
# Dependability Toolbox - Execution 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. 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.
......
Clone repository
  • Project Management API
  • Quantitative Security Assessment (QSA)
  • VM4SEC Dashboard
  • Vulnerability Prediction (VP)
  • Walkthrough
  • Home