upgrade rules using updated script

This commit is contained in:
mr-tz 2023-10-25 16:01:12 +02:00
parent e0d5e95a82
commit 784c9dca53
847 changed files with 2541 additions and 847 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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]