Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 614 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 614 Bytes

Malware

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