-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: microsoft_security
and microsoft_security_query
data sources in microsoft
plugin
#261
Merged
Conversation
This file contains 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
traut
changed the title
Microsoft plugin cleanup and
Microsoft plugin cleanup and new data sources
Nov 14, 2024
microsoft_security
data source
traut
changed the title
Microsoft plugin cleanup and new data sources
feat: Nov 14, 2024
microsoft_security
and microsoft_security_query
data sources in microsoft
plugin
traut
requested review from
dobarx and
Andrew-Morozko
and removed request for
dobarx
November 14, 2024 19:14
dobarx
reviewed
Nov 15, 2024
Looks good! Just tests failing in
|
@dobarx oh, apologies, fixed |
dobarx
approved these changes
Nov 17, 2024
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.
microsoft_security
andmicrosoft_security_query
microsoft_security
facilitates requests againsthttps://api.securitycenter.microsoft.com/api
endpointsmicrosoft_security_query
allows Advanced Hunting Query execution againsthttps://api.securitycenter.microsoft.com/api/advancedqueries/run
endpoint. The endpoint is somewhat special, so it has its own data sourceFollowing up on the work done in #241 and #129