mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
15 lines
326 B
YAML
15 lines
326 B
YAML
rule:
|
|
meta:
|
|
name: get service handle
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
lib: true
|
|
scopes:
|
|
static: function
|
|
dynamic: call
|
|
examples:
|
|
- Practical Malware Analysis Lab 03-02.dll_:0x10004706
|
|
features:
|
|
- or:
|
|
- api: advapi32.CreateService
|
|
- api: advapi32.OpenService
|