GET /api/techniques/168/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 168,
    "key": "detecting-online-sandbox",
    "unprotect_id": "U1338",
    "name": "Detecting Online Sandbox",
    "description": "Online sandboxes are widely used for malware analysis. To evade detection, many malware families implement checks to identify if they are running in such environments. Below are examples of detection techniques for Any.Run and Tria.ge.\r\n\r\n### Detecting Any.Run\r\n\r\n- Any.Run uses a fake root certificate to spy on sandbox traffic. System information can be obtained by querying the root certificate.\r\n\r\n- The QEMU Agent is modified and used to monitor applications in the virtual machine, allowing API hooking and process monitoring. If a process such as srvpost.exe is running and the libraries winanr.dll or winsanr.dll are loaded, this indicates the Any.Run agent.\r\n\r\n- Any.Run applies time restrictions depending on the subscription package. For example, the Searcher package allows 5 minutes of analysis (extendable to 10 minutes in interactive mode). The agent’s sechost.dll manages and transmits these timing metrics. If this thread is suspended, Any.Run stops counting time, and the analysis continues until timeout.\r\n\r\n### Detecting Tria.ge\r\n\r\nTria.ge creates a default wallpaper file in the environment. Malware can detect the sandbox by checking for this artifact. If the file exists, the sample is most likely running inside the Tria.ge sandbox.",
    "windows": "",
    "linux": "",
    "macos": "",
    "resources": "https://malwation.com/offensive-approach-to-online-sandboxes-1-any-run/\r\nhttps://gist.github.com/kaganisildak/4ff8adcaba2521a28a7029d61c265d16\r\nhttps://app.any.run/tasks/5bff31df-4688-41b1-a73a-d15d30e7ac54/\r\nhttps://app.any.run/",
    "creation_date": "2021-03-10T14:32:11Z",
    "tags": "Hypervisor, virtualization, plateforms, KVM, Microsoft Hv, Hyper V, VMware, VirtualBox, QEMU, Xen, CPU flags, sandbox, triage, tria.ge",
    "modification_date": "2025-09-20T04:27:10.230854Z",
    "category": [
        1
    ],
    "rules": [],
    "attachments": [],
    "featured_api": [
        18,
        22,
        24,
        26,
        27,
        28,
        29,
        30,
        317,
        320,
        412,
        425
    ],
    "contributors": [
        51
    ]
}