Behaviors
List of software behaviors discovered with static code analysis.
Decodes data using the Base64 algorithm. (x1)
packer
Contains URLs that use non-standard ports. (x1)
network
Parses an email message. (x1)
behavior
Makes HTTP GET requests. (x2)
network
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Imports the "requests" module, which is used for sending HTTP requests. (x2)
network
Imports the "re" module, which provides regular expression matching operations. (x4)
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. (x1)
execution
Imports the "base64" module, which contains encoding functions. (x1)
execution