|
|
|
|
|
by tedivm
14 days ago
|
|
Most automated analysis isn't dependent on just behavior, but rather suspicious things in the code itself. You have a popular open source package with files that exist on pypi but not github then that's a big flag, or if a similar package suddenly has some base64encoded garbage that runs through an obfuscated exec call. In other words the simple fact that the project has obfuscated code is enough to flag for further attention. That said if the only issue is time, researchers will just run their automated analysis through machines with dates in the future alongside their normal tests. |
|