Behaviors
List of software behaviors discovered with static code analysis.
Might monitor keystrokes. (x3)
steal
Might communicate to server over HTTP using XMLHttpRequest. (x7)
network
Makes HTTP POST requests. (x2)
network
Makes HTTP GET requests. (x2)
network
Contains domains used for intercepting and inspecting HTTP requests. (x2)
network
Connects through HTTP. (x7)
network
Sets a JavaScript interval, which repeatedly executes code. (x19)
execution
Might manipulate cookies. (x6)
document
Converts binary data to its string representation, commonly used in obfuscation. (x7)
packer
Might communicate with server over HTTP using Fetch API. (x4)
network