Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Contains Base64-encoded URLs. (x1)
anomaly
Encodes data using the Base64 algorithm. (x1)
packer
Decodes data using the Base64 algorithm. (x1)
packer
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Writes data to the STDOUT stream. (x1)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Imports the "base64" module, which contains encoding functions. (x1)
execution