Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x3)
network
Queries the value of an environment variable. (x2)
search
Queries the process ID. (x1)
search
Enumerates running threads within one or more processes. (x1)
search
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Starts the thread's activity. (x1)
execution
Creates a thread. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x1)
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