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
Queries the system time. (x1)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Allocates additional memory in the calling process. (x1)
memory
Terminates a process/thread. (x1)
execution
Detects presence of debuggers. (x1)
evasion
Imports the "codecs" module, which defines base classes for standard Python codecs. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Imports the "re" module, which provides regular expression matching operations. (x3)
execution