I am researching a little bit about MDE/MDO-s API capabilities for advanced threat hunt.
my question is: Is it possible to KQL querying MDE/MDO’s API?
Any info would be highly appreciated.
Thanks
goal: using KQL to hunt for threats utilising MDE/MDO's API.
You may explore the http_request (GET) and http_request_post (POST) plugins to send an HTTP request to your API's and convert the response into a table.
Please note that it’s disabled by default for security reasons, I would highly recommend reading the documentation very carefully before you try it as the plugins allow queries to send data and the user's security token to external user-specified network endpoints.
Here are sample query examples for reference:
http_request (GET):
http_request_post (POST):