Skip to content
Asbaek edited this page Mar 13, 2016 · 26 revisions

OpenISMS

Welcome to the openisms wiki! Openisms is tool I use to organise my knowledge about risks. Feel free to use it at your own risk. It is work in progress. The current version works, but have some major details missing. Feel free to suggest changes.

The project is opensource. Data is kept in clear text files for easy integration. Data model is inspired by OCTAVE Allegro.

Warning

Proper access control, input validation, version control and several other details are missing.

Installation

  • Download code, e.g.: git clone https://github.com/Asbaek/openisms.git

Linux/OS X

  • Open Terminal
  • Go to the folder of the downloaded code
  • Type sudo pip install flask
  • Type python openisms.py
  • To access the tool, open a browser and go to http://127.0.0.1:5000

Windows

  • Install Anaconda
  • Open command line window
  • Go to folder of the downloaded code
  • Type python openisms.py
  • To access the tool, open a browser and go to http://127.0.0.1:5000

Backup

Data is stored in a text file: "assessments/data.json". It is a good idea to back it up regularly.

Configuration

You can configure openisms by changing the assessments/data.json file. Here you can for example add ISO27001 controls, new containers, change impact priorities etc. ISO27001 controls are not included for license reasons.

Clone this wiki locally