-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] CrowdStrike log type support #572
Comments
…s page. (opensearch-project#572) * Add a details button to open the findings flyout from the correlations page. opensearch-project#564 Signed-off-by: Jovan Cvetkovic <[email protected]> * Add a details button to open the findings flyout from the correlations page. opensearch-project#564 Signed-off-by: Jovan Cvetkovic <[email protected]> * [FEATURE] Add a details button to open the findings flyout from the correlations page. opensearch-project#564 Signed-off-by: Jovan Cvetkovic <[email protected]> * fix tests Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> * [BUG] Wrong field mappings for the cloud trail logs opensearch-project#573 Signed-off-by: Jovan Cvetkovic <[email protected]> * code review Signed-off-by: Jovan Cvetkovic <[email protected]> --------- Signed-off-by: Jovan Cvetkovic <[email protected]>
Why would you wish to have a separate log-type for these rules when they are already present in their respective log-types for each platform (windows, Linux, macOS) Is there a logfeed you'd like to process from Crowdstrike itself directly that would necessitate a separate product log-type? |
Is your feature request related to a problem?
This issue discusses the addition of
crowdstrike
log group support in Security Analytics plugin. CrowdStrike is a product used for security related use-cases. The use-case is basically to monitor activities and threats related to Crowdstrike Falcon as the primary objective.What solution would you like?
Introduce
crowdstrike
log type. The rules are aggregated from Sigma repo.Rules to be added in the log type:
Windows:
Linux:
MacOS:
What alternatives have you considered?
Presently, Sigma only supports the above rules for this. More rules can be added in future iterations / improvements.
Do you have any additional context?
Suggestions are welcome from users for more use-cases.
The text was updated successfully, but these errors were encountered: