Merge pull request #1826 from JonGalarneau/patch-1

Correcting regex in win_modif_of_services_for_via_commandline.yml
This commit is contained in:
frack113
2021-08-10 16:23:29 +02:00
committed by GitHub
@@ -10,7 +10,7 @@ tags:
- attack.t1058
author: Sreeman
date: 2020/09/29
modified: 2021/06/11
modified: 2021/08/10
logsource:
category: process_creation
product: windows
@@ -20,8 +20,8 @@ detection:
selection_cmdline_2:
CommandLine|re: '(?i)sc failure.*command=.*'
selection_cmdline_3:
CommandLine|re: '(?i).*reg add.*(FailureCommand|ImagePath).*(\.sh|\.exe|\.dll|\.bin^|\.bat|\.cmd|\.js|\.msh^|\.reg^|\.scr|\.ps|\.vb|\.jar|\.pl).*'
CommandLine|re: '(?i).*reg add.*(FailureCommand|ImagePath).*(\.sh|\.exe|\.dll|\.bin$|\.bat|\.cmd|\.js|\.msh$|\.reg$|\.scr|\.ps|\.vb|\.jar|\.pl).*'
condition: selection_cmdline_1 or selection_cmdline_2 or selection_cmdline_3
falsepositives:
- unknown
level: medium
level: medium