Skip to content

Commit 53f50ff

Browse files
authored
Merge pull request #1772 from cventour/patch-5
Edit KQL
2 parents 4a5f620 + eec4e24 commit 53f50ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-xdr/autoad-results.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ Contain actions triggered by attack disruption are found in the [DeviceEvents ta
6060
- Device contain actions:
6161
```Kusto
6262
DeviceEvents
63-
| where ActionType contains "ContainDevice"
63+
| where ActionType contains "ContainedDevice"
6464
```
6565

6666
- User contain actions:
6767
```Kusto
6868
DeviceEvents
69-
| where ActionType contains "ContainUser"
69+
| where ActionType contains "ContainedUser"
7070
```
7171

7272
### Hunt for disable user account actions

0 commit comments

Comments
 (0)