Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hyper-V detection ideas #9

Open
kernelwernel opened this issue Nov 22, 2024 · 1 comment
Open

Hyper-V detection ideas #9

kernelwernel opened this issue Nov 22, 2024 · 1 comment

Comments

@kernelwernel
Copy link

kernelwernel commented Nov 22, 2024

I've noticed that Hyper-V isn't a brand that's included in your project, even though it's arguably a really important brand to detect for various reasons. Here are some ideas that you could implement:

  1. Hyper-V has strings such as "Virtual_Machine" in the Windows event logs
  2. Hyper-V has the value of 0x31237648 ("Hv#1") in cpuid leaf 0x40000001 at eax
  3. Hyper-V has "VIRTUAL MACHINE" in its SMBIOS string (should be noted that VirtualBox has the same value, so be careful)
  4. Hyper-V has the string "Microsoft Corporation" in its motherboard brand

There are a few more but these are the basic ones that I'm 100% sure work as intended. Hope this helps.

@HydraDragonAntivirus
Copy link

Look my pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant