Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x1)
network
Renames a file or directory. (x1)
file
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Writes to files. (x1)
file
Reads from files. (x1)
file
Checks if a file or a directory exists. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "codecs" module, which defines base classes for standard Python codecs. (x1)
execution