Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Malware Analysis
Rating: 4.2 out of 5(258 ratings)
18,639 students

Malware Analysis

Malware Analysis For Beginners
Created byPeter A
Last updated 2/2023
English
English [Auto],

What you'll learn

  • Explain Hashing
  • Calculate Hashes
  • How to use Online Sandbox
  • How to detect Malware

Course content

1 section6 lectures32m total length
  • Introduction0:01
  • What is Hashing?6:18

    discover how hashing creates a unique code for each file using md5 and sha-1, view file hashes in Windows, and apply them in malware analysis.

  • Hashing on Linux8:17

    Explore hashing on linux, using checksums and md5 sums, and how small input changes yield different hashes to verify file integrity and aid malware analysis.

  • Hashing on Windows5:44

    Compute file hashes on Windows via PowerShell using search util or get-filehash. Use md5 or sha-1, sha-256, or sha-512 for consistent results across systems.

  • Online Sandboxes6:59

    Discover online sandboxes that run programs remotely in isolation to protect your host, and use hybrid analysis or any.run to upload files, generate reports, and assess if they are malicious.

  • Virus Total5:35

    Explore how VirusTotal uses md5 and sha-256 hashes to check files against a vast malware database, upload and compute hashes, and inspect detection results, behavior, and sandbox reports.

Requirements

  • No prior requirements

Description

Malware analysis is the use of tools and programs to understand the behavior and purpose of suspicious files. The process is designed to identify and mitigate any potential threats. This hands-on process enables analysts to understand malware functionality, purpose, and potential impact. To achieve this, security teams use malware analysis tools. They typically rate and score specific malware samples in a closed environment called a sandbox.

Malware analysis is the study or process of determining the function, origin, and potential impact of a particular malware sample, such as a virus, worm, Trojan horse, rootkit, or backdoor. Malware, or malicious software, is any computer software designed to impair the operation of a host computer, steal a system, or steal sensitive data from a user, organization, or company. Malware may include software that collects user information without permission.

In this course you will learn the basics of malware analysis. It's a course for total beginners, not for people already familiar with cyber security concepts. If you are interested in Cyber Security, but don't know where to start, this course is for you. You will learn the basics of malware analysis. Given any file, you will be able to say if it is potential malware or not. You will understand how virus scanners find malware.

Who this course is for:

  • Beginner Cyber Security Professionals
  • Beginner Ethical Hackers