Skip to content
This repository was archived by the owner on Nov 15, 2019. It is now read-only.

MMT SecurityIncidents

Diego Rivera edited this page Sep 18, 2017 · 2 revisions

Overview

MMT was conceived as a network security tool. This plugin will compute the number of security incidents detected in the last minute by counting the number of security reports in the database.

MMT-diagram.png

Measure Architecture

Type : Direct Measure

Scope

Value Type Default Description
mmtdbhostname String localhost Name of the host where the MMT database is hosted
mmtdbportname Integer 27017 Port on the MMT database host to connect the plugin.

Data Model

Value Type Description
value Integer The number of security incidents detected by MTT during the last 60 seconds.

Algorithms

This algorithm performs will simple count the number of security reports generated by MMT in its database.

Clone this wiki locally