We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e72aa5 commit 19380b7Copy full SHA for 19380b7
host-interaction/service/create/create-service.yml
@@ -13,7 +13,14 @@ rule:
13
examples:
14
- Practical Malware Analysis Lab 03-02.dll_:0x10004706
15
features:
16
- - and:
17
- - api: advapi32.CreateService
18
- - optional:
19
- - api: advapi32.OpenSCManager
+ - or:
+ - and:
+ - api: advapi32.CreateService
+ - optional:
20
+ - api: advapi32.OpenSCManager
21
22
23
+ - substring: "sc.exe create"
24
+ - substring: "sc create"
25
26
+ - substring: "binpath="
0 commit comments