Behaviors
List of software behaviors discovered with static code analysis.
Uses methods for executing code in Pickle-serialized data. (x2)
execution
Executes a Base64-encoded string. (x1)
packer
Decodes data using the Base64 algorithm. (x1)
packer
Executes an expression. (x1)
execution
Contains unusually long strings. (x1)
anomaly
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Imports the "torch" (PyTorch) module, which is a machine learning framework based on the Torch library. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "base64" module, which contains encoding functions. (x1)
execution
Creates/Opens a file. (x1)
file