Behaviors
List of software behaviors discovered with static code analysis.
Executes files during installation or upon launch. (x1)
execution
Creates a process. (x2)
execution
Converts binary data to its string representation, commonly used in obfuscation. (x2)
packer
Executes commands in command line. (x2)
execution
Reads from files. (x2)
file
Splits a string using a regular expression. (x2)
behavior
Replaces a substring in a string using a regular expression. (x2)
behavior
Creates a regular expression. (x2)
behavior
Concatenates strings. (x2)
behavior
Might output messages to console. (x4)
anomaly