You are here

Entropy-based Anomaly Detection Module

The entropy-based anomaly detection module detects abrupt changes in the empirical entropy of a monitored feature. The entropy of a feature f is a well-suited synthetic index for describing an entire distribution, and in particular, useful for detecting important changes. Abrupt changes are detected by using a standard Exponential Weighted Moving Average (EWMA) algorithm.

Similar to ADTool, Entropy runs iteratively on the output of DBStream jobs. At every iteration, entropy retrieves the distribution corresponding to the last time-bin available, computes the corresponding empirical entropy, and uses the EWMA algorithm to decide on weather to flag an anomaly or not.

For further details on Entropy, we refer the reader to deliverable D4.3 and references therein.

Note that Entropy requires suitable DBStream jobs to compute traffic feature distributions with the required time-granularity. It is designed to run online, i.e. it processes the distributions of features as soon as they are available in the DBStream views. 
 
--> version 2.0 (August 2015, final release)