Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Encodes data using the Base64 algorithm. (x2)
packer
Contains URLs that use suspicious top-level domains. (x1)
network
Connects through HTTP. (x4)
network
Calculates the SHA-1 hash of data. (x3)
file
Converts binary data to its string representation, commonly used in obfuscation. (x4)
packer
Removes listeners for a specified event. (x5)
behavior
Adds a listener function for a specified event. (x6)
behavior
Adds a one-time listener function for a specified event. (x2)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x7)
behavior