Skip to content

Commit 766e2f4

Browse files
authored
Merge branch 'main' into WI360959-delete-page-tutorial-ueba
2 parents efa0e15 + 8fd4c9d commit 766e2f4

File tree

7 files changed

+115
-48
lines changed

7 files changed

+115
-48
lines changed

CloudAppSecurityDocs/protect-egnyte.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This section describes how to connect Microsoft Defender for Cloud Apps to your
7979
>[!NOTE]
8080
>- Microsoft recommends using a short lived access token. Egnyte doesn't currently support short lived tokens. We recommend our customers to refresh the access token every 6 months as a security best practice. To refresh the access token, revoke the old token by following [Revoking an oAuth token](https://developers.egnyte.com/docs/read/Public_API_Authentication#Revoking-an-OAuth-Token). Once the old token is revoked, reconnect the Egnyte connector by following the process documented above.
8181
>
82-
>- Defender for Cloud Apps intentionally provides a lower rate limit than Egnyte's maximum to avoid exceeding the API constraints. For more infomration, see the relevant Egnyte documentation: [Rate limiting](https://developers.egnyte.com/docs/read/Best_Practices) | [Audit Reporting API v2](https://developers.egnyte.com/docs/read/Audit_Reporting_API_V2)
82+
>- Defender for Cloud Apps intentionally provides a lower rate limit than Egnyte's maximum to avoid exceeding the API constraints. For more information, see the relevant Egnyte documentation: [Rate limiting](https://developers.egnyte.com/docs/read/Best_Practices) | [Audit Reporting API v2](https://developers.egnyte.com/docs/read/Audit_Reporting_API_V2)
8383
8484
## Next steps
8585

defender-endpoint/enable-network-protection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Turn on network protection
33
description: Enable network protection with Group Policy, PowerShell, or Mobile Device Management and Configuration Manager.
44
ms.service: defender-endpoint
55
ms.localizationpriority: medium
6-
ms.date: 10/14/2024
6+
ms.date: 01/22/2025
77
ms.topic: conceptual
88
author: denisebmsft
99
ms.author: deniseb
@@ -84,8 +84,8 @@ To enable network protection, you can use one of the following methods:
8484

8585
| Windows Server version | Commands |
8686
|---|---|
87-
| Windows Server 2022 and later | `set-mpPreference -AllowNetworkProtectionOnWinServer $true` |
88-
| Windows Server 2016 <br/>Windows Server 2012 R2 | `set-MpPreference -AllowNetworkProtectionDownLevel $true` <br/> `set-MpPreference -AllowNetworkProtectionOnWinServer $true` |
87+
| Windows Server 2019 and later | `set-mpPreference -AllowNetworkProtectionOnWinServer $true` |
88+
| Windows Server 2016 <br/>Windows Server 2012 R2 with the [unified agent for Microsoft Defender for Endpoint](/defender-endpoint/enable-network-protection) | `set-MpPreference -AllowNetworkProtectionDownLevel $true` <br/> `set-MpPreference -AllowNetworkProtectionOnWinServer $true` |
8989

9090
4. (This step is optional.) To set network protection to audit mode, use the following cmdlet:
9191

defender-endpoint/ios-troubleshoot.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.collection:
1414
ms.topic: conceptual
1515
ms.subservice: ios
1616
search.appverid: met150
17-
ms.date: 12/02/2024
17+
ms.date: 01/22/2025
1818
---
1919

2020
# Troubleshoot issues and find answers to FAQs on Microsoft Defender for Endpoint on iOS
@@ -48,8 +48,8 @@ While enabled by default, there might be some cases that require you to disable
4848

4949
3. Toggle off **Connect On Demand** to disable VPN.
5050

