Basic implementation of several anti-vm techniques (Windows) for educational purpose. They rely on checking different parts of OS and hardware to find out if the script is running in a VM.
- CPU hypervisor bit (CPUID)
- CPU id string (CPUID)
- CPU brand string (CPUID)
- BIOS manufacturer string
- BIOS version string
- Screen resolution
- Amount of physical memory
- Number of CPU cores
- Amount of disk space
- Global Descriptor Table location
- Local Descriptor Table location
- Interrupt Descriptor Table location
- ACPI VM-based string checks
- VM-based hostnames and usernames
- VM-based MAC addresses