Showcasing different types of malware injections as well as my own analysis of an Ursnif Sample I received
Ursnif Sample is under the folder Own Malware Analysis
The different injection techniques I have implemented so far from Process Injection Techniques:
- 1: CLASSIC DLL INJECTION VIA CREATEREMOTETHREAD AND LOADLIBRARY
- DLL1: actual DLL
- Classic DLL Injection for x32 and x64 arch
- 4: THREAD EXECUTION HIJACKING
- Simple Injection
- 7: APC INJECTION
- APC Injection