Skip to content

Commit f5822af

Browse files
committed
Update
1 parent 1daf03c commit f5822af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ For information on other tables in the advanced hunting schema, [see the advance
4444
| `SenderDisplayName` | `string` | Name of the sender displayed in the address book, typically a combination of a first name, a middle initial, and a last name or surname |
4545
| `SenderObjectId` | `string` | Unique identifier for the sender’s account |
4646
| `SenderType` | `string` | Type of user that sent the message, for example, User, Group, Anonymous |
47-
| `RecipientDetails` | `dynamic` | Array of recipient data (RecipientEmailAddress, RecipientDisplayName, RecipientType, RecipientObjectId) |
47+
| `RecipientDetails` | `dynamic` | Array of recipient data (RecipientSmtpAddress, RecipientDisplayName, RecipientType, RecipientObjectId) |
4848
| `IsOwnedThread` | `boolean` | Boolean value indicating whether the message is owned by your organization or not (only the messages owned by your organization can be remediated)|
4949
| `MessageId` | `string` | Identifier for the message (non-unique)|
5050
| `ParentMessageId` | `string` | Identifier for the message that the current message was a reply to, otherwise this is the same as the MessageId|

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ For information on other tables in the advanced hunting schema, [see the advance
4343
| `ActionTrigger` | `string` | Indicates whether an action was triggered by an administrator (manually or through approval of a pending automated action), or by some special mechanism, such as a ZAP or Dynamic Delivery |
4444
| `ActionResult` | `string` | Result of the action |
4545
| `SenderEmailAddress` | `string` | Email address of the sender |
46-
| `RecipientDetails` | `dynamic` | Array of recipient data (RecipientEmailAddress, RecipientDisplayName, RecipientType, RecipientObjectId) |
46+
| `RecipientDetails` | `dynamic` | Array of recipient data (RecipientSmtpAddress, RecipientDisplayName, RecipientType, RecipientObjectId) |
4747
| `ThreatTypes` | `string` |Verdict from the filtering stack on whether the message contains malware, phishing, or other threats|
4848
| `ConfidenceLevel` | `dynamic` |List of confidence levels for each threat type identified|
4949
| `DetectionMethods` | `string` |Methods used to detect malware, phishing, or other threats found in the message|

0 commit comments

Comments
 (0)