Skip to content

Collection of Code written showcasing different malware injection techniques and an analysis of an Ursnif Sample

Notifications You must be signed in to change notification settings

agnostic-learning/malware

 
 

Repository files navigation

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

About

Collection of Code written showcasing different malware injection techniques and an analysis of an Ursnif Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.5%
  • C++ 6.5%
  • C 1.0%