Author: kyamauchi
Subject: psloglist show wrong event message
Posted: 10 February 2017 at 4:50am
On Windows 10 version 1607 and Windows Server 2016, psloglist show wong event message about system time changed event (Log: System, Event id: 1, Event source: Microsoft-Windows-Kernel-General).
Subject: psloglist show wrong event message
Posted: 10 February 2017 at 4:50am
On Windows 10 version 1607 and Windows Server 2016, psloglist show wong event message about system time changed event (Log: System, Event id: 1, Event source: Microsoft-Windows-Kernel-General).
On Windows 10 version 1607 and Windows Server 2016:
C:\> psloglist system -i 1 -o Microsoft-Windows-Kernel-General
System log on \\WIN10US:
[4142] Microsoft-Windows-Kernel-General
Type: INFORMATION
Computer: win10us
Time: 2/10/2017 1:10:49 PM ID: 1
User: NT AUTHORITY\LOCAL SERVICE
Possible detection of CVE: 2017-02-10T04:10:49.688000000Z
Additional Information: 2017-02-10T04:10:49.305018700Z
This Event is generated when an attempt to exploit a known vulnerability (2017-02-10T04:10:49.688000000Z) is detected.
This Event is generated when an attempt to exploit a known vulnerability (2017-02-10T04:10:49.688000000Z) is detected.
This Event is raised by a User mode process.
On Windows 8.1 (and also Windows 10 version 1511, 1507):
C:\> psloglist system -i 1 -o Microsoft-Windows-Kernel-General
System log on \\WIN81DEMO:
[9631] Microsoft-Windows-Kernel-General
Type: INFORMATION
Computer: win81demo
Time: 2/10/2017 1:27:42 PM ID: 1
User: NT AUTHORITY\LOCAL SERVICE
Message text not available. Insertion strings:
2017-02-10T04:27:42.563000000Z 2017-02-10T04:27:43.143449900Z 1
System log on \\WIN81DEMO:
[9631] Microsoft-Windows-Kernel-General
Type: INFORMATION
Computer: win81demo
Time: 2/10/2017 1:27:42 PM ID: 1
User: NT AUTHORITY\LOCAL SERVICE
Message text not available. Insertion strings:
2017-02-10T04:27:42.563000000Z 2017-02-10T04:27:43.143449900Z 1
Also, Windows's built-in Get-EventLog has same problem. Get-WinEvent is correct.