Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Contains IP addresses. (x1)
network
Renames a file or directory. (x1)
file
Makes HTTP POST requests. (x1)
network
Makes HTTP GET requests. (x1)
network
The software package does not declare any source code repository. (x1)
anomaly
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Compiles a string into a Python code object, which can be executed. (x3)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x1)
network
Reads from files. (x1)
file
Imports the "re" module, which provides regular expression matching operations. (x4)
execution