Behaviors
List of software behaviors discovered with static code analysis.
Modifies file/directory permissions. (x1)
permissions
Receives data from a connected TCP socket. (x1)
network
Sends data on a connected TCP socket. (x2)
network
Changes file ownership. (x1)
file
Queries the passwd database entry for a given user name. (x1)
steal
Queries the passwd database entry for a given user ID. (x1)
steal
Checks if the current user has full administrator privileges. (x1)
search
Encodes data using the Base64 algorithm. (x3)
packer
Decodes data using the Base64 algorithm. (x2)
packer
Opens a TCP connection to a remote server. (x3)
network