К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
Malware Analysis and Introduction to Assembly Language · LearnSpace
Назад в каталог
courseraIT и технологии

Malware Analysis and Introduction to Assembly Language

Курс от IBM
Средний≈ 21.9 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

Malicious software, or malware, is typically delivered over a network and is designed to cause disruption to a computer, client, server, or network. Disruptions can include leaked private information, unauthorized access to information or systems, blocked user access, interference with security and privacy, or numerous other variations of attacking systems. Malware analysis dissects malware to gather information about the malware functionality, how the system was compromised so that you can defend against future attacks. Assembly is a low-level language that is used to communicate with the machine. Assembly programming is writing human-readable machine codes or machine instructions that are directly read by the computer. All high-level languages compiled programs like C or C++ can be broken down, analyzed, and understood using Assembly language with the help of a debugger. This process is known as reverse engineering. Understanding what an executable program does is easy if you have direct access to the source code. But if not, such as the case with malware, learning Assembly can be helpful. In this course, through video demonstrations, hands-on reverse engineering, and capture-the-flag type activities, you will be introduced to the processes and methods for conducting malware analysis of different file types. You will analyze native executable files, and analyze popular files like PowerShell, JavaScripts, and Microsoft Office documents. Then you will learn the fundamentals of Assembly language, basic Win32 Assembly programming concepts, and how Reverse Engineers use Assembly to analyze malware.

Навыки, которые вы освоите

LinuxWindows PowerShellThreat DetectionDebuggingMalware ProtectionProgramming PrinciplesExploitation techniquesExcel MacrosSystem ProgrammingVirtual EnvironmentMicroarchitectureVirtual Machines

Программа курса

9 модулей · 103 учебных материалов

01Malware analysis overview and process5 материалов

Malware analysis overview

Course overviewЧтениеMalware analysis introductionВидео

Malware analysis process

Malware analysis processВидеоMalware analysis process knowledge check

Учитесь у экспертов

IBM Skills Network Team

Преподаватель курса

Malware Analysis and Introduction to Assembly Language
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 21.9 ч

9 модулей

Язык: Английский

Субтитры: Испанский

Часть программы вашего университета
Задание

Module 1 assessment

Module 1 assessmentЗадание
02Virtual Machine Setup17 материалов

Set up a testing VM environment on your personal system

Virtual Machine setup overviewЧтениеLab setupВидеоLab setup demoВидеоFlare-VMВидеоFlare-VM knowledge checkЗаданиеVirtual Machine setup stepsЧтениеVM Setup Exercise 1: Install VirtualBox or VMWareЧтениеVM Setup Exercise 2: Download and install Windows Guest (Windows 11)ЧтениеVM Setup Exercise 3: Install Guest toolsЧтениеVM Setup Exercise 4: Install Flare-VMЧтениеOptional VM Setup Guide Part 1: VM installation and toolsPLUGINOptional VM Setup Guide Part 2: VM installation and toolsPLUGINVM Setup Exercise 5: Install REMnux guest ЧтениеVM Setup Exercise 6: Install Microsoft Office and Adobe Acrobat ReaderЧтениеCapture the Flag exercises and Analytic ToolsЧтениеCapture the Flag exercise demoВидеоDownload exercise and sample filesЧтение
03Static and Dynamic analysis17 материалов

Module demos

Module demosЧтение

Static analysis

Static analysisВидеоStatic analysis knowledge checkЗаданиеStatic analysis demoВидеоStatic analysis demo knowledge checkЗаданиеCapture the flag exercise: Static AnalysisЧтениеCTF exercise: Static AnalysisЗаданиеCTF exerciseЧтение

Dynamic analysis

Dynamic analysisВидеоDynamic analysis knowledge checkЗаданиеDynamic analysis demo part 1ВидеоDynamic analysis demo part 2ВидеоDynamic analysis demo knowledge checkЗаданиеCapture the flag exercise: Dynamic AnalysisЧтение

Module 3 assessment

Module 3 assessmentЗадание
04Manual code reversing11 материалов

Module demos

Module demosЧтение

Code reversing

Manual code reversingВидеоManual code reversing knowledge checkЗаданиеManual code reversing demo part 1ВидеоManual code reversing demo part 2ВидеоManual code reversing demo part 3ВидеоManual code reversing demo knowledge checkЗаданиеCapture the flag exercise: Manual code reversingЧтениеCTF exercise: Manual code reversingЗаданиеCTF exerciseЧтение

Module 4 assessment

Module 4 assessmentЗадание
05Analyze PowerShell, JavaScript, and macro-enabled documents18 материалов

Module demos

Module demosЧтение

Analyze PowerShell scripts

Analyzing PowerShell scriptsВидеоAnalyzing PowerShell scripts knowledge checkЗаданиеCapture the flag exercise: Analyze PowerShell scriptsЧтениеCTF exercise: Analyze PowerShell scriptsЗаданиеCTF exerciseЧтение

Analyze JavaScripts

Analyzing JavaScripts part 1ВидеоAnalyzing JavaScripts part 2ВидеоAnalyzing JavaScripts knowledge checkЗаданиеCapture the flag exercise: Analyze JavaScriptsЧтениеCTF exercise: Analyze JavaScriptsЗаданиеCTF exerciseЧтение

Analyze macro-enabled documents

Analyzing macro-enabled documentsВидеоAnalyzing macro-enabled documents knowledge checkЗаданиеCapture the flag exercise: Analyze Macro-enabled documentsЧтениеCTF exercise: Analyze Macro-enabled documentsЗаданиеCTF exerciseЧтение

Module 5 assessment

Module 5 assessmentЗадание
06Analyze ELF file format10 материалов

Module demos

Module demoЧтение

Set up REMnux

Set up REMnuxВидеоSet up Fakenet-NG in REMnuxВидеоSet up REMnux knowledge checkЗадание

Analyze ELF file format

Analyzing ELF file formatВидеоAnalyzing ELF file format knowledge checkЗаданиеCapture the flag exercise: Analyze ELF file formatЧтениеCTF exercise: Analyze ELF file formatЗаданиеCTF exerciseЧтение

Module 6 assessment

Module 6 assessmentЗадание
07Analyze ASPX Webshell and JAR files13 материалов

Module demos

Module demosЧтение

Analyze ASPX webshell

Analyzing ASPX webshellВидеоAnalyzing ASPX webshell knowledge checkЗаданиеCapture the flag exercise: Analyze an ASPX webshellЧтениеCTF exercise: Analyze ASPX webshellЗаданиеCTF exerciseЧтение

Analyze a JAR

Analyzing JARВидеоAnalyzing JAR knowledge checkЗаданиеCapture the flag exercise: Analyze JARЧтениеCTF exercise: Analyze JARЗаданиеCTF exerciseЧтение

Module 7 assessment

Module 7 assessmentЗадание

Malware Analysis summary

Malware Analysis summaryВидео
08Introduction to Assembly Language11 материалов

Introduction to Assembly

Intro to AssemblyВидеоWhat is Assembly Language?ВидеоIntroduction to Assembly knowledge checkЗадание

Assembly language basics

Assembly language basicsВидеоAssembly language basics knowledge checkЗадание

Commonly used Assembly instructions

Commonly used Assembly instructionsВидеоAssembly Language step thruВидеоCommonly used Assembly instructionsЗадание

Win32 Assembly programming

Learning Win32 Assembly programmingВидео

Module 8 assessment

Module 8 assessmentЗаданиеAdditional resourcesЧтение
09Digital Badge1 материалов

Earn an IBM digital badge

Earn the badgeЧтение
CTF exercise: Dynamic AnalysisЗадание
CTF exerciseЧтение