Stop Windows Service Via PowerShell Stop-Service
Description
Detects the stopping of a Windows service via the PowerShell Cmdlet "Stop-Service"
Query · sigma
selection_sc_net_img: - OriginalFileName: - PowerShell.EXE - pwsh.dll - Image|endswith: - \powershell.exe - \pwsh.exe selection_cli: CommandLine|contains: 'Stop-Service ' condition: all of selection_*
Known false positives
- There are many legitimate reasons to stop a service. This rule isn't looking for any suspicious behaviour in particular. Filter legitimate activity accordingly