Behaviors
List of software behaviors discovered with static code analysis.
Opens a socket listening for an incoming connection. (x2)
network
Permits an incoming connection on a TCP socket. (x1)
network
Uses a Python script interpreter. (x1)
execution
Opens a TCP connection to a remote server. (x1)
network
Creates a process. (x3)
execution
Queries the value of an environment variable. (x1)
search
Terminates a process/thread. (x1)
execution
Detects presence of debuggers. (x1)
evasion
Delays execution. (x1)
execution
Creates pipes for interprocess communication. (x1)
execution