Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 306 Bytes

mde_smartscreen_events.md

File metadata and controls

14 lines (12 loc) · 306 Bytes

MDE Smartscreen Events

Source: https://twitter.com/ellishlomo/status/1655097765565722629

let SmartScreenActions = dynamic([
"SmartScreenAppWarning",
"SmartScreenExploitWarning",
"SmartScreenUrlWarning",
"SmartScreenUserOverride"
]);
DeviceEvents
| where ActionType has_any (SmartScreenActions)