We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a5f620 commit eec4e24Copy full SHA for eec4e24
defender-xdr/autoad-results.md
@@ -60,13 +60,13 @@ Contain actions triggered by attack disruption are found in the [DeviceEvents ta
60
- Device contain actions:
61
```Kusto
62
DeviceEvents
63
-| where ActionType contains "ContainDevice"
+| where ActionType contains "ContainedDevice"
64
```
65
66
- User contain actions:
67
68
69
-| where ActionType contains "ContainUser"
+| where ActionType contains "ContainedUser"
70
71
72
### Hunt for disable user account actions
0 commit comments