title: Stop Windows Service author: Jakob Weinzettl, oscd.community date: 2019/10/23 description: Detects a windows service to be stopped detection: SELECTION_1: EventID: 1 SELECTION_2: Image: '*\sc.exe' SELECTION_3: Image: '*\net.exe' SELECTION_4: Image: '*\net1.exe' SELECTION_5: CommandLine: '*stop*' condition: (SELECTION_1 and (SELECTION_2 or SELECTION_3 or SELECTION_4) and SELECTION_5) falsepositives: - Administrator shutting down the service due to upgrade or removal purposes fields: - ComputerName - User - CommandLine id: eb87818d-db5d-49cc-a987-d5da331fbd90 level: low logsource: category: process_creation product: windows modified: 2021/08/14 status: experimental tags: - attack.impact - attack.t1489 yml_filename: win_service_stop.yml yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation