Merge pull request #545 from mandiant/new/20222303

adding get-process-image-filename
This commit is contained in:
Mike Hunhoff
2022-03-23 11:48:38 -06:00
committed by GitHub
+13
View File
@@ -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