Event ID 4616 — The system time was changed.
Description
The system time was changed.
Message #
Fields #
| Name | Description |
|---|---|
SubjectUserSid SID | [Subject] Security ID. |
SubjectUserName UnicodeString | [Subject] Account Name. |
SubjectDomainName UnicodeString | [Subject] Account Domain. |
SubjectLogonId HexInt64 | [Subject] Logon ID. |
PreviousTime FILETIME | Previous Time |
NewTime FILETIME | New Time |
ProcessId Pointer | [Process Information] Process ID. |
ProcessName UnicodeString | [Process Information] Name. |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Security-Auditing",
"guid": "54849625-5478-4994-A5BA-3E3B0328C30D",
"event_source_name": "",
"event_id": 4616,
"version": 1,
"level": 0,
"task": 12288,
"opcode": 0,
"keywords": 9232379236109516800,
"time_created": "2023-11-05T22:32:22.236565+00:00",
"event_record_id": 3458,
"correlation": {},
"execution": {
"process_id": 4,
"thread_id": 52
},
"channel": "Security",
"computer": "WinDev2310Eval",
"security": {
"user_id": ""
}
},
"event_data": {
"SubjectUserSid": "S-1-5-18",
"SubjectUserName": "WINDEV2310EVAL$",
"SubjectDomainName": "WORKGROUP",
"SubjectLogonId": "0x3e7",
"PreviousTime": "2023-11-05T22:32:20.942615Z",
"NewTime": "2023-11-05T22:32:22.232000Z",
"ProcessId": "0xcec",
"ProcessName": "C:\\Program Files\\VMware\\VMware Tools\\vmtoolsd.exe"
},
"message": ""
}
Detection Rules #
View all rules referencing this event →
Sigma # view in reference
- Unauthorized System Time Modification source low: Detect scenarios where a potentially unauthorized application or user is modifying the system time.
References #
- Microsoft Learn https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/event-4616
- Microsoft Learn Audit Policy https://learn.microsoft.com/en-us/windows/security/threat-protection/auditing/audit-security-state-change
- Ultimate Windows Security https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=4616
- Example event sourced from https://github.com/NextronSystems/evtx-baseline