Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Software Development Tools No-Code Development
Business
Entrepreneurship Communication Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certifications Network & Security Hardware Operating Systems & Servers Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Paid Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement & Gardening Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition & Diet Yoga Mental Health Martial Arts & Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Learning Teacher Training Test Prep Other Teaching & Academics
Web Development JavaScript React Angular CSS Node.Js PHP HTML5 Vue JS
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Amazon AWS Cisco CCNA CompTIA Security+ Microsoft AZ-900
Microsoft Power BI SQL Tableau Data Modeling Business Analysis Business Intelligence MySQL Qlik Sense Data Analysis
Unity Unreal Engine Game Development Fundamentals C# 3D Game Development C++ Unreal Engine Blueprints 2D Game Development Mobile Game Development
Google Flutter iOS Development Android Development Swift React Native Dart (programming language) Kotlin Mobile App Development SwiftUI
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting Canva InDesign Character Design Procreate Digital Illustration App
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Life Purpose Mindfulness Sound Therapy Meditation Coaching
Business Fundamentals Entrepreneurship Fundamentals Freelancing Business Strategy Startup Business Plan Online Business Blogging Leadership
Digital Marketing Social Media Marketing Marketing Strategy Internet Marketing Google Analytics Email Marketing Copywriting YouTube Marketing Startup

IT & SoftwareNetwork & SecurityMalware

Hands-on Malware Analysis (Windows 10/11 compatible)

Learn Malware Analysis by Coding Malware (Ransomware, Keyloggers, Injectors, malicious DLL’s, and more)
Rating: 4.7 out of 54.7 (76 ratings)
882 students
Created by Sanru online Academy
Last updated 6/2022
English
English [Auto]

What you'll learn

  • You will learn to analyze, prevent and codify ransomware (proof of concept). Source code will be provided for academic purposes.
  • You will learn to analyze, prevent and codify a keylogger which can hide in a legitimate windows process (proof of concept). Source code will be provided for academic purposes.
  • You will learn to analyze, prevent and codify a keylogger with filter to steal Facebook credentials (proof of concept). Source code will be provided for academic purposes.
  • You will learn to analyze, prevent and codify an injector to infect a legitimate Windows process (proof of concept). Source code will be provided for academic purposes.
  • You will learn to analyze, prevent and codify a malicious dll (proof of concept). Source code will be provided for academic purposes.
  • You will learn how to set up a test lab to safely analyze malware.
  • You will learn to differentiate between different types of malware, their behavior, their vectors attack, preventions advices and more.
  • You will learn the process a malware follows to get into your system.
  • You will learn by doing the main malware components: payload, obfuscator, persistence, stealth, and armoring.
  • You will learn how a malware connects to a Command and Control Center and what is its function.
  • You will learn to get Indicators of Compromise (IoC) on infected systems.
  • You will learn by doing how a simple piece of software could trick users to download malware.
  • You will learn to capture malware on your operating system.
  • You will learn how to capture malicious traffic on your network.

Requirements

  • Basic computer and programming knowledge in any language is recommended (Not mandatory).

Description

Updated: As we promised to you, this course is alive and we just added an entire new section. It's about Shims, as always, you will find: theory, a practical lab, and full access to source code. Enjoy!

¡We will take you step by step from Static to Dynamic Analysis, to teach you how to catch, an examine our own malware samples in your system and network!

You will learn to analyze, prevent and codify: Ransomware, Keyloggers, Injectors, malicious DLL’s, Shims  and more.

- Our Labs are also compatible with the new Windows 11.

- This course now belongs to Sanru online academy, and has been enhanced and re-edited.

This is a 100% interactive course.

  • We compromise to answer ALL YOUR QUESTIONS.

  • We compromise to keep this course updated.

  • We compromise to add new sections over time making this course alive, so you will always have new malware samples to conduct your own experiments.

Did you know that Cyber Security researcher jobs demand is increasing year by year? Did you know this demand is not covered and the salaries are the highest in the technology sector?

This course  will teach you everything you need to know to start your career as MALWARE ANALYST and put you on the highway to one of the most well-paid sectors in the cyber security industry.

Based in the premise: "You can't analyze something you don't understand how it works". You will be provided with full malware source code (proof of concept). We will walk you through our malware samples (Injectors, malicious DLL’s, Keyloggers and Ransomware) line by line.

We will use our own malware samples to teach you stealth techniques, obfuscation, armoring and persistence.

If you are not a beginner either way, you will enjoy and gain knowledge by analyzing our malware code and technical explanations.

This course was designed by experimented malware analysts, cyber security researchers and academics. It is meant to be didactic and easy to follow, then is full of resources that you will find in the correspondents sections.

So far, we added these resources (could be more later):

1. Rams1: is a Ransomware malware sample (full code provided for academic purposes).

2. DecryptRams1: software to decrypt files encrypted by Rams1 (full code provided for academic purposes).

3. Ransomware Help: is a small document to help you out if you are infected.

4. TotalAware2: is a Keylogger able to steal Facebook credentials and connect to a Command and Control Center   (full code provided for academic purposes).

5. TotalAware3: is a Keylogger coded in C++. (full code provided for academic purposes).

6. Injector7: injects malicious code into a legitimate Windows process (full code provided for academic purposes).

7. Dll4: is a sample malware coded into a dll (full code provided for academic purposes).

8. Dll8: shows how to use export function in a dll (full code provided for academic purposes).

9. Practices: is a document containing the lab exercises guide.

10. Lab Requirements and quick guide: is a document to help you set up a safe lab for malware analysis.

11. Web Resources: is a document with web pages will be using along the course.

12. CriticalPatchWin1.0: is a malware sample to trick users into download malware (full code provided for academic purposes).

Just a little something: Crackers are unwelcome! We are the good guys. Our malware samples are not meant to be weaponized.

Who this course is for:

  • Beginners who want to pursuit a lucrative career as Malware Analysts or Cyber security researchers.
  • Malware enthusiasts in general, and cyber security researchers who want to gain knowledge in cyber threats.

Instructor

Sanru online Academy
tech education
Sanru online Academy
  • 4.4 Instructor Rating
  • 237 Reviews
  • 7,257 Students
  • 3 Courses

Our mission is to commit to providing all of our students with valuable, updated and flexible education. We apply only the instructional strategies that have been shown to foster success in online education

All of our courses were designed by experimented malware analysts, cyber security researchers and academics, are meant to be didactic and easy to follow, then are full of resources, that by the way, we compromised to keep updated as well as we promise to answer all your questions and guide you throughout the learning process.

Top companies choose Udemy Business to build in-demand career skills.
NasdaqVolkswagenBoxNetAppEventbrite
  • Udemy Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Investors
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Accessibility statement
Udemy
© 2022 Udemy, Inc.