Skip to content

Commit 57abf70

Browse files
committed
Commit
1 parent 2a2bf93 commit 57abf70

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

defender-xdr/advanced-hunting-defender-use-custom-rules.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,18 @@ For editable functions, more options are available when you select the vertical
4343
- **Edit details** – opens the function side pane to allow you to edit details about the function (except folder names for Sentinel functions)
4444
- **Delete** – deletes the function
4545

46-
### Use adx() operator for Azure Data Explorer queries
47-
The *adx()* operator can be used to query
46+
### Use adx() operator for Azure Data Explorer queries (Preview)
47+
Use the `adx()` operator to query tables stored in Azure Data Explorer. Read [What is Azure Data Explorer?](/azure/data-explorer/data-explorer-overview) for more details.
48+
49+
This feature was previously only available in log analytics in Microsoft Sentinel. Users can now use the operator in advanced hunting without needing to manually open a Microsoft Sentinel window.
50+
51+
In the query editor, enter the query in the following format:
52+
```Kusto
53+
adx('<Cluster URI>/<Database Name>').<Table Name>
54+
```
55+
In the query editor, enter
56+
57+
:::image type="content" source="/defender-xdr/media/adx-sample.png" alt-text="Screenshot of adx operator in advanced hunting." lightbox="/defender-xdr/media/adx-sample.png":::
4858

4959

5060
### Use arg() operator for Azure Resource Graph queries

defender-xdr/media/adx-sample.png

269 KB
Loading

defender-xdr/whats-new.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ For more information on what's new with other Microsoft Defender security produc
2929

3030
You can also get product updates and important notifications through the [message center](https://admin.microsoft.com/Adminportal/Home#/MessageCenter).
3131

32+
## December 2024
33+
- (Preview) In [advanced hunting](advanced-hunting-defender-use-custom-rules.md#use-adx-operator-for-azure-data-explorer-queries), Microsoft Defender portal users can now use the *adx()* operator for Azure Data Explorer queries to . You no longer need to go to Log Analytics in Microsoft Sentinel to use this operator if you are already in Microsoft Defender.
34+
3235
## November 2024
3336

3437
- (Preview) **Attack paths** in the incident graph are now available in the Microsoft Defender portal. The attack story now includes potential attack paths that show the paths that attackers can potentially take after compromising a device. This feature helps you prioritize your response efforts. For more information, see [attack paths in the attack story](investigate-incidents.md#attack-paths).

0 commit comments

Comments
 (0)