Malware Analysis Introduction

Analyzing hackers malware

Ratings: 3.31 / 5.00




Description

Malware is everywhere and the industry is desperate for people who can track the hackers. In this course, you will learn about the various types and categories of malware, their symptoms, and how they work. As an incident responder, it is imperative that you are able to properly dissect malware 

In this course, you will learn how to perform the basics of dynamic malware analysis, a tried and true method of understanding what an unknown binary (malware) is doing on an infected system. You will learn the tools, tactics and techniques malware analysis use in there every day job. At the end of the course I will walk you through creating your own piece of malware. The saying goes "it takes a thief to catch a thief".

So, if you have ever wondered how to better understand malware, this is the course for you!

What You Will Learn!

  • Reverse engineer malware
  • Spot malware using common windows API functions
  • Use static analysis techniques
  • Use dynamic analysis techniques
  • Create a simple keylogger in C

Who Should Attend!

  • Any one interested in malware