mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
adding rules based on more PMA labs
This commit is contained in:
parent
a207fbba0a
commit
d81e757728
12 changed files with 122 additions and 39 deletions
12
load-code/shellcode/spawn-thread-to-rwx-shellcode.yml
Normal file
12
load-code/shellcode/spawn-thread-to-rwx-shellcode.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
rule:
|
||||
meta:
|
||||
name: spawn thread to RWX shellcode
|
||||
namespace: load-code/shellcode
|
||||
author: moritz.raabe@fireeye.com
|
||||
scope: function
|
||||
examples:
|
||||
- Practical Malware Analysis Lab 19-02.exe_:0x401230
|
||||
features:
|
||||
- and:
|
||||
- match: allocate RWX memory
|
||||
- match: create thread
|
||||
Loading…
Add table
Add a link
Reference in a new issue