Stop multiple services

Stop multiple services

Sigma rule (View on GitHub)

 1title: Stop multiple services
 2status: experimental
 3description: Stop multiple services
 4author: Joe Security
 5date: 2019-12-30
 6id: 200040
 7threatname:
 8behaviorgroup: 18
 9classification: 8
10mitreattack:
11
12logsource:
13    category: process_creation
14    product: windows
15detection:
16    selection:
17        CommandLine:
18            - '*cmd*net stop*& net stop*& net stop*& net stop*& net stop*& net stop*& net stop*'
19            - '*sc stop *sc stop *sc stop *sc stop *'
20    condition: selection
21level: critical
to-top