Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Queries the system time. (x3)
settings
Queries the value of an environment variable. (x1)
search
Detects presence of debuggers. (x1)
evasion
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x1)
execution
Uses math functions. (x1)
behavior
Uses logical functions. (x1)
behavior