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 Base85 algorithm. (x5)
file
Decodes data using the Base85 algorithm. (x5)
file
Evaluates an expression. (x2)
execution
Queries the system time. (x9)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x5)
packer
Compiles a string into a Python code object, which can be executed. (x2)
execution
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x8)
execution