Behaviors
List of software behaviors discovered with static code analysis.
Creates temporary files. (x1)
file
Renames a file or directory. (x1)
file
Deletes a file/directory. (x2)
file
Queries the value of an environment variable. (x2)
search
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Contains URLs related to search engines. (x3)
network
Imports the "os" module, which contains miscellaneous operating system interfaces. (x4)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution