Behaviors
List of software behaviors discovered with static code analysis.
Contains Base64-encoded URLs. (x1)
anomaly
Decodes data using the Base64 algorithm. (x1)
packer
Creates a process. (x1)
execution
Contains unusually long strings. (x1)
anomaly
Opens a URL. (x1)
network
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Writes data to the STDOUT stream. (x1)
execution
Reads from files. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "subprocess" module, which provides functions for creating new processes. (x1)
execution