add mbc and att&ck tags

This commit is contained in:
Desiree Beck 2021-12-14 16:16:07 -05:00
parent ab7d4c4f66
commit ed3661b379
9 changed files with 19 additions and 0 deletions

View file

@ -4,6 +4,8 @@ rule:
namespace: load-code/shellcode
author: jakub.jozwiak@mandiant.com
scope: function
mbc:
- Defense Evasion::Hijack Execution Flow::Abuse Windows Function Calls [F0015.006]
references:
- http://ropgadget.com/posts/abusing_win_functions.html
- https://github.com/S4R1N/AlternativeShellcodeExec/blob/master/EnumUILanguagesW/EnumUILanguagesW.cpp

View file

@ -4,6 +4,8 @@ rule:
namespace: load-code/shellcode
author: jakub.jozwiak@mandiant.com
scope: function
mbc:
- Defense Evasion::Process Injection::Injection via Windows Fibers [E1055.m05]
references:
- https://www.ired.team/offensive-security/code-injection-process-injection/executing-shellcode-with-createfiber
- https://github.com/S4R1N/AlternativeShellcodeExec/blob/master/FiberContextEdit/Source.cpp

View file

@ -4,6 +4,9 @@ rule:
namespace: load-code/shellcode
author: moritz.raabe@mandiant.com
scope: function
mbc:
- Memory::Allocate Memory [C0007]
- Process::Create Thread [C0038]
examples:
- Practical Malware Analysis Lab 19-02.exe_:0x401230
features: