Splunk Enterprise Security implementation #32
Open
ax-hsmith wants to merge 27 commits intoDataDog:mainfrom
Open
Splunk Enterprise Security implementation #32ax-hsmith wants to merge 27 commits intoDataDog:mainfrom
ax-hsmith wants to merge 27 commits intoDataDog:mainfrom
Conversation
… assertion requeue
…rformActionOnMatchingNotables
…th other related deps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
New matcher: for Splunk Enterprise Security
Enhancement: Updated stratus-red-team to the latest version at this time (v2.23.2) and other related dependencies
Motivation
I got tired of the detection engineering loop of manually running tests, waiting for alerts to appear (or not appear) and subsequently closing those alerts. This tool is perfect for that and thus I wanted to make it work with Splunk Enterprise Security
Checklist
Disclaimer:
I'm familiar with Golang as a programming language but this will be one of the first real Golang projects that I've contributed to. If I implemented something in a strange way, it's probably because I don't know any better. I'm very much open to feedback/criticism.