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
commit 51de2eb818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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