Screen saver dismissed. Complements 4802.
Minimal relevance.
No alerting recommended.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 4803 // The screen saver was dismissed
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=4803
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# The screen saver was dismissed — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
The screen saver was dismissed. Screen saver dismissed. Complements 4802.
Event 4803 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Logon/Logoff' subcategory (Success and/or Failure).
No alerting recommended.