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_ENVIRONMENTDIRECT_CPU_CLOCK_ACCESSLONG_SLEEPSSELF_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_SMSCHECKS_GPSFTP_COMMUNICATIONSSH_COMMUNICATIONTELNET_COMMUNICATIONSMTP_COMMUNICATIONMYSQL_COMMUNICAIONIRC_COMMUNICATIONSUSPICIOUS_DNSpossible DGA (Domain generation algorithm).SUSPICIOUS_UDPhigh counts of distinct UDP connections, this may often reveal P2P.BIG_UPSTREAMlarge outgoing network trafficTUNNELINGsome 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"
            ]
        }
    }
}