Skip to content

swagkarna/anti-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anti Virtual Machine

Detect virtual machines with simplest codes

Why we need universal way ?

Malware are now more clever than before. Before running, they check whether environment is virtual or real. But big problem they face, how to get an uinversal way to detect every type of VM ? Most common is to search and match values from win32. But this method is static and for a limited versions of VMs. What if there are 1000+ VM manufacturers ? then you would have to write a code to match 1000+ VM signatures. But its time waste. Even after sometime, there would be new other VMs launched and your script would be wasted.

Hybrid analysis

Any run sandbox

Codes

Based upon tests, I have made tiny programs to detect windows and android VMs.

Android code

Windows code

Releases

Stability

It is tested on many environments and is very stable.

  • Detects Visrtualbox
  • Detects Vmware
  • Detects Windows Server
  • Detects RDP
  • Detects Virustotal
  • Detects any.run
  • Detects hybrid-analysis.com etc...

Contact

I Love ALLAH + Holy Prophet + Islam and Pakistan.

About

Detect virtual machine environment

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Batchfile 62.2%
  • C# 37.8%