Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Creates a process. (x1)
execution
Makes HTTP POST requests. (x2)
network
Makes HTTP GET requests. (x2)
network
Queries the system time. (x1)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Copies a file. (x1)
file
Imports the "requests" module, which is used for sending HTTP requests. (x2)
network
Serializes data into the JSON format. (x1)
file
Reads from files. (x1)
file
Imports the "time" module, which provides various time-related functions. (x2)
execution