Changes made to an existing service or daemon, such as modifying the service name, start type, execution parameters, or security configurations.
*Data Collection Measures: *
HKLM\SYSTEM\CurrentControlSet\Services\).sc.exe or PowerShell Set-Service.Set-Service, New-Service, or sc config.sc config <service_name> start= auto sc qc <service_name> journalctl -u <service_name>) Tracks modifications to systemd service configurations./var/log/syslog, /var/log/messages, /var/log/daemon.log) Captures changes to service state and execution parameters./etc/systemd/system/ for new or altered service unit files: auditctl -w /etc/systemd/system/ -p wa -k service_modificationsystemctl or service commands: auditctl -a always,exit -F arch=b64 -S execve -F a0=systemctl -F key=service_modprocesses or system_info tables: SELECT * FROM systemd_units WHERE state != 'running';/Library/LaunchDaemons//Library/LaunchAgents/.plist files indicating persistence attempts.| Name | Channel |
|---|---|
| Service | None |
| WinEventLog:Microsoft-IIS-Configuration | Module or ISAPI filter registration events |
| WinEventLog:System | EventCode=7040 |