Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x3)
network
Makes HTTP POST requests. (x4)
network
Queries the system time. (x7)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Schedules code execution for a later time. (x2)
execution
Imports the "requests" module, which is used for sending HTTP requests. (x3)
network
Imports the "json" module, which implements functions for manipulating JSON files. (x7)
execution
Imports the "time" module, which provides various time-related functions. (x2)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "datetime" module, which exposes classes for manipulating dates and times. (x9)
execution