Skip to content

Commit 0979702

Browse files
authored
Merge pull request #26051 from microsoftgraph/identityProtectionOverview-update
Update overviews
2 parents b855376 + 50c00b6 commit 0979702

File tree

2 files changed

+53
-33
lines changed

2 files changed

+53
-33
lines changed
Lines changed: 27 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,50 @@
11
---
2-
title: "Use the Microsoft Graph identity protection APIs"
2+
title: "Overview of identity protection APIs in Microsoft Graph"
33
description: "Use Microsoft Graph to query and receive information about risks detected by Microsoft Entra ID Protection."
4-
author: "ebasseri"
4+
author: FaithOmbongi
5+
ms.reviewer: etbasser
56
ms.localizationpriority: medium
6-
ms.subservice: "entra-sign-in"
7+
ms.subservice: entra-sign-in
8+
ms.topic: overview
79
doc_type: conceptualPageType
8-
ms.date: 12/06/2022
10+
ms.date: 01/09/2025
11+
# customer intent: As a developer, I want to learn the capabilities of Microsoft Entra Identity Protection that are available through Microsoft Graph so I can integrate with other solutions for long-term storage and analysis.
912
---
1013

11-
# Use the Microsoft Graph identity protection APIs
14+
# Overview of identity protection APIs in Microsoft Graph
1215

1316
Namespace: microsoft.graph
1417

1518
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1619

17-
Microsoft Entra [Identity Protection](/azure/active-directory/identity-protection/overview-identity-protection) is tool that allows organizations to discover, investigate, and remediate identity-based risks in their Microsoft Entra organization.
20+
Microsoft Entra [ID Protection](/entra/id-protection/overview-identity-protection) is tool that allows organizations to discover, investigate, and remediate identity-based risks in their Microsoft Entra organization.
1821

1922
Use the following Microsoft Graph APIs to query user and service principal risks detected by Microsoft Entra ID Protection:
2023

2124
## For users
2225

23-
+ [riskDetection](riskdetection.md) - Query Microsoft Graph for a list of both user and sign-in linked risk detections and associated information about the detection. Risk detections in Microsoft Entra ID Protection include any identified suspicious actions related to user accounts in the directory.
26+
- [riskDetection](riskdetection.md) - Query Microsoft Graph for a list of both user and sign-in linked risk detections and associated information about the detection. Risk detections in Microsoft Entra ID Protection include any identified suspicious actions related to user accounts in the directory.
2427

