Behaviors
List of software behaviors discovered with static code analysis.
Contains URLs that link to raw files on GitHub. (x1)
network
Runs precompiled JavaScript code within V8 Virtual Machine context. (x2)
execution
Might evaluate code dynamically. (x2)
anomaly
Converts binary data to its string representation, commonly used in obfuscation. (x4)
packer
Serializes data into the JSON format. (x4)
file
Imports external module "loadash" which provides tools for easier usage of arrays. (x3)
execution
Concatenates strings. (x4)
behavior
Might output messages to console. (x3)
anomaly
Contains multi-line comments. (x8)
behavior