Behaviors
List of software behaviors discovered with static code analysis.
Accesses a common web root directory. (x1)
search
Modifies file/directory permissions. (x6)
permissions
Sends data on a connected TCP socket. (x1)
network
Receives data from a connected TCP socket. (x1)
network
Permits an incoming connection on a TCP socket. (x1)
network
Opens a socket listening for an incoming connection. (x2)
network
Downloads a file. (x4)
network
Evaluates code dynamically. (x1)
execution
Encodes data using the Base64 algorithm. (x26)
packer
Decodes data using the Base64 algorithm. (x17)
packer