Behaviors
List of software behaviors discovered with static code analysis.
Contains unusually long strings. (x2)
anomaly
Opens a URL. (x1)
network
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Writes data to the STDOUT stream. (x1)
execution
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. (x4)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x2)
execution
Uses json-related functions. (x2)
file
Uses string-related functions. (x2)
behavior
Uses math functions. (x1)
behavior