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