Behaviors
List of software behaviors discovered with static code analysis.
The software package was developed by a user registered with an anonymous email address. (x1)
anomaly
Contains unusually long strings. (x1)
anomaly
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Contains references to anonymous e-mail providers. (x1)
network
Writes to files. (x1)
file
Writes data to the STDOUT stream. (x1)
execution
Reads from files. (x1)
file
Imports the "json" module, which implements functions for manipulating JSON files. (x2)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "codecs" module, which defines base classes for standard Python codecs. (x3)
execution