SigmaHQ/rules/windows/process_creation/win_service_stop.yml

25 lines
623 B
YAML
Raw Normal View History

2019-10-23 18:22:09 +00:00
title: Stop windows service
description: Detects a windows service to be stopped
status: experimental
author: Jakob Weinzettl, oscd.community
date: 2019/10/23
2019-11-07 23:40:37 +00:00
modified: 2019/11/08
2019-10-23 18:22:09 +00:00
tags:
- attack.impact
- attack.t1489
detection:
2019-11-07 23:40:37 +00:00
selection:
- Image|endswith: '\taskkill.exe'
- Image|endswith:
- '\sc.exe'
- '\net.exe'
- '\net1.exe'
CommandLine|contains: 'stop'
condition: selection
2019-10-23 18:22:09 +00:00
falsepositives:
- Administrator shutting down the service due to upgrade or removal purposes
level: low
logsource:
category: process_creation
product: windows