Last active
November 12, 2019 06:01
-
-
Save scudette/0b88f27e258021eecf7de9b8c0861184 to your computer and use it in GitHub Desktop.
Sample Event Log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:> dumpevtx.exe parse c:\Windows\System32\winevt\Logs\Security.evtx | |
{ | |
"System": { | |
"Provider": { | |
"Name": "Microsoft-Windows-Security-Auditing", | |
"Guid": "54849625-5478-4994-A5BA-3E3B0328C30D" | |
}, | |
"EventID": { | |
"Value": 4672 | |
}, | |
"Version": 0, | |
"Level": 0, | |
"Task": 12548, | |
"Opcode": 0, | |
"Keywords": 9232379236109516800, | |
"TimeCreated": { | |
"SystemTime": 1561729832.644008 | |
}, | |
"EventRecordID": 35, | |
"Correlation": { | |
"ActivityID": "6EF16E1E-2DB8-0001-DA6F-F16EB82DD501" | |
}, | |
"Execution": { | |
"ProcessID": 612, | |
"ThreadID": 656 | |
}, | |
"Channel": "Security", | |
"Computer": "DESKTOP-6CBJ8MJ", | |
"Security": {} | |
}, | |
"EventData": { | |
"SubjectUserSid": "S-1-5-90-0-1", | |
"SubjectUserName": "DWM-1", | |
"SubjectDomainName": "Window Manager", | |
"SubjectLogonId": 67602, | |
"PrivilegeList": "SeAssignPrimaryTokenPrivilege\r\n\t\t\tSeAuditPrivilege" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment