Behaviors
List of software behaviors discovered with static code analysis.
Contains unusually long strings. (x1)
anomaly
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Uses synchronization mechanisms. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Uses string-related functions. (x1)
behavior