Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Renames a file or directory. (x1)
file
Creates temporary files. (x1)
file
Deletes a file/directory. (x2)
file
Queries the value of an environment variable. (x2)
search
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Contains URLs related to search engines. (x3)
network
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x2)
execution