hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
483 stars 120 forks source link

Add pafish dependency #88

Closed MarkusTeufelberger closed 2 years ago

MarkusTeufelberger commented 7 years ago

https://github.com/a0rtega/pafish is a utility to run some VM detection checks. This can be used when creating VMs to see if they are reasonably well cloaked or hidden.

jbremer commented 7 years ago

Isn't this something you'd analyze in the VM rather than "install"? ;-)

MarkusTeufelberger commented 7 years ago

It's something you might want to have in there and one of the easier ways of getting something into a VM reliably is the dependency system. It also might be something you want to report on, if you're testing infrastructure (e.g. how your new backend is performing) so it definitely is something to install in some cases.