Behaviors
List of software behaviors discovered with static code analysis.
Opens a TCP connection to a remote server. (x2)
network
Creates a process. (x2)
execution
Makes HTTP POST requests. (x1)
network
Creates shortcuts during installation or upon launch. (x1)
file
The software package does not declare any source code repository. (x1)
anomaly
Queries the value of an environment variable. (x1)
search
Writes data to the STDOUT stream. (x1)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Imports the "subprocess" module, which provides functions for creating new processes. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x2)
execution