mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-03 11:57:25 +00:00
Merge pull request #545 from mandiant/new/20222303
adding get-process-image-filename
This commit is contained in:
commit
51de2eb818
1 changed files with 13 additions and 0 deletions
13
nursery/get-process-image-filename.yml
Normal file
13
nursery/get-process-image-filename.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue