Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Creates a process. (x1)
execution
Makes HTTP POST requests. (x1)
network
Makes HTTP GET requests. (x1)
network
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Reads from files. (x1)
file
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "subprocess" module, which provides functions for creating new processes. (x1)
execution
Creates/Opens a file. (x1)
file
Closes a previously open file. (x1)
file