Skip to main content

Windows service

1actions
1reasons
2sources
Livestatus

A background program the Service Control Manager starts and stops on the host.

Identified by: sparklogs.config_change.target, which carries a name.

ActionReported byWhat that reason says
installedservice_installed on Windows Security event logA Windows service was installed. This Security-channel event appears when service-install auditing is enabled; the System channel often carries the same fact by default.
installedservice_installed on Windows System event logA Windows service was installed.

Example

A service was installed in the system.

channel: System
provider_name: Service Control Manager
event_id: 7045
event_data.ServiceName: ExampleSvc
event_data.ImagePath: "C:\Program Files\Example\svc.exe"
event_data.ServiceType: user mode service
event_data.StartType: auto start
event_data.AccountName: LocalSystem

SparkLogs: service_installed, Notice, service_installed: NOTABLE: A service was installed in the system.