MISP/MISP-sizer

Name: MISP-sizer

Owner: MISP Project

Description: Sizing your MISP instance

Created: 2018-03-27 16:22:49.0

Updated: 2018-03-28 12:21:53.0

Pushed: 2018-03-28 12:21:52.0

Homepage: null

Size: 38

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Introduction

https://misp-project.org/MISP-sizer/

Sizing hardware for MISP deployment usually comes early in the project, without much view of what kind of sizing may be useful nor what kind of usage volumes will be.

So we try to give here a simple HTML+Javascript-based sizing calculator to determine a basic hardware requirement for you.

Usage

serve local pages through local web server: python2 -m SimpleHTTPServer 8000 open http://127.0.0.1:8000/

WARNING: Please note that file:// loading won't work. That means that you can't use this directly by loading from the filesystem. You need to get these files served through HTTP/HTTPS as there is some Javascript and executing it requires it to be served over HTTP/HTTPS.

Basic information on MISP ressource usage

MISP is done to be deployable without consuming 8 GB of RAM when empty. You can run it on a 2GB RAM machine, with limited disk such as 30GB. For sure it can run on less, but then you will be limited later when samples are uploaded for example.

Notions

Criterias that have impact on Disk + RAM + CPU + … (from most impacting to less impacting):

Limits

This is crude estimation based on many varying parameters that may be totally wrong for your usage or your organization. So take these results with cautions.

Limits Examples:

About

This project was done in the course of a few hours, during the Hackathon + Training of March 2018 at CIRCL / SMILE in Luxembourg. If you have any request (feature, support, …): create an issue on github. If you want to get in touch with author: –NOSPAM– phil ..AT.. P1sec ..DOT.. com –THANKS–


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.