Behaviors
List of software behaviors discovered with static code analysis.
Opens a socket listening for an incoming connection. (x3)
network
Permits an incoming connection on a TCP socket. (x1)
network
Opens a TCP connection to a remote server. (x1)
network
Creates a process. (x4)
execution
Deletes a file/directory. (x1)
file
Enumerates system information. (x1)
search
Queries the value of an environment variable. (x4)
search
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Creates pipes for interprocess communication. (x1)
execution