Behaviors
List of software behaviors discovered with static code analysis.
Encodes data using the Base64 algorithm. (x1)
packer
Contains IP addresses. (x2)
network
Contains URLs related to social network URLs. (x2)
network
Queries the system time. (x1)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Contains URLs related to search engines. (x1)
network
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "base64" module, which contains encoding functions. (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. (x1)
execution