Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Decodes data using the Base64 algorithm. (x1)
packer
Encodes data using the Base64 algorithm. (x1)
packer
Contains URLs that link to interesting file formats. (x1)
network
Enumerates system information. (x1)
search
Opens a URL. (x1)
network
Queries the system time. (x1)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Writes data to the STDOUT stream. (x1)
execution
Imports the "binascii" module, which contains methods for converting between binary and various ASCII-encoded binary representations. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution