Book Image

Advanced Malware Analysis [Video]

By : Munir Njenga
Book Image

Advanced Malware Analysis [Video]

By: Munir Njenga

Overview of this book

In this video course, we cover advanced malware analysis topics. Towards this goal, we first understand the behavior of different classes of malware. Such knowledge helps us to easily categorize malware based on its characteristic. We see how sophisticated malware can use techniques to either evade detection or increase its damage and access to the system. Then we learn advanced techniques in static and dynamic malware analysis and cover the details and powerful features of OllyDbg, IDA Pro, and WINDBG. We also explore defense mechanisms against malware, create a signature for malware, and set up an intrusion detection system (IDS) to prevent attacks. Finally, we cover the concept of packers and unpackers, and explore how to unpack packed malware to analyze it. The code bundle for this video course is available at- https://github.com/PacktPublishing/-Advanced-Malware-Analysis
Table of Contents (6 chapters)
Chapter 1
Exploring Malware Functionalities
Content Locked
Section 3
Keyloggers and Information Stealers
Learn what keyloggers are and how they contribute to information theft. Additionally it enables an attacker gain insight as to how they operate. - Understand what keyloggers and information stealers are by intent - Understand the various methods they use to get information out of a system to an attacker - Get a workflow of keylogger and information stealer delivery all the way to exfiltration. This gives insights that can be used for various analyses.