Behaviors
List of software behaviors discovered with static code analysis.
Creates a process. (x2)
execution
Opens registry keys. (x1)
registry
Enumerates system information. (x1)
search
Opens a URL. (x2)
network
Loads additional libraries. (x2)
execution
Enumerates files in a given directory. (x7)
search
Queries the value of an environment variable. (x2)
search
Enumerates running threads within one or more processes. (x1)
search
Terminates a process/thread. (x1)
execution
Uses the java.lang.reflect.Constructor.newInstance method, which is used to construct new objects using reflection. (x3)
execution