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

{
    "id": 33,
    "key": "checking-memory-size",
    "unprotect_id": "U1313, B0009.014",
    "name": "Checking Memory Size",
    "description": "Most modern user machines have at least 4GB of memory. Malware programs can detect whether they are running in a sandbox environment by checking the available memory size. If the available memory size is less than 4GB, it is likely that the program is running in a sandbox.",
    "resources": "https://www.botconf.eu/2015/sandbox-detection-for-the-masses-leak-abuse-test/",
    "creation_date": "2019-03-11T08:16:13Z",
    "tags": "memory, malware, sandbox, available memory size.",
    "modification_date": "2023-10-04T10:42:09.947000Z",
    "category": [
        1
    ],
    "rules": [],
    "attachments": [],
    "featured_api": [
        597
    ],
    "contributors": []
}