Behaviors
List of software behaviors discovered with static code analysis.
Decodes data using the Base64 algorithm. (x1)
packer
Contains URLs that link to raw files on GitHub. (x1)
network
Decompresses data using the Zlib algorithm. (x1)
packer
Executes an expression. (x1)
execution
Contains unusually long strings. (x1)
anomaly
Calculates the SHA-256 hash of data. (x1)
file
Declares a Python lambda function in an unusual way. (x1)
anomaly
Uses concurrency functions. (x2)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution