Stop Windows Service Via Net.EXE
Description
Detects the stopping of a Windows service via the "net" utility.
Query · sigma
selection_img: - OriginalFileName: - net.exe - net1.exe - Image|endswith: - \net.exe - \net1.exe selection_cli: CommandLine|contains: ' stop ' 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