mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
upgrade rules using updated script
This commit is contained in:
parent
e0d5e95a82
commit
784c9dca53
847 changed files with 2541 additions and 847 deletions
|
|
@ -4,7 +4,9 @@ rule:
|
|||
namespace: load-code/shellcode
|
||||
authors:
|
||||
- jakub.jozwiak@mandiant.com
|
||||
scope: function
|
||||
scopes:
|
||||
static: function
|
||||
dynamic: thread
|
||||
references:
|
||||
- https://github.com/S4R1N/AlternativeShellcodeExec/blob/master/CopyFile2/CopyFile2.cpp
|
||||
examples:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@ rule:
|
|||
namespace: load-code/shellcode
|
||||
authors:
|
||||
- jakub.jozwiak@mandiant.com
|
||||
scope: function
|
||||
scopes:
|
||||
static: function
|
||||
dynamic: thread
|
||||
references:
|
||||
- https://github.com/S4R1N/AlternativeShellcodeExec/blob/master/CreateThreadPoolWait/CreateThreadPoolWait.cpp
|
||||
examples:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,9 @@ rule:
|
|||
- ervin.ocampo@mandiant.com
|
||||
- jakub.jozwiak@mandiant.com
|
||||
description: Detect usage of various WinAPI functions that accept callback functions as parameters in order to execute arbitrary shellcode
|
||||
scope: function
|
||||
scopes:
|
||||
static: function
|
||||
dynamic: thread
|
||||
att&ck:
|
||||
- Defense Evasion::Reflective Code Loading [T1620]
|
||||
mbc:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@ rule:
|
|||
namespace: load-code/shellcode
|
||||
authors:
|
||||
- jakub.jozwiak@mandiant.com
|
||||
scope: function
|
||||
scopes:
|
||||
static: function
|
||||
dynamic: thread
|
||||
mbc:
|
||||
- Defense Evasion::Process Injection::Injection via Windows Fibers [E1055.m05]
|
||||
references:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@ rule:
|
|||
namespace: load-code/shellcode
|
||||
authors:
|
||||
- moritz.raabe@mandiant.com
|
||||
scope: function
|
||||
scopes:
|
||||
static: function
|
||||
dynamic: thread
|
||||
mbc:
|
||||
- Memory::Allocate Memory [C0007]
|
||||
- Process::Create Thread [C0038]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue