Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x1)
network
Contains unusually long strings. (x1)
anomaly
Contains URLs related to social network URLs. (x2)
network
Contains URLs that reference the host by IP address. (x1)
network
Makes HTTP GET requests. (x1)
network
Makes HTTP POST requests. (x2)
network
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Imports the "requests" module, which is used for sending HTTP requests. (x3)
network
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x8)
execution