You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
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:
ability to use multiple instances of the same analysis module
search text with interpolation
mapping from result field to observable type/value (with optional condition to decide if it should be included)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
The text was updated successfully, but these errors were encountered: