Skip to content

Commit d472f82

Browse files
Merge pull request #578 from MicrosoftDocs/maccruz-customdets
What's new
2 parents fb3fb33 + 688d23f commit d472f82

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

defender-xdr/advanced-hunting-microsoft-defender.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,16 @@ For editable queries, more options are available:
112112

113113
To help discover threats and anomalous behaviors in your environment, you can create custom detection policies.
114114

115-
For analytics rules that apply to data ingested through the connected Microsoft Sentinel workspace, select **Manage rules > Create analytics rule**.
115+
For analytics rules that apply to data ingested through the connected Microsoft Sentinel workspace, select **Manage rules > Create analytics rule**.
116116

117117
:::image type="content" source="/defender/media/advanced-hunting-unified-rules.png" alt-text="Screenshot of the options to create custom analytics or detections in the Microsoft Defender portal" lightbox="/defender/media/advanced-hunting-unified-rules.png":::
118118

119119
The **Analytics rule wizard** appears. Fill up the required details as described in [Analytics rule wizard—General tab](/azure/sentinel/detect-threats-custom#analytics-rule-wizardgeneral-tab).
120120

121-
For custom detection rules that apply to Microsoft Defender XDR data, select **Manage rules > Create custom detection**. Read [Create and manage custom detection rules](custom-detection-rules.md) for more information.
121+
You can also create custom detection rules that query data from both Microsoft Sentinel and Defender XDR tables. Select **Manage rules > Create custom detection**. Read [Create and manage custom detection rules](custom-detection-rules.md) for more information.
122+
123+
If your Defender XDR data is ingested into Microsoft Sentinel, you have the option to choose between **Create custom detection** and **Create analytics rule**.
124+
122125

123126
## Explore results
124127

@@ -143,11 +146,14 @@ For Microsoft Defender XDR data, you can take further action by selecting the ch
143146

144147
- The `IdentityInfo table` from [Microsoft Sentinel](/azure/sentinel/ueba-reference#identityinfo-table) isn't available, as the `IdentityInfo` table remains as is in Defender XDR. Microsoft Sentinel features like analytics rules that query this table aren't impacted as they're querying the Log Analytics workspace directly.
145148
- The Microsoft Sentinel `SecurityAlert` table is replaced by `AlertInfo` and `AlertEvidence` tables, which both contain all the data on alerts. While SecurityAlert isn't available in the schema tab, you can still use it in queries using the advanced hunting editor. This provision is made so as not to break existing queries from Microsoft Sentinel that use this table.
146-
- Guided hunting mode is supported for Defender XDR data only.
147-
- Custom detections, links to incidents, and take actions capabilities are supported for Defender XDR data only.
149+
- Guided hunting mode, links to incidents, and take actions capabilities are supported for Defender XDR data only.
150+
- Custom detections have the following limitations:
151+
- Custom detections are not available for KQL queries that do not include Defender XDR data.
152+
- Near real-time detection frequency is not available for detections that include Microsoft Sentinel data.
153+
- Custom functions that were created and saved in Microsoft Sentinel are not supported.
154+
- Defining entities from Sentinel data is not yet supported in custom detections.
148155
- Bookmarks aren't supported in the advanced hunting experience. They're supported in the **Microsoft Sentinel > Threat management > Hunting** feature.
149156
- If you're streaming Defender XDR tables to Log Analytics, there might be a difference between the`Timestamp` and `TimeGenerated` columns. In case the data arrives to Log Analytics after 48 hours, it's being overridden upon ingestion to `now()`. Therefore, to get the actual time the event happened, we recommend relying on the `Timestamp` column.
150-
- The Microsoft Graph API for running an advanced hunting query doesn't support querying data from Microsoft Sentinel yet.
151157
- When prompting [Copilot for Security](advanced-hunting-security-copilot.md) for advanced hunting queries, you might find that not all Microsoft Sentinel tables are currently supported. However, support for these tables can be expected in the future.
152158

153159

defender-xdr/whats-new.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ You can also get product updates and important notifications through the [messag
5050

5151
- (Preview) You can now query Microsoft Sentinel data using the [advanced hunting query API](/graph/api/security-security-runhuntingquery?view=graph-rest-1.0&tabs=http&preserve-view=true). You can use the `timespan` parameter to query Defender XDR and Microsoft Sentinel data that have longer data retention than the Defender XDR default of 30 days.
5252

53+
- (Preview) In the unified Microsoft Defender portal, you can now create custom detections in querying data that spans Microsoft Sentinel and Defender XDR tables. Read [Create custom analytics and detection rules](advanced-hunting-microsoft-defender.md#create-custom-analytics-and-detection-rules) for more information.
54+
55+
5356
## April 2024
5457

5558
- (Preview) The **unified security operations platform** in the Microsoft Defender portal is now available. This release brings together the full capabilities of Microsoft Sentinel, Microsoft Defender XDR, and Microsoft Copilot in Microsoft Defender. For more information, see the following resources:

0 commit comments

Comments
 (0)