Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Decodes data using the Base64 algorithm. (x3)
packer
Encodes data using the Base64 algorithm. (x5)
packer
Decodes data using the Base16 algorithm. (x2)
file
Encodes data using the Base16 algorithm. (x3)
file
Makes HTTP GET requests. (x2)
network
Connects through HTTP. (x2)
network
Queries the value of an environment variable. (x3)
search
Converts binary data to its string representation, commonly used in obfuscation. (x3)
packer
Adds a one-time listener function for a specified event. (x3)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x3)
behavior