51-
> [!div class="mx-imgBorder"]
52-
> :::image type="content" source="media/ios-vpn-config.png" alt-text="The Connect on demand option" lightbox="media/ios-vpn-config.png":::
51+
> [!div class="mx-imgBorder"]
52+
> :::image type="content" source="media/ios-vpn-config.png" alt-text="The Connect on demand option" lightbox="media/ios-vpn-config.png":::
5353
5454
> [!NOTE]
5555
> Web Protection isn't available when VPN is disabled. To re-enable Web Protection, open the Defender for Endpoint app on the device and enable Web Protection.
@@ -127,13 +127,11 @@ If a user faces an issue that isn't already addressed in the above sections or i
127127

128128
1. Open the MS Defender app on the iOS/iPadOS device.
129129

130-
2. Select the menu (profile icon) on the top-left corner, and then select **Send Feedback**.
130+
2. Select the menu (profile icon) on the top-left corner, and then select **Help and Feedback**.
131131

132-
3. Choose from the given options. To report an issue, select **I don't like something**.
132+
3. Choose from the given options. Under troubleshooting, select **Send Logs to Microsoft**.
133133

134-
Provide details of the issue that you're facing and check **Send diagnostic data**. We recommend that you include your email address so that the team can contact you for a solution or a follow-up.
135-
136-
4. Select **Submit** to successfully send your feedback.
134+
4. Share Incident ID to your support engineer.
137135

138136
2. Users can use the following steps to send feedback if they are having sign in issues or the **Send Feedback** option is disabled (example GCC customers):
139137

defender-xdr/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,8 @@
338338
href: access-den-graph-api.md
339339
- name: Ask Defender Experts
340340
href: experts-on-demand.md
341+
- name: Frequently asked questions
342+
href: faq-defender-experts-hunting.md
341343
- name: Understand Defender Experts for Hunting reports
342344
href: defender-experts-report.md
343345
- name: Collaborate with Microsoft Defender Experts for XDR

defender-xdr/before-you-begin-defender-experts.md

Lines changed: 37 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Key infrastructure requirements before enrolling in the Microsoft Defender Experts for Hunting service
33
ms.reviewer:
4-
description: This section outlines the key infrastructure requirements you must meet and important information on data access and compliance
4+
description: This section outlines the key infrastructure requirements you must meet and important information on data access and compliance.
55
ms.service: defender-experts-for-hunting
66
ms.author: vpattnaik
77
author: vpattnai
@@ -18,7 +18,7 @@ ms.custom:
1818
- cx-ti
1919
- cx-ean
2020
search.appverid: met150
21-
ms.date: 08/14/2024
21+
ms.date: 01/09/2025
2222
---
2323

2424
# Before you begin using Defender Experts for Hunting
@@ -28,19 +28,26 @@ ms.date: 08/14/2024
2828
**Applies to:**
2929

3030
- [Microsoft Defender XDR](microsoft-365-defender.md)
31+
- [Microsoft Defender Experts for XDR](dex-xdr-overview.md)
3132

32-
This document outlines the key infrastructure requirements you must meet and important information on data access and compliance you must know before purchasing the Microsoft Defender Experts for Hunting service. Microsoft understands that customers who use our managed services entrust us with their most valued asset, their data.
33+
[Microsoft Defender Experts for Hunting](defender-experts-for-hunting.md) is a managed service that provides hunting capabilities for novel emerging threats that aren't yet well known in the industry. The analysts for the hunting service review trends in the threat actor evolution based on world-renowned Microsoft Threat Intelligence and Research. They then apply the insights they gather to hunt for emerging attack vectors within the customer ecosystem.
34+
35+
With deep product expertise powered by threat intelligence, we're uniquely positioned to help you:
3336

