Behaviors
List of software behaviors discovered with static code analysis.
Decodes hex or base64-encoded streams. (x1)
packer
Contains unusually long strings. (x2)
anomaly
Evaluates an expression. (x2)
execution
Converts binary data to its string representation, commonly used in obfuscation. (x3)
packer
Contains URLs related to search engines. (x1)
network
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Imports the "re" module, which provides regular expression matching operations. (x8)
execution
Imports the "codecs" module, which defines base classes for standard Python codecs. (x2)
execution
Creates/Opens a file. (x1)
file
Uses string-related functions. (x1)
behavior