Randomize the homedir of the user to evade sandbox detection. #262
Labels
dynamic analysis
Issues specific to the implementation of Dynamic Analysis
enhancement
New feature or request
needs discussion
Some samples of malware check for a
$HOME
of/root
and skip running if true.Running at root has its advantages, so perhaps changing the home from
/root
to/home/${name}
, where${name}
is replaced by a name drawn at random from a set of predefined common usernames (e.g. popular first names,admin
,deploy
,worker
, etc)The text was updated successfully, but these errors were encountered: