Behaviors
List of software behaviors discovered with static code analysis.
Creates a process. (x1)
execution
Makes HTTP POST requests. (x1)
network
Makes HTTP GET requests. (x3)
network
Calculates the SHA-256 hash of data. (x1)
file
Calculates the MD5 hash of data. (x1)
file
Calculates the BLAKE-2 hash of data. (x1)
file
Queries the value of an environment variable. (x1)
search
Writes data to the STDOUT stream. (x5)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x4)
network
Reads from files. (x1)
file