mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
Merge pull request #545 from mandiant/new/20222303
adding get-process-image-filename
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# generated using capa explorer for IDA Pro
|
||||
rule:
|
||||
meta:
|
||||
name: get process image filename
|
||||
namespace: host-interaction/process
|
||||
author: michael.hunhoff@mandiant.com
|
||||
scope: basic block
|
||||
features:
|
||||
- and:
|
||||
- os: windows
|
||||
- or:
|
||||
- api: kernel32.K32GetProcessImageFileName
|
||||
- api: kernel32.GetProcessImageFileName
|
||||
Reference in New Issue
Block a user