TopicWindows Server →
A new service has been installed on the system.
Source of event
Microsoft-Windows-Security-Auditing — Security category.
Possible causes
- Installation of software
- Supervisory or backup officer
- Potentially malicious persistance
Verifications to be carried out
- Identify Service Name and File Name Service
- Check the binary editor
- Correlate with the user who performed the action
Useful orders….
Get-WinEvent -FilterHashtable @{LogName='Security'; Id=4697} -MaxEvents 20
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.