Skip to main content
T1569Executionmedium difficulty

System Services

This technique executes code by creating or starting system services and daemons, which run with high privilege and can fire at boot, doubling as persistence or as a one-shot execution method. On Windows that is sc.exe and the Service Control Manager; on Unix, systemctl and the init system. Detection centers on service creation events such as Windows 7045, services pointing to unsigned binaries in non-standard paths, and tools like PsExec installing transient services for remote execution.

Practice detecting System Services on realistic XDR, SIEM alerts in SOCSimulator Operations.

XDRSIEM

What is System Services?

System Services is documented as technique T1569 in MITRE ATT&CK® v19.1 under the Execution tactic. Detection requires visibility into XDR, SIEM telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify System Services activity. These methods apply across XDR, SIEM environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    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.

  2. 2

    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.

  3. 3

    Detect malicious service names that mimic legitimate Windows services through exact name matching and fuzzy matching against the known good service catalog, as attackers frequently use slight variations of real service names.

  4. 4

    Monitor for service binary path modifications, as attackers may hijack existing service configurations to execute malicious payloads while retaining the appearance of a legitimate service name and description.

  5. 5

    Track short-lived service creation patterns, as some attack tools create services purely for one-time remote code execution and immediately delete them, leaving only brief windows for detection in event logs.

Example Alerts

These realistic alert examples show what System Services looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

HighSIEM

Malicious Service Created with SYSTEM Privileges

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.

CriticalXDR

Service Binary Path Hijacked for Code Execution

Registry modification detected changing the ImagePath of an existing Windows service from its legitimate executable to a malicious binary in the user profile directory. The targeted service runs as SYSTEM and has automatic startup configured. This service hijacking technique allows persistent SYSTEM-level execution while masquerading as a known legitimate service in the services list, evading casual inspection.

HighXDR

Remote Service Created via PSExec Pattern

PSEXESVC service creation detected on database server DB-PROD-05 originating from a compromised finance workstation. The PSExec service copied an executable to the ADMIN$ share and executed it as SYSTEM. While PSExec is a legitimate remote administration tool, its use from a finance workstation to execute files on production database servers is unauthorized and indicates attacker-controlled lateral movement activity.

Frequently Asked Questions

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.
Glossary

What is IOC? SOC Glossary

An Indicator of Compromise (IOC) is an observable artifact, such as a file hash, IP address, domain name, URL, registry …

Read more
Glossary

What is EDR? SOC Glossary

Endpoint Detection and Response (EDR) is a security technology that continuously monitors endpoint activity, recording p…

Read more
Glossary

What is Alert Triage? SOC Glossary

Alert triage is the structured process of reviewing, prioritizing, and investigating security alerts to determine their …

Read more
Glossary

What is TTPs? SOC Glossary

Tactics, Techniques, and Procedures (TTPs) describe the behavioral patterns, methods, and operational processes threat a…

Read more
Career Path

SOC Analyst (Tier 2) Career Guide: Salary & Skills

Tier 2 SOC Analysts handle the investigations that Tier 1 escalates. You dig into multi-stage attacks, coordinate contai…

Read more
Career Path

Incident Responder Career Guide: Salary & Skills

Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more
Feature

Shift Mode: Real-Time SOC Simulation

Practice alert triage under realistic time pressure with SLA timers and noise injection.

Read more
Feature

Operations: Guided Training Operations

Structured CTF-style investigation operations covering real-world attack scenarios.

Read more