Behaviors
List of software behaviors discovered with static code analysis.
Encodes data using the Base16 algorithm. (x2)
file
Decodes data using the Base16 algorithm. (x2)
file
Creates a process. (x2)
execution
Might monitor keystrokes. (x2)
steal
Contains URLs that reference the host by IP address. (x1)
network
Opens a URL. (x6)
network
Makes HTTP GET requests. (x2)
network
Converts binary data to its string representation, commonly used in obfuscation. (x11)
packer
Terminates the currently running Java Virtual Machine. (x8)
execution
Uses the java.lang.reflect.Constructor.newInstance method, which is used to construct new objects using reflection. (x7)
execution