Behaviors
List of software behaviors discovered with static code analysis.
Contains URLs that link to interesting file formats. (x1)
network
Creates a process. (x3)
execution
Connects through HTTP. (x3)
network
Contains Unicode-escaped characters that are otherwise printable. (x2)
evasion
Converts binary data to its string representation, commonly used in obfuscation. (x3)
packer
Writes to files. (x10)
file
Removes listeners for a specified event. (x2)
behavior
Emits an event, effectively calling each of the registered listeners for that event. (x3)
behavior
Adds a one-time listener function for a specified event. (x9)
behavior
Adds a listener function for a specified event. (x6)
behavior