Behaviors
List of software behaviors discovered with static code analysis.
Decodes data using the Base64 algorithm. (x4)
packer
Sends data on a connected TCP socket. (x2)
network
Receives data from a connected TCP socket. (x2)
network
Contains URLs that use non-standard ports. (x3)
network
Opens a TCP connection to a remote server. (x2)
network
Creates a socket. (x2)
network
Might evaluate code dynamically. (x4)
anomaly
Connects through HTTP. (x9)
network
Converts binary data to its string representation, commonly used in obfuscation. (x9)
packer
Might communicate with server over HTTP using Fetch API. (x4)
network