Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Encodes data using the Base64 algorithm. (x3)
packer
Decodes data using the Base64 algorithm. (x1)
packer
Makes HTTP GET requests. (x3)
network
Queries the system time. (x8)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x5)
packer
Writes data to the STDOUT stream. (x2)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x2)
network
Reads from files. (x1)
file
Queries the size of a file. (x1)
file
Imports the "time" module, which provides various time-related functions. (x2)
execution