Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x1)
network
Executes an expression. (x2)
execution
Declares a Python lambda function in an unusual way. (x1)
anomaly
Queries the system time. (x3)
settings
Queries the value of an environment variable. (x2)
search
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. (x24)
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
Creates/Opens a file. (x1)
file