Sandbox behavior tagged with a complex operation
tags field contains a list of labels summarizing key behavioural observations. It can be any of the following:
- DETECT_DEBUG_ENVIRONMENT
- DIRECT_CPU_CLOCK_ACCESS
- LONG_SLEEPS
- SELF_DELETEfile deletes itself upon execution.
- HOSTS_MODIFIERlocal (resolution mapping) hosts file is modified.
- INSTALLS_BROWSER_EXTENSIONinstalls BHO, Chrome Extension, etc.
- PASSWORD_DIALOGsome sort of password input prompt is displayed.
- SUDOpromotes to admin privileges.
- PERSISTENCEemploys persistence mechanisms to survive reboots.
- SENDS_SMS
- CHECKS_GPS
- FTP_COMMUNICATION
- SSH_COMMUNICATION
- TELNET_COMMUNICATION
- SMTP_COMMUNICATION
- MYSQL_COMMUNICAION
- IRC_COMMUNICATION
- SUSPICIOUS_DNSpossible DGA (Domain generation algorithm).
- SUSPICIOUS_UDPhigh counts of distinct UDP connections, this may often reveal P2P.
- BIG_UPSTREAMlarge outgoing network traffic
- TUNNELINGsome sort of network tunneling observed, e.g. VPN.
- CRYPTOmakes use of crypto related APIs.
- TELEPHONYmakes use of telephony related APIs.
- RUNTIME_MODULESdynamically loads DLLs or additional components.
- REFLECTIONperforms reflection calls.
{
    "data": {
        "attributes": {
            "tags": [
                "<string>",...
            ]
        }
    }
}
{
    "data": {
        "attributes": {
            "tags": [
                "DIRECT_CPU_CLOCK_ACCESS",
                "DETECT_DEBUG_ENVIRONMENT",
                "RUNTIME_MODULES",
                "PERSISTENCE"
            ]
        }
    }
}
