Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Contains URLs that link to raw files on GitHub. (x1)
network
Queries the system time. (x1)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Terminates a process/thread. (x1)
execution
Detects presence of debuggers. (x1)
evasion
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. (x3)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x3)
execution
Contains patterns identifying the constants related to the base64 binary-to-text encoding algorithm. (x1)
signature