- How do SOC analysts detect Create or Modify System Process?
- Detection centers on XDR, SIEM telemetry for the persistence phase of the attack. Monitor Windows Registry paths HKLM\SYSTEM\CurrentControlSet\Services for new service entries and compare against authorized software inventory, alerting on services with executable paths in user-writable locations or temp directories. Track changes to systemd unit files in /etc/systemd/system/ and /lib/systemd/system/ on Linux systems using file integrity monitoring, alerting on new or modified unit files that execute scripts from non-standard paths.
- What does a Create or Modify System Process alert look like?
- A representative XDR detection is "New System Service Installed with Suspicious Binary" (high severity): New Windows service registered with binary path C:\Windows\Temp\sysmonitor64.exe. The executable is not digitally signed, was created 2 minutes before service registration, and its hash matches a known remote access trojan variant. The service description reads "Windows System Monitor Service" mimicking legitimate monitoring tools. The service is configured to start automatically as LocalSystem.
- Which tools detect Create or Modify System Process, and how can I practice?
- Create or Modify System Process (T1543) is best surfaced with XDR, SIEM telemetry, which exposes the persistence signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.