Behaviors
List of software behaviors discovered with static code analysis.
Creates and interacts with additional COM objects. (x1)
execution
Creates a process. (x1)
execution
Creates shortcuts during installation or upon launch. (x1)
file
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Writes data to the STDOUT stream. (x1)
execution
Serializes data into the JSON format. (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
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Might output messages to console. (x1)
anomaly