TopicWindows Server →
Windows created a new process when the process creation audit is enabled.
Source of event
Microsoft-Windows-Security-Auditing — Security category.
Possible causes
- Normal execution of an application
- Script Power Shell
- Automated installation or task
Verifications to be carried out
- Control New Process Name
- Read the Parent Process Name when available
- Examine command line if the corresponding audit is enabled
Useful orders….
Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4688} -MaxEvents 50
To be retained….
An Event ID must always be interpreted with its source, its full message, its timing and the context of the system. The same number may exist in several providers of events.