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
Writes to files. (x1)
file
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
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution