Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Queries the system time. (x15)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Uses concurrency functions. (x2)
execution
Imports the "time" module, which provides various time-related functions. (x13)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x2)
execution
Imports the "asyncio" module, which provides concurrency functionality. (x2)
execution