-
Notifications
You must be signed in to change notification settings - Fork 3
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
Integration of Microsoft XDR #8
Conversation
For MSSP mode some ideas. |
OK I just stumbled uppon a very strange issue. I think it's necessary to get in touch with the maintainer of that project, because I have no clue what is going on edit: It looks like they are restructuring to have multiple backends, and part of that is the namechange. I am guessing it will be in the next release |
I have added simple rate limit checking and retry on limit for every MS XDR function. There are two ways I can think of to get around this problem. |
This reverts commit 91b4ac6.
The integration works great so far, I will have a final review on the documentation and merge this. Thanks a lot for your contribution @WildDogOne |
I am building a basic integration for Microsoft XDR Detection Rules using the MS Security Graph API.
Only the Beta API actually supports Detection Rules https://learn.microsoft.com/en-us/graph/api/security-detectionrule-post-detectionrules?view=graph-rest-beta
The msgraph sdk does not as of yet support Detection Rules, not in Beta or Stable. (At least not for creation I think)
Because of that I will be using native rest requests with msal for authentication
Todos: