Skip to content

Commit 6b2edce

Browse files
committed
added column
1 parent 2ce5468 commit 6b2edce

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ For information on other tables in the advanced hunting schema, [see the advance
6666
| `DeliveryAction` | `string` |Delivery action of the message: Delivered, Blocked|
6767
| `DeliveryLocation` | `string` |Location of the message at the time of delivery|
6868
| `ReportId` | `string` |Unique identifier for the event|
69+
| `SafetyTip` | `string` |Indicates if a safe tip has been added on the message|
6970

7071

7172

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ For information on other tables in the advanced hunting schema, [see the advance
5454
| `LatestDeliveryLocation` | `string` |Last known location of the message |
5555
| `ReportId` | `string` |Unique identifier for the event|
5656
| `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|
5758

5859

5960

defender-xdr/custom-detection-rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ To create a custom detection rule, the query must return the following columns:
8989
- `RecipientEmailAddress`
9090
- `SenderFromAddress` (envelope sender or Return-Path address)
9191
- `SenderMailFromAddress` (sender address displayed by email client)
92+
- `SenderObjectId`
9293
- `RecipientObjectId`
9394
- `AccountObjectId`
9495
- `AccountSid`

0 commit comments

Comments
 (0)