Skip to content

Commit 51260b7

Browse files
authored
Merge branch 'main' into docs-editor/switch-to-mde-phase-2-1750089266
2 parents 03d5f9b + 4725f7e commit 51260b7

14 files changed

+373
-63
lines changed

ATPDocs/deploy/remote-calls-sam.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ ms.reviewer: rlitinsky
99
# Configure SAM-R to enable lateral movement path detection in Microsoft Defender for Identity
1010

1111
> [!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 automaticallyno administrative action or configuration changes were required.
13+
>
1414
1515
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.
1616

ATPDocs/investigate-security-alerts.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ Investigate alerts that are affecting your environment, understand what they mea
1111

1212
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.
1313

14-
> [!NOTE]
15-
> The **alert story** and **export to Excel** options are only available for alerts that use the classic 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+
1715

1816
## Investigate using the alert story
1917

@@ -25,6 +23,10 @@ The Important information section includes additional technical details that sup
2523

2624
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.
2725

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+
2830
## Take action from the details pane
2931
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.
3032

@@ -35,6 +37,10 @@ Once you're done investigating, go back to the alert you started with, mark the
3537

3638
To get more details on a security alert, select **Export** on an alert details page to download the detailed Excel alert report.
3739

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+
3844

3945
The downloaded file includes summary details about the alert on the first tab, including:
4046

ATPDocs/okta-integration.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: how-to
66
ms. reviewer: izauer-bit
77
---
88

9-
# Integrate Okta with Microsoft Defender for Identity
9+
# Integrate Okta with Microsoft Defender for Identity (Preview)
1010

1111
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.
1212

@@ -23,6 +23,11 @@ Before connecting your Okta account to Microsoft Defender for Identity, make sur
2323
> [!NOTE]
2424
> 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.
2525
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+
2631
### Connect Okta to Microsoft Defender for Identity
2732

2833
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
142147
1. Paste the API token you copied from your Okta account.
143148
1. Select **Save**.
144149

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.":::
146151

147152
1. Verify that your Okta environment appears in the table as enabled.
148153

@@ -151,3 +156,4 @@ To complete the configuration in Okta, assign the custom role and resource set t
151156
## Related articles
152157

153158
- [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)

ATPDocs/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ items:
9191
items:
9292
- name: Integrate Defender for Identity with PAM services
9393
href: integrate-microsoft-and-pam-services.md
94-
- name: Integrate Defender for Identity with Okta
94+
- name: Integrate Defender for Identity with Okta (Preview)
9595
href: okta-integration.md
9696
- name: Manage
9797
items:

defender-endpoint/microsoft-defender-endpoint-mac.md

Lines changed: 125 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: install-set-up-deploy
1616
ms.subservice: macos
1717
search.appverid: met150
18-
ms.date: 04/25/2025
18+
ms.date: 06/17/2025
1919
---
2020

2121
# Microsoft Defender for Endpoint on macOS
@@ -25,38 +25,139 @@ ms.date: 04/25/2025
2525
This article provides an overview of Microsoft Defender for Endpoint on macOS, including its capabilities and features. It also includes links to additional resources for more information.
2626

2727
**Applies to:**
28+
2829
- [Microsoft Defender XDR](/defender-xdr)
2930
- [Microsoft Defender for Endpoint Plan 1 and Plan 2](microsoft-defender-endpoint.md)
3031
- [Microsoft Defender for Business](https://www.microsoft.com/security/business/endpoint-security/microsoft-defender-business)
3132
- [Microsoft Defender for Individuals](https://www.microsoft.com/en-us/microsoft-365/microsoft-defender-for-individuals?msockid=0f1c3b9963366db31ba02e78621b6c1e#Overview)
3233

3334
> Want to experience Microsoft Defender for Endpoint? [Sign up for a free trial.](https://go.microsoft.com/fwlink/p/?linkid=2225630)
3435
35-
## What is Microsoft Defender for Endpoint on macOS?
36-
37-
Microsoft Defender for Endpoint on macOS is a unified endpoint security solution that provides advanced threat protection, detection, and response capabilities for macOS devices. It helps organizations protect their endpoints from a wide range of threats, including malware, ransomware, and other advanced persistent threats (APTs).
38-
39-
The following table describes capabilities in Defender for Endpoint on macOS:
40-
41-
|Capability|Description|
42-
|---|---|
43-
|Device Control| Control access to removable storage devices and peripherals. |
44-
|Network Protection| Protect against web-based threats by blocking access to malicious websites and content. |
45-
|Next-generation protection| Use machine learning and behavioral analysis to detect and block advanced threats. |
46-
|Tamper Protection| Prevent unauthorized changes to security settings and configurations. |
47-
|Web Protection| Protect against web-based threats by blocking access to malicious websites and content. |
48-
|Advanced Hunting| Use advanced queries to search for and investigate potential threats across your environment. |
49-
|Custom file indicators| Create custom indicators to detect specific files or file types. |
50-
|Custom network indicators| Create custom indicators to detect specific network traffic patterns. |
51-
|Passive Mode| Run Defender for Endpoint in passive mode to allow coexistence with other endpoint protection solutions. |
52-
|Sense detection sensor| Collect and analyze telemetry data from endpoints to detect and respond to threats. |
53-
|Vulnerability management| Identify and manage vulnerabilities across your environment. |
54-
|Device response capabilities| Collect investigation packages, run antivirus scans, and isolate devices to respond to threats. |
55-
|Device isolation| Isolate devices from the network to prevent the spread of threats. |
56-
|Live response| Perform live response actions on devices to investigate and remediate threats. |
36+
This article describes how to install, configure, update, and use Defender for Endpoint on Mac.
37+
38+
[!INCLUDE [side-by-side-scenarios](includes/side-by-side-scenarios.md)]
39+
40+
## What's new in the latest release
41+
42+
[What's new in Microsoft Defender for Endpoint](whats-new-in-microsoft-defender-endpoint.md)
43+
44+
[What's new in Microsoft Defender for Endpoint on Mac](mac-whatsnew.md)
45+
46+
> [!TIP]
47+
> If you have any feedback that you would like to share, submit it by opening Microsoft Defender for Endpoint on Mac on your device and navigating to **Help** \> **Send feedback**.
48+
49+
To get the latest features, including preview capabilities (such as endpoint detection and response for your Mac devices), configure your macOS device running Defender for Endpoint to use the Beta channel (formerly `Insider-Fast`).
50+
51+
## How to install Microsoft Defender for Endpoint on Mac
52+
53+
### Prerequisites
54+
55+
- A Defender for Endpoint subscription and access to the Microsoft Defender portal
56+
- Beginner-level experience in macOS and BASH scripting
57+
- Administrative privileges on the device (in manual deployment)
58+
59+
### Installation instructions
60+
61+
There are several methods and deployment tools that you can use to install and configure Defender for Endpoint on Mac.
62+
63+
- [Microsoft Intune-based deployment](mac-install-with-intune.md)
64+
- Non-Microsoft management tools:
65+
- [JAMF-based deployment](mac-install-with-jamf.md)
66+
- [Other MDM products](mac-install-with-other-mdm.md)
67+
- [Manual deployment](mac-install-manually.md) via command line.
68+
69+
### System requirements
70+
71+
These three most recent major releases of macOS are supported.
72+
73+
- 15.0.1 (Sequoia)
74+
- 14 (Sonoma)
75+
- 13 (Ventura)
76+
77+
- Supported processors: x64 and ARM64 (Mx processors)
78+
79+
- Disk space: 1GB
80+
81+
- Beta versions of macOS aren't supported.
82+
83+
> [!IMPORTANT]
84+
> On macOS 11 (Big Sur) and later, Defender for Endpoint requires more configuration profiles. If you're an existing customer upgrading from earlier versions of macOS, make sure to deploy the extra configuration profiles listed on [New configuration profiles for macOS Big Sur and newer versions of macOS](mac-sysext-policies.md) and detailed in [installation instructions](#installation-instructions).
85+
86+
After you've enabled the service, you might need to configure your network or firewall to allow outbound connections between it and your endpoints.
87+
88+
### Licensing requirements
89+
90+
Defender for Endpoint on Mac requires one of the following Microsoft Volume Licensing offers:
91+
92+
- Microsoft 365 E5
93+
- Microsoft 365 E5 Security
94+
- Microsoft 365 A5
95+
- Windows 10 Enterprise E5
96+
- Microsoft 365 Business Premium
97+
- Windows 11 Enterprise E5
98+
- Microsoft Defender for Endpoint P2 (included in Microsoft 365 E5 and E5 Security)
99+
- Microsoft Defender for Endpoint P1 (included in [Microsoft 365 E3](https://techcommunity.microsoft.com/t5/microsoft-defender-for-endpoint/microsoft-defender-for-endpoint-plan-1-now-included-in-m365-e3/ba-p/3060639))
100+
101+
> [!NOTE]
102+
> Eligible licensed users might use Microsoft Defender for Endpoint on up to five concurrent devices.
103+
> Microsoft Defender for Endpoint is also available for purchase from a Cloud Solution Provider (CSP). When purchased via a CSP, it doesn't require Microsoft Volume Licensing offers listed.
104+
105+
### Configuring Exclusions
106+
107+
When adding exclusions, be mindful of [common exclusion mistakes for Microsoft Defender Antivirus](common-exclusion-mistakes-microsoft-defender-antivirus.md).
108+
109+
### Network connections
110+
111+
Ensure that connectivity is possible from your devices to Microsoft Defender for Endpoint cloud services. To prepare your environment, please reference [STEP 1: Configure your network environment to ensure connectivity with Defender for Endpoint service](configure-environment.md).
112+
113+
Defender for Endpoint can connect through a proxy server by using the following methods:
114+
115+
- Proxy autoconfig (PAC)
116+
- Web Proxy Autodiscovery Protocol (WPAD)
117+
- Manual static proxy configuration
118+
119+
If a proxy or firewall is blocking anonymous traffic, make sure that anonymous traffic is permitted in the previously listed URLs.
120+
121+
> [!WARNING]
122+
> Authenticated proxies aren't supported. Ensure that only PAC, WPAD, or a static proxy is being used.
123+
> SSL inspection and intercepting proxies are also not supported for security reasons. Configure an exception for SSL inspection and your proxy server to directly pass through data from Microsoft Defender for Endpoint on macOS to the relevant URLs without interception. Adding your interception certificate to the global store won't allow for interception.
124+
125+
#### Test network connectivity
126+
127+
To test that a connection isn't blocked, open `https://x.cp.wd.microsoft.com/api/report` and `https://cdn.x.cp.wd.microsoft.com/ping` in a browser.
128+
129+
If you prefer the command line, you can also check the connection by running the following command in Terminal:
130+
131+
```bash
132+
curl -w ' %{url_effective}\n' 'https://x.cp.wd.microsoft.com/api/report' 'https://cdn.x.cp.wd.microsoft.com/ping'
133+
```
134+
135+
The output from this command should be similar to the following:
136+
137+
`OK https://x.cp.wd.microsoft.com/api/report`
138+
139+
`OK https://cdn.x.cp.wd.microsoft.com/ping`
57140

58141
> [!CAUTION]
59-
> Running other non-Microsoft endpoint protection products alongside Microsoft Defender for Endpoint on macOS is likely to lead to performance problems and unpredictable side effects. If non-Microsoft endpoint protection is an absolute requirement in your environment, you can still safely take advantage of Defender for Endpoint on macOS EDR functionality after configuring the antivirus functionality to run in [Passive mode](mac-preferences.md#enforcement-level-for-antivirus-engine).
142+
> We recommend that you keep [System Integrity Protection](https://support.apple.com/HT204899) (SIP) enabled on client devices. SIP is a built-in macOS security feature that prevents low-level tampering with the OS, and is enabled by default.
143+
144+
Once Defender for Endpoint is installed, connectivity can be validated by running the following command in Terminal:
145+
146+
```bash
147+
mdatp connectivity test
148+
```
149+
150+
## How to update Microsoft Defender for Endpoint on Mac
151+
152+
Microsoft regularly publishes software updates to improve performance, security, and to deliver new features. To update Defender for Endpoint on macOS, a program named Microsoft AutoUpdate (MAU) is used. To learn more, see [Deploy updates for Microsoft Defender for Endpoint on Mac](mac-updates.md).
153+
154+
## How to configure Microsoft Defender for Endpoint on Mac
155+
156+
Guidance for how to configure the product in enterprise environments is available in [Set preferences for Microsoft Defender for Endpoint on Mac](mac-preferences.md).
157+
158+
## macOS kernel and system extensions
159+
160+
Starting with macOS 11 (Big Sur), Defender for Endpoint has been fully migrated from kernel extension to system extensions.
60161

61162
## Resources
62163

defender-office-365/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,8 @@
490490
href: mdo-data-retention.md
491491
- name: Privacy in Defender for Office 365
492492
href: mdo-privacy.md
493+
- name: Defender for Office 365 ICES Vendor Ecosystem integration guide
494+
href: mdo-ices-vendor-ecosystem.md
493495
- name: External email senders - Microsoft 365 resources
494496
items:
495497
- name: Microsoft 365 services for external email senders

0 commit comments

Comments
 (0)