Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Encodes data using the Base64 algorithm. (x1)
packer
Decodes data using the Base64 algorithm. (x1)
packer
Makes HTTP GET requests. (x1)
network
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "base64" module, which contains encoding functions. (x1)
execution
Uses string-related functions. (x1)
behavior