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

Add extra checks, if any. Add confidence score #1

Open
CharlotteCross1998 opened this issue Nov 24, 2022 · 1 comment
Open

Add extra checks, if any. Add confidence score #1

CharlotteCross1998 opened this issue Nov 24, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@CharlotteCross1998
Copy link
Owner

If anyone knows of any other ways to identify if a program is being run inside of a virtual machine please let me know.

Furthermore, if anyone has any ideas of how to implement a confidence scoring system, should other methods of detecting if we're in a VM is found, please let me know too. For example, the vendor string check isn't reliable as this can easily be changed, so would have a low confidence score compared to checking the 31st bit of leaf 1 of ecx, which is harder to change.

@CharlotteCross1998 CharlotteCross1998 added the help wanted Extra attention is needed label Nov 24, 2022
@CharlotteCross1998 CharlotteCross1998 self-assigned this Nov 24, 2022
@unix-witch
Copy link

Take a look at the Red Pill Blue Pill technique. A StackOverflow post also mentions that 00:50:56, 00:1C:14, 00:0C:29, and 00:05:69 will always be the first 3 values in a MAC address on a VM ware virtual machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants