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

VM driver service checks #100

Merged
merged 5 commits into from
Jan 26, 2018
Merged

Conversation

gsuberland
Copy link
Collaborator

Driver services are a good indicator of VMs. So far I've got driver names in for VMware and VirtualBox.

Previously we ignored cases where ntdll wasn't found or the EP for
NtDelayExecution wasn't found, but these can occur if the process is
sandboxed and the LoadLibrary / GetProcAddress calls are filtered. As
such it's worth checking for NULL and reporting the problem.
Service checks are useful for identifying common VMs.
@ayoubfaouzi ayoubfaouzi merged commit d5e695c into ayoubfaouzi:master Jan 26, 2018
@ayoubfaouzi
Copy link
Owner

Thanks a lot for the PR ! Another goodies 👍 Seems good to me.

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

Successfully merging this pull request may close these issues.

2 participants