redcode-labs / Coldfire

Golang malware development library
MIT License
927 stars 142 forks source link

Possible linux sandbox detection check #7

Closed ghost closed 3 years ago

ghost commented 3 years ago

Added possible sandbox detection check for Linux specifically due to a lack of sandbox detection methods present for it and utilizing systemd-detect-virt does not require root access. Not sure whether this check should be in this function or elsewhere.