Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Creates temporary files. (x1)
file
Contains unusually long strings. (x1)
anomaly
Opens a URL. (x5)
network
Contains URLs. (x1)
network
Queries the system time. (x2)
settings
Converts binary data to its string representation, commonly used in obfuscation. (x10)
packer
Allocates additional memory in the calling process. (x1)
memory
Writes to files. (x2)
file
Writes data to the STDOUT stream. (x4)
execution