IntegralDefense / ACE

Analysis Correlation Engine
Apache License 2.0
25 stars 10 forks source link

generic configurable search-based correlations #159

Open unixfreak0037 opened 5 years ago

unixfreak0037 commented 5 years ago

Add the capability to have generic configurable search-based correlations. We currently have a different analysis module for every splunk/elk search we want to run, but they all do basically the same thing.

This will require a bit of re-work with the engine. Currently each module that is loaded is a different class, but this will require being able to load the same class multiple times with different configurations.

requirements: