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 prisma's Sandbox awareness via user behavior #7

Open
knowmalware opened this issue Mar 24, 2018 · 0 comments
Open

Add prisma's Sandbox awareness via user behavior #7

knowmalware opened this issue Mar 24, 2018 · 0 comments

Comments

@knowmalware
Copy link
Owner

https://gitlab.com/brn1337/sandbox-detection-user-behaviour

A technique to evade sandboxes by identifying real user behavior in a short and reliable way.

The assumption underlying the success of this technique is that Sanbox won't run other softwares to avoid overlapping behaviours, but real users do!

The code takes a screenshot each time the user click, then using the root-mean-square difference compares the images, if the images are actually different the click was a meaningful action. If a minimum tolerance between multiple comparisions is exceeded the evil code is executed.

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