You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ATPDocs/deploy/remote-calls-sam.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ ms.reviewer: rlitinsky
9
9
# Configure SAM-R to enable lateral movement path detection in Microsoft Defender for Identity
10
10
11
11
> [!IMPORTANT]
12
-
> The remote collection of local administrators group members from endpoints using SAM-R queries in Microsoft Defender for Identity will be disabled by mid-May 2025. This data is currently used to build potential lateral movement path maps, which will no longer be updated after this change. The change will occur automatically by the specified date, and no administrative action is required.
13
-
>
12
+
> As of mid-May 2025, Microsoft Defender for Identity no longer collects local administrators group members from endpoints using SAM-R queries. This data is used to build potential lateral movement path maps, which are no longer being updated. The change was applied automatically—no administrative action or configuration changes were required.
13
+
>
14
14
15
15
Microsoft Defender for Identity mapping for [potential lateral movement paths](/defender-for-identity/understand-lateral-movement-paths) relies on queries that identify local admins on specific machines. These queries are performed with the SAM-R protocol, using the Defender for Identity [Directory Service account](directory-service-accounts.md) you configured.
Copy file name to clipboardExpand all lines: ATPDocs/investigate-security-alerts.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,7 @@ Investigate alerts that are affecting your environment, understand what they mea
11
11
12
12
Begin your investigation by selecting an alert from the **Alerts** page in the Microsoft Defender portal. The alerts page displays a list of all security alerts generated by Defender for Identity, including their severity, status, and impacted assets. Selecting an alert opens the alert page, which contains the alert title, the affected assets, the details side pane, and in some cases, an alert story.
13
13
14
-
> [!NOTE]
15
-
> The **alert story** and **export to Excel** options are only available for alerts that use the original Defender for Identity structure.
16
-
> For more information about differences in how alerts are presented in the Defender portal, see [View and manage alerts](understanding-security-alerts.md).
14
+
17
15
18
16
## Investigate using the alert story
19
17
@@ -25,6 +23,10 @@ The Important information section includes additional technical details that sup
25
23
26
24
Together, the alert story, alert graph, and Important information give you a complete picture of the alert. They help you understand what triggered the alert, which entities were involved, and whether the activity requires further investigation or action.
27
25
26
+
> [!NOTE]
27
+
> The **alert story** is only visible for alerts that use the classic Defender for Identity structure.
28
+
> For more information about differences in how alerts are presented in the Defender portal, see [View and manage alerts](understanding-security-alerts.md).
29
+
28
30
## Take action from the details pane
29
31
Once you've selected an alert of interest, the details pane changes to display information about the selected alert, historic information when it's available, and offer recommended actions to take action on this alert.
30
32
@@ -35,6 +37,10 @@ Once you're done investigating, go back to the alert you started with, mark the
35
37
36
38
To get more details on a security alert, select **Export** on an alert details page to download the detailed Excel alert report.
37
39
40
+
> [!NOTE]
41
+
> The **export to Excel** option is also only available for alerts that use the classic Defender for Identity structure.
42
+
> For more information about differences in how alerts are presented in the Defender portal, see [View and manage alerts](understanding-security-alerts.md).
43
+
38
44
39
45
The downloaded file includes summary details about the alert on the first tab, including:
Copy file name to clipboardExpand all lines: ATPDocs/okta-integration.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.topic: how-to
6
6
ms. reviewer: izauer-bit
7
7
---
8
8
9
-
# Integrate Okta with Microsoft Defender for Identity
9
+
# Integrate Okta with Microsoft Defender for Identity (Preview)
10
10
11
11
Okta manages how users and customers sign in and get access to key systems. Since it plays a central role in identity and access management, any compromise whether accidental or intentional can lead to serious security risks. By integrating Microsoft Defender for Identity with Okta, you gain stronger identity protection. Defender for Identity monitors sign-in activity, detects unusual behavior, and highlights threats related to compromised or misused identities. It also identifies risks like suspicious role assignments or unused high-privilege accounts, using Okta data to deliver clear, actionable insights that help keep your organization secure.
12
12
@@ -23,6 +23,11 @@ Before connecting your Okta account to Microsoft Defender for Identity, make sur
23
23
> [!NOTE]
24
24
> The Super Admin role is required only to create the API token. Once the token is created, remove the role and assign the Read-Only Administrator and Defender for Identity custom roles for ongoing API access.
25
25
26
+
27
+
> [!NOTE]
28
+
> If your Okta environment is already integrated with [Microsoft Defender for Cloud Apps](/defender-cloud-apps/protect-okta), connecting it to Microsoft Defender for Identity might cause duplicate Okta data, such as user activity, to appear in the Defender portal.
29
+
30
+
26
31
### Connect Okta to Microsoft Defender for Identity
27
32
28
33
This section provides instructions for connecting Microsoft Defender for Identity to your dedicated Okta account using the connector APIs. This connection gives you visibility into and control over Okta use.
@@ -142,7 +147,7 @@ To complete the configuration in Okta, assign the custom role and resource set t
142
147
1. Paste the API token you copied from your Okta account.
143
148
1. Select **Save**.
144
149
145
-
:::image type="content" source="media/okta-integration/connect-okta-instance.png" alt-text="Screenshot that shows how to connect your Okta instance.":::
150
+
:::image type="content" source="media/okta-integration/connect-okta-instance.png" alt-text="Screenshot that shows how to connect your Okta instance.":::
146
151
147
152
1. Verify that your Okta environment appears in the table as enabled.
148
153
@@ -151,3 +156,4 @@ To complete the configuration in Okta, assign the custom role and resource set t
151
156
## Related articles
152
157
153
158
-[Defender for Identity VPN integration in Microsoft Defender XDR](vpn-integration.md)
159
+
-[Microsoft Defender for Identity extends ITDR capabilities to Okta identities](https://techcommunity.microsoft.com/blog/MicrosoftThreatProtectionBlog/microsoft-defender-for-identity-extends-itdr-capabilities-to-okta-identities/4418955)
Copy file name to clipboardExpand all lines: CloudAppSecurityDocs/cas-compliance-trust.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Microsoft Defender for Cloud Apps – privacy
3
3
description: Learn about how Microsoft Defender for Cloud Apps manages user privacy.
4
-
ms.date: 11/24/2024
4
+
ms.date: 06/17/2025
5
5
ms.topic: concept-article
6
6
---
7
7
# Privacy with Microsoft Defender for Cloud Apps
@@ -22,7 +22,7 @@ Microsoft Defender for Cloud Apps collects information from your configured clou
22
22
- User and group configurations
23
23
24
24
> [!NOTE]
25
-
> The data collected from the various applications is dependent on the customer-provided data from the various applications and may include personal information.
25
+
> The data collected from the various applications is dependent on the customer-provided data from the various applications and might include personal information.
26
26
27
27
## Data storage location
28
28
@@ -31,7 +31,7 @@ Defender for Cloud Apps operates in the Microsoft Azure data centers in the foll
|**Customers whose tenants are provisioned in the United States**| United States |
34
-
|**Customers whose tenants are provisioned in the European Union or the United Kingdom**|Either the European Union and/or the United Kingdom |
34
+
|**Customers whose tenants are provisioned in the European Union or the United Kingdom**|The European Union or the United Kingdom, depending on service availability.|
35
35
|**Customers whose tenants are provisioned in any other region**| The United States and/or a data center in the region that's nearest to the location of where the customer's Microsoft Entra tenant has been provisioned. |
36
36
37
37
In addition to the locations above, the App Governance features within Defender for Cloud Apps operate in the Microsoft Azure data centers in the following geographical regions listed below. Customer with App Governance enabled will have data stored within the data storage location the customer provisions in above, and in a second data storage location as described below:
@@ -52,7 +52,13 @@ In addition to the locations above, the App Governance features within Defender
52
52
53
53
Customer data collected by Defender for Cloud Apps is either stored in your tenant location, as described in the previous tables, or in the geographic location of another online service that Defender for Cloud Apps shares data with, as defined by the data storage rules of that online service.
54
54
55
-
If Defender for Cloud Apps data is stored in your tenant location, your tenant isn't movable after having been created. To view your Defender for Cloud Apps tenant location in the Microsoft Defender portal, go to **Settings > Cloud Apps > About > Region**.
55
+
56
+
### View your data storage location
57
+
58
+
To view your Defender for Cloud Apps tenant location in the Microsoft Defender portal, go to **Settings > Cloud Apps > About > Region**.
59
+
60
+
> [!NOTE]
61
+
> If Defender for Cloud Apps data is stored in your tenant location, your tenant isn't movable after having been created.
56
62
57
63
## Data retention
58
64
@@ -62,7 +68,7 @@ Your data is kept and is available to you while the license is under grace perio
62
68
63
69
## Data sharing for Microsoft Defender for Cloud Apps
64
70
65
-
Defender for Cloud Apps shares data, including customer data, among the following Microsoft products also licensed by the customer. For customers in the Government Community Cloud (GCC), data sharing between government and commercial cloud environments may occur, depending on the location of the service offering.
71
+
Defender for Cloud Apps shares data, including customer data, among the following Microsoft products also licensed by the customer. For customers in the Government Community Cloud (GCC), data sharing between government and commercial cloud environments might occur, depending on the location of the service offering.
Copy file name to clipboardExpand all lines: CloudAppSecurityDocs/cloud-discovery-anonymizer.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,12 @@ Key points:
17
17
- Resolving usernames is done ad-hoc, per-username by deciphering a given encrypted username.
18
18
- Anonymization capabilities aren't supported when using the "Defender for Cloud Apps Proxy" stream.
19
19
20
+
## Prerequisites
21
+
22
+
To resolve (deanonymize) usernames in Cloud Discovery data:
23
+
24
+
- You must have the [Cloud Discovery global admin](manage-admins.md#built-in-admin-roles-in-defender-for-cloud-apps) role with anonymization permissions enabled during role assignment.
25
+
20
26
## How data anonymization works
21
27
22
28
1. There are three ways to apply data anonymization:
Copy file name to clipboardExpand all lines: CloudAppSecurityDocs/discovered-apps-api-graph.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,16 @@
2
2
title: Work with discovered apps via Graph API | Microsoft Defender for Cloud Apps
3
3
description: Learn how to work with apps discovered by Microsoft Defender for Cloud Apps via Graph API.
4
4
ms.topic: how-to #Don't change
5
-
ms.date: 06/24/2024
6
-
5
+
ms.date: 06/18/2025
7
6
#customer intent: As a security engineer, I want to work with discovered apps via API so that I can customize and automate the Microsoft Defender for Cloud Apps **Discovered apps** page functionality.
8
-
9
7
---
10
8
11
9
# Work with discovered apps via Graph API (Preview)
12
10
13
11
Microsoft Defender for Cloud Apps supports a Microsoft Graph API that you can use to work with discovered cloud apps, to customize and automate the **Discovered apps** page functionality in the Microsoft Defender portal.
14
12
15
-
This article provides sample procedures for using the [uploadedStreams API](/graph/api/security-datadiscoveryreport-list-uploadedstreams?view=graph-rest-beta) for common purposes.
13
+
This article provides sample procedures for using the [uploadedStreams API](/graph/api/security-datadiscoveryreport-list-uploadedstreams?view=graph-rest-beta&preserve-view=true&tabs=http) for common purposes.
14
+
16
15
17
16
## Prerequisites
18
17
@@ -22,7 +21,7 @@ Before you start using the Graph API, make sure to create an app and get an acce
22
21
23
22
- Take note of your app secret and copy its value to use later on in your scripts.
24
23
25
-
You'll also need cloud app data streaming into Microsoft Defender for Cloud Apps.
24
+
- You need cloud app data streaming into Microsoft Defender for Cloud Apps.
26
25
27
26
For more information, see:
28
27
@@ -36,7 +35,7 @@ For more information, see:
36
35
To get a high level summary of all the data available on your **Discovered apps** page, run the following GET command:
37
36
38
37
```http
39
-
GET https://graph.microsoft.com/beta/dataDiscovery/cloudAppDiscovery/uploadedStreams
38
+
GET https://graph.microsoft.com/beta/security/dataDiscovery/cloudAppDiscovery/uploadedStreams
40
39
```
41
40
42
41
To drill down to data for a specific stream:
@@ -88,4 +87,4 @@ GET https://graph.microsoft.com/beta/security/dataDiscovery/cloudAppDiscovery
88
87
89
88
## Related content
90
89
91
-
For more information, see [Working with discovered apps](discovered-apps.md) and the [Microsoft Graph API reference](/graph/api/resources/security-cloudappdiscovery-overview?view=graph-rest-beta).
90
+
For more information, see [Working with discovered apps](discovered-apps.md) and the [Microsoft Graph API reference](/graph/api/resources/security-cloudappdiscovery-overview?view=graph-rest-beta&preserve-view=true).
:::image type="content" source="media/governance-actions/governance-actions-box.png" alt-text="Screenshot that shows the available file governance actions for Box and Dropbox." lightbox="media/governance-actions/governance-actions-box.png":::
63
+
64
+
63
65
64
66
## Malware governance actions (Preview)
65
67
@@ -81,7 +83,7 @@ The following governance actions can be taken for connected apps either on a spe
81
83
82
84
-**Trash** – Move the file to the trash folder. (Box, Dropbox, Google Drive, OneDrive, SharePoint)
:::image type="content" source="media/governance-actions/governance-actions-dropbox-google-workspace.png" alt-text="Screenshot that shows malware governance actions." lightbox="media/governance-actions/governance-actions-dropbox-google-workspace.png":::
85
87
86
88
> [!NOTE]
87
89
> In SharePoint and OneDrive, Defender for Cloud Apps supports user quarantine only for files in Shared Documents libraries (SharePoint Online) and files in the Documents library (OneDrive for Business).
0 commit comments