Behaviors
List of software behaviors discovered with static code analysis.
Might contain potentially obfuscated code or data. (x3)
anomaly
Might evaluate code dynamically. (x3)
anomaly
Contains an uninterrupted sequence of Unicode-escaped characters. (x3)
evasion
Converts binary data to its string representation, commonly used in obfuscation. (x6)
packer
Serializes data into the JSON format. (x2)
file
Reads from files. (x2)
file
Splits a string using a regular expression. (x3)
behavior
Replaces a substring in a string using a regular expression. (x3)
behavior
Creates a regular expression. (x3)
behavior
Might output messages to console. (x4)
anomaly