- How do SOC analysts detect System Services?
- Detection centers on XDR, SIEM telemetry for the execution phase of the attack. Monitor Windows Event ID 7045 for new service installation and correlate with the executable path and digital signature status of the service binary, alerting on services pointing to unsigned executables in non-standard locations. Alert on service creation using sc.exe or the Windows Service Control Manager API from processes other than legitimate installer applications, particularly when combined with encoded command line arguments or temporary file paths.
- What does a System Services alert look like?
- A representative SIEM detection is "Malicious Service Created with SYSTEM Privileges" (high severity): Windows Event 7045 recorded: new service "Windows Network Helper" created with binary path pointing to C:\ProgramData\Temp\net_helper.exe. The executable is unsigned, was created 4 minutes ago by a PowerShell process, and its name closely mimics the legitimate Windows service "Windows Network List Service." The service runs as LocalSystem and is configured for automatic startup.
- Which tools detect System Services, and how can I practice?
- System Services (T1569) is best surfaced with XDR, SIEM telemetry, which exposes the execution signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.