1 00:00:00,390 --> 00:00:04,520 What are the different types of malware analysis? 2 00:00:04,770 --> 00:00:10,140 There are two types of malware analysis, static analysis and dynamic analysis. 3 00:00:11,130 --> 00:00:16,020 Both the methods accomplish the same goal of understanding how malware works? 4 00:00:16,860 --> 00:00:24,330 Static analysis is also called code analysis, and dynamic analysis is called behavior analysis. 5 00:00:25,250 --> 00:00:31,850 The main difference is static analysis is done without running or executing the malware. 6 00:00:32,920 --> 00:00:39,960 But in dynamic analysis, we execute the malware in a controlled environment to study its behavior. 7 00:00:41,410 --> 00:00:48,940 Rephrasing the same, static analysis is all about viewing the code and walking through it instruction 8 00:00:48,940 --> 00:00:49,960 by instruction. 9 00:00:50,870 --> 00:00:56,600 And dynamic analysis is studying how the malware behaves when executed. 10 00:00:57,750 --> 00:01:06,780 Analysis can further be divided into basic static analysis and advanced static analysis and dynamic 11 00:01:07,260 --> 00:01:14,940 analysis can be broken down into basic dynamic analysis, advanced dynamic analysis and automated dynamic 12 00:01:14,940 --> 00:01:17,430 analysis 13 00:01:17,430 --> 00:01:25,470 advance static and advanced dynamic malware analysis are out of scope and not covered in this course of absolute 14 00:01:25,470 --> 00:01:28,110 basic concepts of malware analysis.