Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x1)
network
Executes an expression. (x2)
execution
Queries the system time. (x4)
settings
Queries the value of an environment variable. (x2)
search
Terminates a process/thread. (x1)
execution
Detects presence of debuggers. (x1)
evasion
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. (x26)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x3)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x2)
execution