Behaviors
List of software behaviors discovered with static code analysis.
Might contain potentially obfuscated code or data. (x2)
anomaly
Contains Unicode-escaped characters that are otherwise printable. (x2)
evasion
Queries the value of an environment variable. (x4)
search
Might access or change current URL (location). (x2)
network
Serializes data into the JSON format. (x2)
file
Replaces a substring in a string using a regular expression. (x2)
behavior
Creates a regular expression. (x2)
behavior
Concatenates strings. (x9)
behavior
Might output messages to console. (x5)
anomaly
Uses math functions. (x2)
behavior