Skip to content

Commit e97843d

Browse files
Update advanced-hunting-take-action.md with query reference
Added Kusto query reference for enabling 'Submit to Microsoft' and 'Initiate automated investigation'. To make it more clear after it was raised in the community
1 parent ef4ec7a commit e97843d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

defender-xdr/advanced-hunting-take-action.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,17 @@ Apart from device-focused remediation steps, you can also take some actions on e
116116

117117
**Initiate automated investigation** might be disabled if mandatory columns are missing. To resolve this issue, select **Show empty columns** before you select **Take actions**.
118118

119+
See the following query as reference to enable *Submit to Microsoft* and *Initiate automated investigation*
120+
121+
```kusto
122+
EmailEvents
123+
| where ThreatTypes contains "spam"
124+
| project Timestamp, NetworkMessageId,RecipientEmailAddress,SenderFromAddress,SenderMailFromAddress,Subject,SenderFromDomain,TimeGenerated,SenderIPv4,SenderIPv6
125+
| join EmailUrlInfo on NetworkMessageId
126+
```
127+
128+
129+
119130
:::image type="content" source="media/advanced-hunting-take-actions-choose-actions.png" alt-text="Screenshot of the Choose actions page of the Take actions wizard with Initiate automated investigation selected." lightbox="media/advanced-hunting-take-actions-choose-actions.png":::
120131

121132
You can also provide a remediation name and a short description of the action taken to easily track it in the action center history. You can also use the Approval ID to filter for these actions in the action center. This ID is provided at the end of the wizard:

0 commit comments

Comments
 (0)