Skip to content

Commit 2405ad3

Browse files
committed
updated tables
1 parent 6b2edce commit 2405ad3

4 files changed

+21
-25
lines changed

defender-xdr/advanced-hunting-messageevents-table.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ms.service: defender-xdr
66
ms.subservice: adv-hunting
77
f1.keywords:
88
- NOCSH
9-
ms.author: maccruz
10-
author: schmurky
9+
ms.author: pauloliveria
10+
author: poliveria
1111
ms.localizationpriority: medium
12-
manager: dansimp
12+
manager: orspodek
1313
audience: ITPro
1414
ms.collection:
1515
- m365-security
@@ -21,16 +21,13 @@ appliesto:
2121
- Microsoft Defender XDR
2222
- Microsoft Sentinel in the Microsoft Defender portal
2323
ms.topic: reference
24-
ms.date: 03/18/2025
24+
ms.date: 08/11/2025
2525
---
2626

27-
# MessageEvents (Preview)
27+
# MessageEvents
2828

2929
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/microsoft-defender.md)]
3030

31-
> [!IMPORTANT]
32-
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
33-
3431
The `MessageEvents` table in the [advanced hunting](advanced-hunting-overview.md) schema contains details about messages sent and received within your organization at the time of delivery. Use this reference to construct queries that return information from this table.
3532

3633
This advanced hunting table is populated by records from Microsoft Defender for Office 365. If your organization hasn’t deployed the service in Microsoft Defender XDR, queries that use the table aren’t going to work or return any results. For more information about how to deploy Defender for Office 365 in Defender XDR, read [Deploy supported services](deploy-supported-services.md).
@@ -66,7 +63,7 @@ For information on other tables in the advanced hunting schema, [see the advance
6663
| `DeliveryAction` | `string` |Delivery action of the message: Delivered, Blocked|
6764
| `DeliveryLocation` | `string` |Location of the message at the time of delivery|
6865
| `ReportId` | `string` |Unique identifier for the event|
69-
| `SafetyTip` | `string` |Indicates if a safe tip has been added on the message|
66+
| `SafetyTip` | `string` |The safety tip that has been added on a message, if any |
7067

7168

7269

defender-xdr/advanced-hunting-messagepostdeliveryevents-table.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ms.service: defender-xdr
66
ms.subservice: adv-hunting
77
f1.keywords:
88
- NOCSH
9-
ms.author: maccruz
10-
author: schmurky
9+
ms.author: pauloliveria
10+
author: poliveria
1111
ms.localizationpriority: medium
12-
manager: dansimp
12+
manager: orspodek
1313
audience: ITPro
1414
ms.collection:
1515
- m365-security
@@ -21,15 +21,14 @@ appliesto:
2121
- Microsoft Defender XDR
2222
- Microsoft Sentinel in the Microsoft Defender portal
2323
ms.topic: reference
24-
ms.date: 03/18/2025
24+
ms.date: 08/11/2025
2525
---
2626

27-
# MessagePostDeliveryEvents (Preview)
27+
# MessagePostDeliveryEvents
2828

2929
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/microsoft-defender.md)]
3030

31-
> [!IMPORTANT]
32-
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
31+
3332

3433
The `MessagePostDeliveryEvents` table in the [advanced hunting](advanced-hunting-overview.md) schema contains information about security events that occurred after the delivery of a Microsoft Teams message in your organization.
3534

@@ -54,7 +53,7 @@ For information on other tables in the advanced hunting schema, [see the advance
5453
| `LatestDeliveryLocation` | `string` |Last known location of the message |
5554
| `ReportId` | `string` |Unique identifier for the event|
5655
| `IsExternalThread` | `boolean` |Indicates if there are external recipients in the thread (1) or none (0)|
57-
| `SafetyTip` | `string` |Indicates if a safe tip has been added on the message|
56+
| `SafetyTip` | `string` |The safety tip that has been added on a message, if any|
5857

5958

6059

defender-xdr/advanced-hunting-messageurlinfo-table.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ms.service: defender-xdr
66
ms.subservice: adv-hunting
77
f1.keywords:
88
- NOCSH
9-
ms.author: maccruz
10-
author: schmurky
9+
ms.author: pauloliveria
10+
author: poliveria
1111
ms.localizationpriority: medium
12-
manager: dansimp
12+
manager: orspodek
1313
audience: ITPro
1414
ms.collection:
1515
- m365-security
@@ -21,10 +21,10 @@ appliesto:
2121
- Microsoft Defender XDR
2222
- Microsoft Sentinel in the Microsoft Defender portal
2323
ms.topic: reference
24-
ms.date: 03/18/2025
24+
ms.date: 08/11/2025
2525
---
2626

27-
# MessageUrlInfo (Preview)
27+
# MessageUrlInfo
2828

2929
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/microsoft-defender.md)]
3030

defender-xdr/advanced-hunting-schema-tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ The following reference lists all the tables in the schema. Each table name link
102102
| **[IdentityInfo](advanced-hunting-identityinfo-table.md)** | Account information from various sources, including Microsoft Entra ID |
103103
| **[IdentityLogonEvents](advanced-hunting-identitylogonevents-table.md)** | Authentication events on Active Directory and Microsoft online services |
104104
| **[IdentityQueryEvents](advanced-hunting-identityqueryevents-table.md)** | Queries for Active Directory objects, such as users, groups, devices, and domains |
105-
| **[MessageEvents](advanced-hunting-messageevents-table.md)** (Preview) | Messages sent and received within your organization at the time of delivery |
106-
| **[MessagePostDeliveryEvents](advanced-hunting-messagepostdeliveryevents-table.md)** (Preview) | Security events that occurred after the delivery of a Microsoft Teams message in your organization |
107-
| **[MessageUrlInfo](advanced-hunting-messageurlinfo-table.md)** (Preview) | URLs sent through Microsoft Teams messages in your organization |
105+
| **[MessageEvents](advanced-hunting-messageevents-table.md)** | Messages sent and received within your organization at the time of delivery |
106+
| **[MessagePostDeliveryEvents](advanced-hunting-messagepostdeliveryevents-table.md)** | Security events that occurred after the delivery of a Microsoft Teams message in your organization |
107+
| **[MessageUrlInfo](advanced-hunting-messageurlinfo-table.md)** | URLs sent through Microsoft Teams messages in your organization |
108108
| **[OAuthAppInfo](advanced-hunting-oauthappinfo-table.md)** (Preview) | Microsoft 365-connected OAuth applications registered with Microsoft Entra ID and available in the Defender for Cloud Apps app governance capability |
109109
| **[UrlClickEvents](advanced-hunting-urlclickevents-table.md)** | Safe Links clicks from email messages, Teams, and Office 365 apps |
110110

0 commit comments

Comments
 (0)