Behaviors
List of software behaviors discovered with static code analysis.
Decodes hex or base64-encoded streams. (x1)
packer
Contains IP addresses. (x2)
network
Queries the value of an environment variable. (x1)
search
Converts binary data to its string representation, commonly used in obfuscation. (x2)
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 "codecs" module, which defines base classes for standard Python codecs. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "re" module, which provides regular expression matching operations. (x3)
execution
Uses logical functions. (x2)
behavior