Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Declares a Python lambda function in an unusual way. (x1)
anomaly
Queries the system time. (x4)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Writes data to the STDOUT stream. (x1)
execution
Reads from files. (x1)
file
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "time" module, which provides various time-related functions. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x3)
execution