Behaviors
List of software behaviors discovered with static code analysis.
Modifies file/directory permissions. (x38)
permissions
Connects through HTTP. (x4)
network
Sends data on a connected TCP socket. (x1)
network
Changes file ownership. (x2)
file
Evaluates code dynamically. (x1)
execution
Prompts user for credentials. (x6)
behavior
Queries the passwd database entry for a given user ID. (x6)
steal
Queries the passwd database entry for a given user name. (x3)
steal
Decodes data using the Base64 algorithm. (x5)
packer
Encodes data using the Base64 algorithm. (x19)
packer