34-
## Check if your environment meets licensing and access prerequisites
37+
1. Focus on novel threat actor evolution in the context of your ecosystem.
38+
1. Get detailed, step-by-step, and actionable guidance from our experts so you can respond to these emerging threats.
39+
1. [Seek assistance](#ask-defender-experts) from Defender Experts.
3540

36-
Microsoft Defender Experts for Hunting is a separate service from your existing Defender products. Before enrolling in this service, make sure that you have the necessary license and access.
41+
This document outlines the key infrastructure requirements you must meet and important information on data access and compliance you must know before purchasing the Microsoft Defender Experts for Hunting service. Microsoft understands that customers who use our managed services entrust us with their most valued asset, their data.
3742

38-
### Eligibility and licensing
43+
## Eligibility and licensing
3944

40-
To enable us to get started with this threat hunting service, we require the following licensing prerequisites:
45+
Defender Experts for Hunting is a separate service from your existing Microsoft Defender products. Before enrolling in this service, make sure that you have the necessary license and access.
46+
47+
We require the following licensing prerequisites to enable us to get started with this threat hunting service:
4148

4249
- Microsoft Defender for Endpoint P2 must be licensed and enabled on eligible devices
43-
- Microsoft Defender Antivirus must be licensed and enabled in active mode on devices onboarded to Defender for Endpoint (required for endpoint detection and response capabilities)
50+
- Microsoft Defender Antivirus must be licensed and enabled in active mode on devices onboarded to Defender for Endpoint (required for endpoint detection)
4451

4552
The following products are also eligible to get Defender Experts for Hunting coverage, and you must have their appropriate product licenses to get started with the service:
4653

@@ -51,23 +58,31 @@ The following products are also eligible to get Defender Experts for Hunting cov
5158
The following product is **not** covered by this service:
5259

5360
- Microsoft Defender for IoT
61+
- Other Microsoft services not mentioned in the previous lists
62+
63+
### Defender Experts for Hunting coverage
5464

55-
### Server coverage
65+
Defender Experts for Hunting relies on event signals from Defender for Endpoint, Defender for Office 365, Defender for Cloud Apps, Defender for Identity. It also relies on proprietary Microsoft Threat Intelligence sources.
5666

57-
Defender Experts for Hunting also covers servers—whether on premises or on a hyperscale cloud service provider—that have Defender for Endpoint deployed on them with a Microsoft Defender for Endpoint for Servers license. For Defender Experts coverage, a server is considered as a user account for billing. The service doesn't cover Microsoft Defender for Cloud.
58-
[Learn more about specific hardware and software requirements](/defender-endpoint/minimum-requirements)
67+
This service also covers servers—whether on premises or on a hyperscale cloud service provider—that have Defender for Endpoint deployed on them with a Microsoft Defender for Endpoint for Servers license.
68+
69+
Any detection that's not from Microsoft Defender products (for example, detections from other security vendors) isn't within the scope of Defender Experts for Hunting.
5970

6071
### Ask Defender Experts
6172

62-
Defender Experts for Hunting customers are assigned 10 **Ask Defender Experts** credits, which you can use to submit questions, at the start of each calendar quarter. Unused credits from the current quarter roll up to the next one. You can use up to 20 credits only per quarter. All unused credits expire by the end of the calendar year or at the end of your subscription term, whichever comes first.
73+
[Ask Defender Experts](experts-on-demand.md) is intended to provide a better understanding of complex threats affecting your organization. It focuses on products included in Microsoft Defender XDR (Defender for Endpoint, Defender for Office 365, Defender for Cloud Apps, and Defender for Identity). [See sample questions you can ask Defender Experts](experts-on-demand.md#sample-questions-you-can-ask-from-defender-experts).
74+
75+
Defender Experts for Hunting customers are assigned 10 Ask Defender Experts credits, which you can use to submit questions, at the start of each calendar quarter. Unused credits from the current quarter roll up to the next one. You can use up to 20 credits only per quarter. All unused credits expire by the end of the calendar year or at the end of your subscription term, whichever comes first.
6376

6477
[Learn more about Microsoft's commercial licensing terms](https://www.microsoft.com/licensing/terms/productoffering/Microsoft365/MCA)
6578

66-
### Access requirements
79+
## Access requirements
6780

68-
Anyone from your organization can complete the customer interest form for Microsoft Defender Experts for Hunting service, however, you need to work with your Commercial Executive to transact the SKU. You might need certain roles and permissions to fully access the service capabilities. Refer to [Custom roles in role-based access control for Microsoft Defender XDR](custom-roles.md) for details.
81+
Anyone from your organization can [apply for the Defender Experts for Hunting service](#apply-for-microsoft-defender-experts-for-hunting-service). However, you need to work with your Commercial Executive to transact the SKU.
6982

70-
## Understand the service's availability and data access requirements
83+
You might need certain roles and permissions to fully access the service capabilities. Refer to [Custom roles in role-based access control for Microsoft Defender XDR](custom-roles.md) for details.
84+
85+
## Service availability and data protection
7186

7287
Defender Experts for Hunting is a managed threat hunting service that proactively hunts for threats across endpoints, email, identity, and cloud apps. To carry out hunting on your behalf, Microsoft experts need access to your Microsoft Defender XDR advanced hunting data. Enrolling in this service means you're granting permission to Microsoft experts to access the said data.
7388

@@ -77,7 +92,7 @@ The following sections enumerate additional information about the service's data
7792

7893
All data used for hunting from existing Defender services will continue to reside in the customer's original Microsoft Defender XDR service storage location. [Learn more](/microsoft-365/enterprise/o365-data-locations)
7994

80-
Defender Experts for Hunting operational data, such as case tickets and analyst notes, are generated and stored in a Microsoft data center in the US region for the length of the service, irrespective of the Microsoft Defender XDR service storage location. Data generated for the reporting dashboard is stored in customer's Microsoft Defender XDR service storage location. Reporting data and operational data will be retained for a grace period of no more than 90 days after a customer's subscription expires. If the customer terminates their subscription, data will be deleted within 30 days.
95+
Defender Experts for Hunting operational data, such as case tickets and analyst notes, are generated and stored in a Microsoft data center in the US region for US customers and in the European Union for EU customers, for the length of the service, irrespective of the Microsoft Defender XDR service storage location. Data generated for the reporting dashboard is stored in customer's Microsoft Defender XDR service storage location. Reporting data and operational data will be retained for a grace period of no more than 90 days after a customer's subscription expires. If the customer terminates their subscription, data will be deleted within 30 days.
8196

8297
Microsoft experts hunt over [advanced hunting logs](advanced-hunting-schema-tables.md) in Microsoft Defender XDR advanced hunting tables. The data in these tables depend on the set of Defender services the customer is enabled for (for example, Microsoft Defender for Endpoint, Microsoft Defender for Office 365, Microsoft Defender for Identity, Microsoft Defender for Cloud Apps, and Microsoft Entra ID). Experts also use a large set of internal threat intelligence data to inform their hunting and automation.
8398

@@ -93,15 +108,16 @@ This service is available worldwide for customers in our commercial public cloud
93108

94109
This service is currently delivered in English language only.
95110

96-
## Apply for Microsoft Defender Experts for Hunting service
111+
## Apply for Microsoft Defender Experts for Hunting service
97112

98-
If you haven't done so yet, you can complete the customer interest form for Defender Experts for Hunting:
113+
You can apply for the Defender Experts for Hunting by performing the following steps:
99114

100-
1. Complete the [customer interest form](https://aka.ms/DEX4HuntingCustomerInterestForm). Anyone from your company can apply, but if you're accepted, you need to work with your Commercial Executive to transact the SKU.
101-
2. Enter your name, company name, and company email ID.
102-
3. Select **Submit**. Someone from our sales team will reach out within five business days.
115+
1. Complete the[customer interest form](https://aka.ms/DEX4HuntingCustomerInterestForm).
116+
2. Enter your name, company name, and company email ID.
117+
3. Select**Submit**. Someone from our sales team will reach out within five business days.
103118

104119
### Next step
105120

106121
- [Start using Defender Experts for Hunting](onboarding-defender-experts-for-hunting.md)
122+
107123
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/defender-m3d-techcommunity.md)]

0 commit comments

Comments
 (0)