This commit is contained in:
David Laufer 2018-07-30 07:56:53 +03:00
parent 8a6d1a83b5
commit c279b95e42
3 changed files with 8 additions and 6 deletions

View File

@ -24,7 +24,6 @@ ms.date: 30/07/2018
- Windows Defender Advanced Threat Protection (Windows Defender ATP)
>Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
Windows Defender ATP exposes much of its data and actions through a set of programmatic APIs. Those APIs will enable you to automate workflows and innovate based on Windows Defender ATP capabilities. The API access requires OAuth2.0 authentication. For more information, see [OAuth 2.0 Authorization Code Flow](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protocols-oauth-code).
@ -32,10 +31,9 @@ Windows Defender ATP exposes much of its data and actions through a set of progr
In general, youll need to take the following steps to use the APIs:
- Create an app
- Get an access token
- Use Windows Defender ATP API
- Use the token to access Windows Defender ATP API
### Before you begin
Before using the APIs, youll need to create an app that youll use to authenticate against the graph. Youll need to create a web app to use for the adhoc queries.
This page explains how to create an app, get an access token to Windows Defender ATP and validate the token includes the required permission.
## Create an app

View File

@ -21,6 +21,8 @@ ms.date: 30/07/2018
Schedule advanced query.
>**Prerequisite**: You first need to [create an app](exposed-apis-windows-defender-advanced-threat-protection-new.md).
## Use case
If you need to schedule an advanced query and use the results for follow up actions and processing, you can use [Microsoft Flow](https://flow.microsoft.com/) (or Logic Apps) for it!

View File

@ -19,6 +19,8 @@ Run advanced queries using PowerShell. Please read about [Advanced Hunting API](
In this section we share PowerShell samples to retrieve a token and use it to run a query.
>**Prerequisite**: You first need to [create an app](exposed-apis-windows-defender-advanced-threat-protection-new.md).
## Preparation Instructions
- Open a PowerShell window.