Someone using an unattended machine.
What gives it awayUnlocks at times the account holder was demonstrably elsewhere, particularly outside working hours.
ATT&CK T1078Nothing matches that yet. Tell us what you were looking for and it goes on the list.
Windows Security Log · Event 4801
Someone supplied credentials to return to a locked session. It closes the bracket opened by Event 4800, and together the pair tell you exactly when a person was physically present at a machine.
Also written as Event ID 4801The workstation was unlocked4801 workstation unlocked
Someone unlocked the screen with your password or PIN. Normal if it was you.
The strongest available evidence that a human was at the keyboard, because unlocking requires credentials. During an investigation, an unlock at a time the account holder says they were absent is a much sharper question than a sign-in from an unusual address.
Sanitised. Addresses come from the RFC 5737 documentation ranges.
The workstation was unlocked.
Subject:
Security ID: CORP\jbrooks
Account Name: jbrooks
Account Domain: CORP
Logon ID: 0x3E9A11
Session ID: 2 Everything else in the log line is context.
Most of the time it is one of these.
What gives it awayUnlocks at times the account holder was demonstrably elsewhere, particularly outside working hours.
ATT&CK T1078What gives it awayAn unlock followed immediately by privileged activity, on a machine in an accessible location.
ATT&CK T1078SecurityEvent | where EventID in (4800, 4801) | project TimeGenerated, EventID, Computer, TargetUserName | order by Computer, TimeGenerated asc SecurityEvent | where EventID == 4801 | where hourofday(TimeGenerated) !between (7 .. 19) | project TimeGenerated, Computer, TargetUserName Yes — returning to a locked session requires credentials, whether that is a password, a PIN, or a biometric. That is what makes the lock and unlock pair better evidence of physical presence than most other events.
Combine Event 4800 and 4801 for locks and unlocks, Event 4624 with logon type 2 or 7 for interactive sign-ins and unlocks, and Event 4647 for deliberate sign-outs. Read in sequence, those give you a fairly complete picture of when a person was at the machine.
Last reviewed 28 August 2026