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
Contains unusually long strings. (x5)
anomaly
Contains URLs related to URL shortener services. (x8)
network
Evaluates an expression. (x1)
execution
Queries the system time. (x1)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution