Behaviors
List of software behaviors discovered with static code analysis.
Contains unusually long strings. (x1)
anomaly
Makes HTTP GET requests. (x2)
network
Contains domains used for intercepting and inspecting HTTP requests. (x1)
network
Queries the system time. (x1)
settings
Queries the value of an environment variable. (x6)
search
Compiles a string into a Python code object, which can be executed. (x2)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Reads from files. (x1)
file
Imports the "os" module, which contains miscellaneous operating system interfaces. (x7)
execution
Imports the "asyncio" module, which provides concurrency functionality. (x1)
execution