Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x4)
file
Contains unusually long strings. (x4)
anomaly
Queries the value of an environment variable. (x4)
search
Converts binary data to its string representation, commonly used in obfuscation. (x12)
packer
Writes data to the STDOUT stream. (x8)
execution
Contains URLs related to search engines. (x3)
network
Imports the "requests" module, which is used for sending HTTP requests. (x4)
network
Imports the "json" module, which implements functions for manipulating JSON files. (x20)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x4)
execution
Imports the "re" module, which provides regular expression matching operations. (x12)
execution