Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 308 Bytes

File metadata and controls

18 lines (14 loc) · 308 Bytes

Triggers when a user performs a SmartScreen Override action


Defender For Endpoint

DeviceEvents
| where Timestamp > ago(7d)
| where ActionType == "SmartScreenUserOverride"

Sentinel

DeviceEvents
| where TimeGenerated > ago(7d)
| where ActionType == "SmartScreenUserOverride"