Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Creates a process. (x2)
execution
Opens a TCP connection to a remote server. (x2)
network
Sends data on a connected TCP socket. (x2)
network
Creates a socket. (x2)
network
Receives data from a connected TCP socket. (x2)
network
Queries the value of an environment variable. (x2)
search
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Adds a listener function for a specified event. (x2)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x2)
behavior