2528
>[!CAUTION]
26-
>The **identityRiskEvents** API was deprecated and stopped returning data on January 10, 2020. It was replaced by the [riskDetection](riskdetection.md) API. For more information about the deprecation, see [Deprecation of the identityRiskEvents API](https://developer.microsoft.com/office/blogs/deprecatation-of-the-identityriskevents-api/).
29+
>The **identityRiskEvents*- API was deprecated and stopped returning data on January 10, 2020. It was replaced by the [riskDetection](riskdetection.md) API. For more information about the deprecation, see [Deprecation of the identityRiskEvents API](https://developer.microsoft.com/office/blogs/deprecatation-of-the-identityriskevents-api/).
2730
28-
+ [riskyUsers](riskyuser.md) - Query Microsoft Graph for information about users that Microsoft Entra ID Protection detected as risky. User risk represents the probability that a given identity or account is compromised. These risks are calculated offline using Microsofts internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
31+
- [riskyUsers](riskyuser.md) - Query Microsoft Graph for information about users that Microsoft Entra ID Protection detected as risky. User risk represents the probability that a given identity or account is compromised. These risks are calculated offline using Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
2932

30-
+ [signIn](signin.md) - Query Microsoft Graph for information about Microsoft Entra sign-ins with specific properties related to risk state, detail, and level. A sign-in risk represents the probability that a given authentication request isn’t authorized by the identity owner. These risks can be calculated in real-time or calculated offline using Microsoft’s internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
33+
- APIs for manual remediation of risks by confirming a user as compromised or dismissing a risky user are also available.
34+
35+
- [signIn](signin.md) - Query Microsoft Graph for information about sign-ins with specific properties related to risk state, detail, and level. A sign-in risk represents the probability that an identity owner didn't authorize a given authentication request. These risks can be calculated in real-time or calculated offline using Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
3136

3237
## For service principals
3338

34-
+ [servicePrincipalRiskDetection](serviceprincipalriskdetection.md) - Query Microsoft Graph for a list of service principal risk detections and associated information about the detections. Risk detections in Microsoft Entra ID Protection include any identified suspicious actions related to service principal accounts in the directory.
39+
- [servicePrincipalRiskDetection](serviceprincipalriskdetection.md) - Query Microsoft Graph for a list of service principal risk detections and associated information about the detections. Risk detections in Microsoft Entra ID Protection include any identified suspicious actions related to service principal accounts in the directory.
40+
41+
- [riskyServicePrincipals](riskyserviceprincipal.md) - Query Microsoft Graph for information about service principals that Microsoft Entra ID Protection detected as risky. Service principal risk represents the probability that a given identity or account is compromised. These risks are calculated asynchronously using data and patterns from Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
42+
43+
- APIs for manual remediation of risks by confirming a service principal as compromised or dismissing a risky service principal are also available.
3544

36-
+ [riskyServicePrincipals](riskyserviceprincipal.md) - Query Microsoft Graph for information about service principals that Microsoft Entra ID Protection detected as risky. Service principal risk represents the probability that a given identity or account is compromised. These risks are calculated asynchronously using data and patterns from Microsoft’s internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
45+
## Automatic remediation of risks
46+
47+
Apart from manual remediation of risky users and service principals, you can also automatically remediate risks by integrating Identity Protection with [Microsoft Entra Conditional Access policies](../resources/conditionalaccesspolicy.md). For more information, see [Configure and enable risk policies](/entra/id-protection/howto-identity-protection-configure-risk-policies).
3748

3849
## What can I do with identity protection APIs in Microsoft Graph?
3950

@@ -47,11 +58,9 @@ GET a user's risk history | [GET https://graph.microsoft.com/beta/identityProtec
4758
CONFIRM a user as compromised | [POST https://graph.microsoft.com/beta/identityProtection/riskyUsers/confirmCompromised](https://developer.microsoft.com/graph/graph-explorer?request=/identityProtection/riskyUsers/confirmCompromised&version=beta)
4859
DISMISS a risky user | [POST https://graph.microsoft.com/beta/identityProtection/riskyUsers/dismiss](https://developer.microsoft.com/graph/graph-explorer?request=/identityProtection/riskyUsers/dismiss&version=beta)
4960

50-
For specific guidance and additional information, see [Identify and remediate risks using Microsoft Graph APIs](/graph/tutorial-riskdetection-api).
51-
5261
## What licenses do I need?
5362

54-
Microsoft Entra ID Protection for both users and service principals is a premium feature. You need specific licenses to access the full reports. For more information, see [Identity Protection license requirements](/entra/id-protection/overview-identity-protection#license-requirements).
63+
Microsoft Entra ID Protection for both users and service principals is a premium feature. You need specific licenses to access the full reports. For more information, see [Microsoft Entra ID Protection license requirements](/entra/id-protection/overview-identity-protection#license-requirements).
5564

5665
## How much data is available?
5766

@@ -60,5 +69,6 @@ The availability of risk data is governed by the [Microsoft Entra data retention
6069

6170
## Related content
6271

63-
* [About Microsoft Entra ID Protection](/azure/active-directory/identity-protection/overview-identity-protection)
64-
* [Get started with Microsoft Entra ID Protection and Microsoft Graph](/azure/active-directory/identity-protection/howto-identity-protection-graph-api)
72+
- [About Microsoft Entra ID Protection](/entra/id-protection/overview-identity-protection)
73+
- [Get started with Microsoft Entra ID Protection and Microsoft Graph](/entra/id-protection/howto-identity-protection-graph-api)
74+
- [Tutorial: Identify and remediate risks using Microsoft Graph APIs](/graph/tutorial-riskdetection-api).
Lines changed: 26 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
11
---
2-
title: "Use the Microsoft Graph identity protection APIs"
2+
title: "Overview of identity protection APIs in Microsoft Graph"
33
description: "Use Microsoft Graph to query and receive information about risks detected by Microsoft Entra ID Protection."
4-
author: "ebasseri"
4+
author: FaithOmbongi
5+
ms.reviewer: etbasser
56
ms.localizationpriority: medium
6-
ms.subservice: "entra-sign-in"
7+
ms.subservice: entra-sign-in
78
doc_type: conceptualPageType
8-
ms.date: 08/17/2022
9+
ms.topic: overview
10+
ms.date: 01/09/2025
11+
# customer intent: As a developer, I want to learn the capabilities of Microsoft Entra ID Protection that are available through Microsoft Graph so I can integrate with other solutions for long-term storage and analysis.
912
---
1013

11-
# Use the Microsoft Graph identity protection APIs
14+
# Overview of identity protection APIs in Microsoft Graph
1215

1316
Namespace: microsoft.graph
1417

15-
Microsoft Entra [Identity Protection](/azure/active-directory/identity-protection/overview-identity-protection) is tool that allows organizations to discover, investigate, and remediate identity-based risks in their Microsoft Entra organization.
18+
Microsoft Entra [ID Protection](/entra/id-protection/overview-identity-protection) is tool that allows organizations to discover, investigate, and remediate identity-based risks in their Microsoft Entra organization.
1619

1720
Use the following Microsoft Graph APIs to query user and service principal risks detected by Microsoft Entra ID Protection:
1821

1922
## For users
2023

21-
+ [riskDetection](riskdetection.md) - Query Microsoft Graph for a list of both user and sign-in linked risk detections and associated information about the detection. Risk detections in Microsoft Entra ID Protection include any identified suspicious actions related to user accounts in the directory.
24+
- [riskDetection](riskdetection.md) - Query Microsoft Graph for a list of both user and sign-in linked risk detections and associated information about the detection. Risk detections in Microsoft Entra ID Protection include any identified suspicious actions related to user accounts in the directory.
2225

23-
+ [riskyUsers](riskyuser.md) - Query Microsoft Graph for information about users that Microsoft Entra ID Protection detected as risky. User risk represents the probability that a given identity or account is compromised. These risks are calculated offline using Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
26+
- [riskyUsers](riskyuser.md) - Query Microsoft Graph for information about users that Microsoft Entra ID Protection detected as risky. User risk represents the probability that a given identity or account is compromised. These risks are calculated offline using Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
2427

25-
+ [signIn](signin.md) - Query Microsoft Graph for information about Microsoft Entra sign-ins with specific properties related to risk state, detail, and level. A sign-in risk represents the probability that a given authentication request isn't authorized by the identity owner. These risks can be calculated in real-time or calculated offline using Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
28+
- APIs for manual remediation of risks by confirming a user as compromised or dismissing a risky user are also available.
29+
30+
- [signIn](signin.md) - Query Microsoft Graph for information about sign-ins with specific properties related to risk state, detail, and level. A sign-in risk represents the probability that an identity owner didn't authorize a given authentication request. These risks can be calculated in real-time or calculated offline using Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
2631

2732
## For service principals
2833

29-
+ [servicePrincipalRiskDetection](serviceprincipalriskdetection.md) - Query Microsoft Graph for a list of service principal risk detections and associated information about the detections. Risk detections in Microsoft Entra ID Protection include any identified suspicious actions related to service principal accounts in the directory.
34+
- [servicePrincipalRiskDetection](serviceprincipalriskdetection.md) - Query Microsoft Graph for a list of service principal risk detections and associated information about the detections. Risk detections in Microsoft Entra ID Protection include any identified suspicious actions related to service principal accounts in the directory.
35+
36+
- [riskyServicePrincipals](riskyserviceprincipal.md) - Query Microsoft Graph for information about service principals that Microsoft Entra ID Protection detected as risky. Service principal risk represents the probability that a given identity or account is compromised. These risks are calculated asynchronously using data and patterns from Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
37+
38+
- APIs for manual remediation of risks by confirming a service principal as compromised or dismissing a risky service principal are also available.
3039

31-
+ [riskyServicePrincipals](riskyserviceprincipal.md) - Query Microsoft Graph for information about service principals that Microsoft Entra ID Protection detected as risky. Service principal risk represents the probability that a given identity or account is compromised. These risks are calculated asynchronously using data and patterns from Microsoft's internal and external threat intelligence sources, including security researchers, law enforcement professionals, security teams at Microsoft, and other trusted sources.
40+
## Automatic remediation of risks
41+
42+
Apart from manual remediation of risky users and service principals, you can also automatically remediate risks by integrating Identity Protection with [Microsoft Entra Conditional Access policies](../resources/conditionalaccesspolicy.md). For more information, see [Configure and enable risk policies](/entra/id-protection/howto-identity-protection-configure-risk-policies).
3243

3344
## What can I do with identity protection APIs in Microsoft Graph?
3445

@@ -42,11 +53,9 @@ GET a user's risk history | [GET https://graph.microsoft.com/v1.0/identityProtec
4253
CONFIRM a user as compromised | [POST https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/confirmCompromised](https://developer.microsoft.com/graph/graph-explorer?request=/identityProtection/riskyUsers/confirmCompromised&version=v1.0)
4354
DISMISS a risky user | [POST https://graph.microsoft.com/v1.0/identityProtection/riskyUsers/dismiss](https://developer.microsoft.com/graph/graph-explorer?request=/identityProtection/riskyUsers/dismiss&version=v1.0)
4455

45-
For specific guidance and additional information, see [Identify and remediate risks using Microsoft Graph APIs](/graph/tutorial-riskdetection-api).
46-
4756
## What licenses do I need?
4857

49-
Microsoft Entra ID Protection for both users and service principals is a premium feature. You need specific licenses to access the full reports. For more information, see [Identity Protection license requirements](/entra/id-protection/overview-identity-protection#license-requirements).
58+
Microsoft Entra ID Protection for both users and service principals is a premium feature. You need specific licenses to access the full reports. For more information, see [Microsoft Entra ID Protection license requirements](/entra/id-protection/overview-identity-protection#license-requirements).
5059

5160
## How much data is available?
5261

@@ -55,5 +64,6 @@ The availability of risk data is governed by the [Microsoft Entra data retention
5564

5665
## Related content
5766

58-
* [About Microsoft Entra ID Protection](/azure/active-directory/identity-protection/overview-identity-protection)
59-
* [Get started with Microsoft Entra ID Protection and Microsoft Graph](/azure/active-directory/identity-protection/howto-identity-protection-graph-api)
67+
- [About Microsoft Entra ID Protection](/azure/active-directory/identity-protection/overview-identity-protection)
68+
- [Get started with Microsoft Entra ID Protection and Microsoft Graph](/entra/id-protection/howto-identity-protection-graph-api)
69+
- [Tutorial: Identify and remediate risks using Microsoft Graph APIs](/graph/tutorial-riskdetection-api).

0 commit comments

Comments
 (0)