#malware #windows10 #programming
I made a discord server for everyone interested in low level programming and malware.
Check it out:
▶ / discord
🔍 Ever wondered how malware detects if it's running in a virtual machine? 🖥️ In this video, I’ll show you a simple yet crucial technique that malware uses to complicate analysis. We’ll dive into the Windows Registry to uncover special keys unique to Virtual Box.
⚠️ Be careful with the Registry Editor—it can seriously mess up your machine if you change the wrong thing! Learn how these keys help malware redirect its execution based on its environment.
🖤 SUBSCRIBE 🖤
Twitter/X:
▶ / _screeck
My github:
▶ https://github.com/screeck/YouTube
Article:
▶ https://www.infosecinstitute.com/reso...
Timestamp:
0:00 ⏩ Intro
0:59 ⏩ Writting code
5:00 ⏩ Let’s test it
How to create malware?
What programming languages are used in malware development?
Common techniques used by malware to evade detection
How does ransomware work?
Best tools for malware analysis
Differences between viruses, worms, and Trojans
How to test malware safely in a virtual environment?
History of famous malware attacks
Understanding polymorphic malware
How to reverse engineer malware?
How does malware detect if it’s running in a virtual machine?
Techniques malware uses to avoid virtual machines
Windows Registry keys specific to Virtual Box
How to use Registry Editor for malware analysis
Virtual machine detection methods used by malware
How to identify VM-specific registry keys
Why does malware avoid virtual machines?
Safe ways to analyze malware in a virtual machine
How to modify Windows Registry safely?
Examples of malware that detect virtual environments