Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Contains unusually long strings. (x1)
anomaly
Makes HTTP GET requests. (x2)
network
Contains domains used for intercepting and inspecting HTTP requests. (x1)
network
Queries the system time. (x1)
settings
Queries the value of an environment variable. (x6)
search
Compiles a string into a Python code object, which can be executed. (x2)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Reads from files. (x1)
file
Uses synchronization mechanisms. (x3)
execution
Imports the "time" module, which provides various time-related functions. (x1)
execution